Skip to content

mohammadrony/argo-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitOps practice with ArgoCD for Blue Green and Canary Deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors