How to configure Jenkins environment using HELM

0 votes

Hi Guys,

I installed helm in my Windows system. I want to configure Jenkins environment using helm command. Can anyone tell me how can I do that?

Jul 6, 2020 in Kubernetes by akhtar
• 38,260 points
1,305 views

1 answer to this question.

0 votes

Hi@akhtar,

You need to install the helm chart for Jenkins. You can find lots of charts in the helm hub. You can use the below-given command to configure Jenkins using helm.

$ kubectl create namespace helm
$ helm install --name my-release stable/jenkins --namespace helm
$ kubectl --namespace helm port-forward $POD_NAME 8080:8080

This will create a Jenkins environment for you.

answered Jul 6, 2020 by MD
• 95,460 points

Related Questions In Kubernetes

0 votes
1 answer

How to use gravitational teleport in a container/kubernetes environment?

You can use teleport to augment kubernetes ...READ MORE

answered Jun 28, 2018 in Kubernetes by ajs3033
• 7,300 points
2,467 views
0 votes
1 answer

Using IBM Bluemix Track & Plan how to manage multiple instance?

As of now, there is not a ...READ MORE

answered Oct 17, 2018 in Kubernetes by lina
• 8,220 points
749 views
0 votes
1 answer

How to configure load balancer in kubernetes ?

In the deployment file keep the type ...READ MORE

answered Dec 4, 2018 in Kubernetes by Haseeb
994 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
15,476 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
4,034 views
0 votes
1 answer

How to deploy Jenkins pod in minikube?

Hi@akhtar, In minikube you don't have to download ...READ MORE

answered May 19, 2020 in Kubernetes by MD
• 95,460 points
1,924 views
0 votes
1 answer

How to install HELM in Windows?

Hi@akhtar, You can follow the below-given steps to ...READ MORE

answered Jul 6, 2020 in Kubernetes by MD
• 95,460 points
17,046 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP