Helm sucks when you are just consuming charts other people maintain but oh god does Helm suck when you want to make something work
#kubernetesIt's an imperative package manager for a fully declarative control plane. All of the pain of traditional package managers, which, when added to Helm's own special properties, will really leave you grasping for the co-codamol. helm-controller and flux can only sort of alleviate the agony
I thought I'd reach for writing a Helm chart because Kustomize makes it really difficult to just copy and merge fields into multiple places ie env, envFrom, securityContext, etc. Big fucking mistake, I now have a kustomization which patches the application's container spec and then copies the right fields to init containers, cronjobs, etc
I love k8s, and that's even just using single-node clusters! Kubernetes people really don't want you to use k8s, but the loop of bringing stuff up is just so much better and easier than, for example, quadlets which I was using before. Running kubectl apply -k . and then observing the behaviour is a lot nicer than edit, systemctl daemon-reload, systemctl start service --no-block && journalctl -fu service, ^C, repeat