GitOps is an IaC (infrastructure as code) methodology where your Git repository is your one single source of truth, offers a central place for managing your infrastructure and application code. GitOps can apply to containerized applications (e.g YAML files for Kubernetes) and non-containerized...