The Importance of Slim Container Builds

Introduction Containers are everywhere nowadays and their adoption is only growing as I type this blog. To quantify that statement, Gartner predicts that “by 2027, more than 90% of global organizations will be running containerized applications in production, which is a significant increase from fewer than 40% in 2021.

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.