Working with Microservices-4: Setting up a Helm v3 chart repository in Amazon S3 for CI/CD pipeline in Jenkins
We will install Helm, and then create and manage Helm charts by integrating the Helm repository into Amazon Simple Storage Service (Amazon S3). We will keep Kubernetes manifest yaml files of the microservices app in Amazon S3 anymore. Then we will be able to install the Springboot app consisting of 10 microservices on the Kubernetes cluster by running a single helm install
command in the Jenkins CI/CD pipeline.
10 min readJul 25, 2023