How is this different than mounting the folder with the static website using hostPath
?
xinayder
I was looking for it as well. I want to host the website using Caddy because I have a lot of config options available and I can fine tune it for my use cases.
I read a tutorial about using a Hugo Docker image, but then the hosting would be done by Hugo and not Caddy itself.
I'm not using k8s just to host my website, I have other services on it as well.
I know it's overkill for small stuff, but I'm running k3s and not k8s (so it's a lightweight engine). The reason I'm doing this is for learning purposes, I want to learn more about k8s and thought I could do an experiment with it on a VPS.
I plan on renting another VPS and adding another node to the cluster, as it's pretty cheap (Hetzner ARM server costs around 3.8 EUR without VAT with 2 vCPUs and 4GB RAM). For example, it's much more cheaper than the VPS I have on Vultr that has 1GB RAM and 1 vCPU.
It's called bureaucracy and Europe is known for being bureaucratic.
Disclaimer: I got an Italian citizenship last year and I still can't get my ID card because of misunderstandings between my Comune and the Embassy.
An Oblivion remaster made in Skyrim
owait, that already exists, Skyblivion is a thing
+1. Wait until the RX 7700 hits the market, it's suppised to be in between the 4070 range.
My upgrade was this year from a GTX 970 to a RX 6700 XT.
I use Arch (btw) and the linux-zen kernel, so I use the nvidia-dkms module. It was much simpler, I just installed mesa and the Vulkan drivers, shutdown, installed the new GPU, booted, uninstalled nvidia-dkms.
It was a seamless transition and I had no problems with it.
Don't you have to specify the compression algorithm when extracting? I always use tar -xzf
for gzip files and if I remove -z it just fails.
That's a nice suggestion. I guess I can make the CI build a Docker image containing my website's files and then have a plugin for it to restart the pod that serves the website so it fetches the latest image.