|
|
|
|
|
by redrove
720 days ago
|
|
I’ve been doing this for about 8 years and have seen a few hundred clusters at dozens of orgs, been using GitOps for the last 4ish years. Invariably they all involved using helm as a package manager to deploy off the shelf infrastructure with minor adjustments. I still don’t see your point, we can just agree to disagree. |
|
For me the 'package manager' aspects are more than the templating and having a zip file. For me it is more what apt etc. do
So using helm and its remote repositories, using the helm cli etc.
But we use kubeapps or ArgoCD to install the helm packages and download all helm charts before we deploy them (due to security requirements).
We leverage 100% IaC. Therefore we bootstrap ArgoCD and than install everything through ArgoCD. Only helm charts for our customers/collegues are installed through kubeapps.