Comment on What's the best approach to deploy a static website to K8s cluster from a CI pipeline?
markstos@lemmy.world 1 year ago
I don’t have the answer but am curious about any advantages of using kubernetes for self-hosting a static website.
Comment on What's the best approach to deploy a static website to K8s cluster from a CI pipeline?
markstos@lemmy.world 1 year ago
I don’t have the answer but am curious about any advantages of using kubernetes for self-hosting a static website.
xinayder@infosec.pub 1 year ago
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.
Starbuck@lemmy.world 1 year ago
If you want to build a new container on top of nginx, that will serve a static site like a champ