I'm trying to get a better grasp on how Helm and Argo CD work together, especially in a GitOps setup. I've got an EKS cluster ready to test out some labs, but I've noticed that most of the training courses I find, like on Udemy, tend to focus solely on either Helm or Argo CD. Plus, they often lean towards using terminal commands rather than the repo-based YAML files I want to learn for my job. Could anyone suggest good training resources or any ideas for practical labs? Thanks in advance!
1 Answer
I think you might want to look into Flux if you're not fully convinced about Argo's Helm integration. Some people feel that Flux does a better job at handling Helm charts compared to Argo. Just a thought!
Interesting point! Can you elaborate on how Flux manages Helm differently? I'm trying to understand the strengths and weaknesses of both.