Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s GitOps 🔄

Complete GitOps workflow with ArgoCD, Helm, and Kustomize.

Structure

├── apps/           # ArgoCD Application definitions
├── charts/         # Helm charts
├── overlays/       # Kustomize overlays (dev/staging/prod)
├── policies/       # OPA/Gatekeeper policies
└── secrets/        # Sealed secrets

Deployment

# Apply ArgoCD apps
kubectl apply -f apps/

# Sync manually
argocd app sync production

License

Apache 2.0

About

GitOps workflow with ArgoCD, Helm charts, Kustomize overlays, and automated rollbacks

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages