Thanks, I’ll check these more in detail!
Comment on From Docker with Ansible to k3s: I don't get it...
tofu@lemmy.nocturnal.garden 1 week ago
The answer to the first two questions are helm charts. They are collections of parametrized yaml files and the most popular way to install things into k8s. You just need one config file for each helm release (values.yaml).
If you want to go declarative with gitops rather than imperative, check ArgoCD or flux.
sunoc@sh.itjust.works 1 week ago
Dultas@lemmy.world 1 week ago
Or Kustomize, though I prefer Helm.
Starfighter@discuss.tchncs.de 1 week ago
Then helmfile might be worth checking out