Policy Driven CI/CD Workflow
Policy Driven CI/CD Workflow
In this week episode, we go over the workflow for policy driven CI/CD.
All the application code, configuration files like Kubernetes manifests, security policy manifests and any customisation templates are stored in a Git source repository. The infrastructure setup is also configured as code or declarative constructs and stored in the source repository. The Git repository acts as a single source of truth that provides implicit built-in auditability for your application code, configurations and infrastructure code and a basis to propagate changes and drive deployment operations, governance and observability. This concept of Git serving as an operating model to support software delivery lifecycle is referred to as GitOps
#ci/cd #devops #cloud