kustomize Scalable multi-environment directory structure for a kubernetes project using kustomize, helm and ArgoCD Personally I find ArgoCD works perfectly fine for kustomize and helm charts. Each tool is used in the following manner: 1. argoCD for configuring kubernetes deployments, keeping Applications in sync Mateo Cuervo 10 Oct 2024 · 3 min read
argocd Create a new ArgoCD user with custom permissions In your ArgoCD helm values.yaml file create a new user by adding it to the ConfigMap named argocd-cm.yaml, example here I will add a user named devs-read-only, which Mateo Cuervo 24 Jun 2024 · 1 min read
argocd-image-updater Authenticate to GCP's Artifact Registry Repository with argocd-image-updater With argocd-image-updater we can automate deployments in our Kubernetes cluster, after our continous integration (CI) pipelines have built and pushed the docker image into Artifact Registry or our preferred artifact Mateo Cuervo 30 May 2024 · 3 min read
kubernetes ArgoCD: Authenticate to private Github repository via ssh In this article I'll share a step by step of how to add ssh authentication to a private Github repository: Create the key pair (select empty passphrases on Mateo Cuervo 19 Apr 2024 · 2 min read