CI/CD

Testing Kubernetes Manifests with CI/CD

Introduction A common pattern that consumers of Kubernetes apply is to store their manifests in a git repository. This provides a way to document (by way of YAML) the configuration of the applications that reside on the platform, and also enables an easy onramp to things like CI/CD.