Deploy application in AWS using helm chart in jenkins pipeline

6/21/2021

I need to deploy an application to AWS by creating helm chart using jenkins pipeline.

I wrote the following stages :

 clone source code

 build the image

 publish docker image in dockerhub

 create the helm chart

Now I need to deploy it in AWS. How can I use helm in Jenkins pipeline, and how to deploy the image to AWS?

I am currently a beginner in kubernetes and helm. So I don't understand how to deploy it

-- keshav swami
amazon-web-services
deployment
jenkins-pipeline
kubernetes
kubernetes-helm

0 Answers