GitOps

GitOps Three pillars of GitOps Pipelines Observability Control ##Joined Up Pipelines CI CD Release Automation Git as source of truth Service Deployments are controlled using operator pattern in jubernetes Kubernetes pattern - Git config -> Deploy Operator > service/deployments Similarly now in gitops config is code and everything is config code and config must be version controlled kubectl get <object> -o yaml --export to extract existing configuration to bootstrap config repo in git Sometimes export is not perfect....