Skip to content

Nael-XYZ/k8s-gitops

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages