CI/CD for open-source Kubernetes applications

Source:- sdtimes.com Having a continuous integration and deployment (CI/CD) pipeline for a project is almost mandatory nowadays. With cloud-native software in general and Kubernetes applications in particular, developers and operators face new challenges: How do I run my end-to-end tests in a Kubernetes environment? How can I automate the process of testing and releasing my application for different platforms and Kubernetes versions? This post will walk you through the different steps needed to set up in a CI/CD system when working

Read more