-
Once the cornerstone configuration/pods are in place, its easy to add new sites.
-
Certificate auto-renewal
-
Many more benefits of k8s and helm
For a working setup all resources in all directories needs to be installed. Some resources are already 'helmified', and easily configurable by eg. values.yaml
helm install -f values.yaml --namespace your-namespace .
default-backend and ingress-nginx files needs to be customized 1-by-1, then applied by
kubectl apply -f $(dirname)
Plan on 'helmifying strategy' for the others project by come up with more advanced use cases.