From Code to Cluster: Implementing CI/CD for Kubernetes and Docker
Sep 23, 2023 · 6 min read · Introduction I have created an automated CI/CD pipeline that deploys a Java application to a Kubernetes cluster using Docker, kops and Helm. The pipeline automates the entire process, from code commits to deployment, with a focus on maintaining code ...
Join discussion