GitOps Continuous Delivery for Kubernetes
argocd$ argocd login <ARGOCD_SERVER>$ argocd app create my-app --repo https://github.com/example/repo --path ./ --dest-server https://kubernetes.default.svc --dest-namespace default$ argocd app sync my-app