Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 323 Bytes

argocd-gitops-demo

About A fully automated deployment using GitOps. Showcases multi namespaced environments and the progressive delivery

Kube commands

1. Start the minikube cluster: `minikube start --cpus=6 --memory=20019`
2. Deploy the correct cluster manifests: `kubectl apply -k ./clusters/staging`