We all know CI/CD (Continuous Development/Continuous Integration) is the modern way in the current software development process. In this article, a real working example using this technology is illustrated using one of my real, daily, firmware feature development examples, which I believe will make this abstract concept more tangible and understandable if you never haveContinue reading “CI/CD Illustrated with Example”
Tag Archives: CI/CD
Four Steps to achieve the ultimate CI/CD goals with Kubernetes
Zero downtime, Zero traffic performance penalty and metric impact are the ultimate goals of enterprise level CI/CD (Continuous Integration/Continue Delivering) workflow in cloud native environment. This can not be achieved by a single piece of tools. We need multiple solutions working together. Kubernetes software release rollup and rollback with canary release support itself is notContinue reading “Four Steps to achieve the ultimate CI/CD goals with Kubernetes”