Jacob Hodges
10/23/2024, 7:50 AMhelm install
.
⢠Adding an Umbrella chart makes the deployment orchestration a lot easier but the helm and particularly the values.yaml start getting complicated.
⢠Trying to reduce duplication of the Helm using library charts seemed like a good idea but got out of hand quickly as the more generic the library gets the more difficult the Helm becomes.
I'm interested in what others are doing in this space? What have you found successful?Moshe Immerman
10/23/2024, 9:12 AMMoshe Immerman
10/23/2024, 9:15 AMTroy Knapp
10/23/2024, 12:39 PMhelm template
command. Then it pushes the newly rendered manifests to k8s all the while showing you in the UI the diffs between the new and the live manifests for each k8s object individually (or you can just let it deploy automatically and skip any human compare steps). This makes it really easy to go from helm to Argo.Moh
10/23/2024, 3:49 PMMoh
10/23/2024, 3:50 PMRamiro Berrelleza
10/23/2024, 4:29 PMJacob Hodges
10/23/2024, 9:54 PMClemens JĂźtte
10/24/2024, 7:27 AMMoshe Immerman
10/25/2024, 7:22 AMhelm template
which doesn't support the lookup
function which is really useful for password/cert generation flow
Argo generators could be useful in discovering microservices to deploy and/or targets to deploy them to, but I don't think it is intended for this use caseTroy Knapp
10/25/2024, 1:15 PMJacob Hodges
10/27/2024, 10:13 PM