Integrating SOPS in ArgoCD to handle Kubernetes Secrets
How to use the ksops plugin to decrypt SOPS-encrypted secrets at kustomize build time, so Argo CD can apply them to your cluster without ever storing plaintext in Git.
Read →How to use the ksops plugin to decrypt SOPS-encrypted secrets at kustomize build time, so Argo CD can apply them to your cluster without ever storing plaintext in Git.
Read →How to use Mozilla SOPS to encrypt, version, and decrypt secrets alongside your Kubernetes manifests in a GitOps workflow, keeping sensitive values safe in Git.
Read →How to use ArgoCD ApplicationSet templatePatch to conditionally apply syncPolicy based on the environment, enabling automatic sync on dev/test and manual sync on prod.
Read →A practical guide to structuring a GitOps repository for ArgoCD with multiple instances — one per cluster — supporting multiple environments via Kustomize and a clear separation between apps, infrastructure, and ArgoCD configuration.
Read →A practical guide to structuring a GitOps repository for ArgoCD with a single management instance, supporting multiple environments via Kustomize and a clear separation between apps, infrastructure, and ArgoCD configuration.
Read →Learn how to integrate Kubeconform into your CI pipeline to automatically validate Kubernetes manifests before deployment.
Read →