xinayder
I have a RX 6700 XT that I got earlier this year. I was imoressed that things just work. Okay, you might be in doubt about which driver to install, but it’s much better and easier than Nvidia.
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.
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.
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.
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.