Continuous improvement and continuous development (CI/CD) is a landmark of solid Linux and DevOps work, specifically in Kubernetes and Jenkins. The key here is to create automated tools around the process of failure detection (at Crafty Penguins, we refer to this as “failing fast!”) Too often, we see that it takes too long to get features out the door. And, when the new features eventually get out the door, they typically break the old ones. Our process of CI/CD saves the developer time by creating an architecture around failure detection in a testing environment. Here is a great overview of what is possible.