Productboard Technology RadarProductboard Technology Radar
Adopt

ArgoCD is our GitOps continuous deployment platform for backend services. It automatically synchronizes our Kubernetes applications with their desired state defined in Git repositories, providing declarative and automated deployment management.

We use ArgoCD to deploy our backend services by monitoring application manifests in the pb-manifests repository. This GitOps approach ensures that our production deployments are always consistent with version-controlled configurations and enables easy rollbacks and auditing.

ArgoCD integrates seamlessly with our Kubernetes infrastructure and Helm charts, providing a robust and reliable deployment pipeline that reduces manual intervention and deployment errors.

https://argo-cd.readthedocs.io/

📚 Resources

pb-manifests repository ArgoCD documentation CI/CD documentation