From Docker with Ansible to k3s: I don't get it...
ChaosMonkey @ ChaosMonkey @lemmy.dbzer0.com Posts 0Comments 10Joined 1 mo. ago

ChaosMonkey @ ChaosMonkey @lemmy.dbzer0.com
Posts
0
Comments
10
Joined
1 mo. ago
You're right to be reluctant to apply everything by hand. K3s has a built-in feature that watches a directory and applies the manifests automatically: https://docs.k3s.io/installation/packaged-components
This can be used to install Helm charts in a declarative way as well: https://docs.k3s.io/helm
If you want to keep your solution agnostic to the kubernetes environment, I would recommend that you try ArgoCD (or FluxCD, but I never tried it so YMMV).