Comment on What's the best approach to deploy a static website to K8s cluster from a CI pipeline?

<- View Parent
ArbiterXero@lemmy.world ⁨9⁩ ⁨months⁩ ago

The docker image needs to actually host the site, so more than just files, you’ll need nginx in the image.

K8s is WAY over complicated for this, it’s designed for auto scaling and self healing, but I’m assuming you’re using this as a “cool” or “learning” exercise.

Helm packages for k8s are super helpful and will give you a template for all the networking pieces

source
Sort:hotnewtop