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,230 points
1,093 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,440 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,226 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
472 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
592 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
14,594 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,080 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,440 points
1,719 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,440 points
16,588 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