Comments on: The Art of Argo CD ApplicationSet Generators with Kubernetes https://piotrminkowski.com/2025/03/20/the-art-of-argo-cd-applicationset-generators-with-kubernetes/ Java, Spring, Kotlin, microservices, Kubernetes, containers Mon, 17 Nov 2025 10:22:23 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2025/03/20/the-art-of-argo-cd-applicationset-generators-with-kubernetes/#comment-2737 Mon, 17 Nov 2025 10:22:23 +0000 https://piotrminkowski.com/?p=15624#comment-2737 In reply to P.

Hi. Those are two different things: applicationset generators and secrets management. You can use ArgoCD Vault Plugin to manage secrets, there is even article about that on my blog: https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/. However it might be outdated. You can as well use different tools that allows secrets management in the GitOps way: such as External Secrets or CSI Secrets Store.

]]>
By: P https://piotrminkowski.com/2025/03/20/the-art-of-argo-cd-applicationset-generators-with-kubernetes/#comment-2708 Wed, 27 Aug 2025 18:01:34 +0000 https://piotrminkowski.com/?p=15624#comment-2708 Thank you for this article, it’s really helpful and have a good example of using ArgoCD generators in a real world scenario.
Is there any chance you can share your thoughts on secrets model which could align with this one?
I’m thinking on using ArgoCD Vault Plugin to retrieve secrets from AWS, but don’t get it yet how to organise it in terms of repository/folders structure. Once again, thank you for you blog, it’s a gem.

]]>