Earlier quoted context omitted.
I don't currently use K8s, but am planning to get into it soon. Could you clarify the difference or advantage between using a Kubernetes specific package manager like Helm vs using a container repository? Isn't part of the point of containers to use prebuilt immutable containers?
I use Helm to deploy containers to various environments and clusters in k8s using its gotepl/sprig template system. The last thing that I want to do with my containers is to lock my environment variables inside of them, then I'm going to need multiple sets of containers per microservice (prod, staging, yaddayadda) and have to go through the process of docker commit, push, etc. Beyond that there are also a lot of Kube…
So, again, coming from a place of having done a couple passes of the basics, but otherwise completely ignorant.
What is the advantage of having that kind of config info baked into a package vs having it in etcd?
Again, I really appreciate it.