Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 963 Bytes

File metadata and controls

31 lines (21 loc) · 963 Bytes

Argo Best Practice

repo

Argo CD

  • Store kubernetes manifests in git repository.
  • Group applications for management and visibility.
  • Implement RBAC to restrict access to Argo CD.
  • Automated sync for continious delivery.

group

Argo Rollouts

  • Canary deployments to gradually shift traffic to new version.
  • Blue-Green deployments to switch traffic between environment.
  • Automated rollbacks when in failure.
  • Metrics monitoring to track performance.

Secret management

Deployment practice