How to install HELM in Windows

0 votes

Hi Guys,

I am new to Kubernetes. I want to learn helm concepts in Kubernetes Cluster. Can anyone help me how can I install helm in Windows system?

Jul 6, 2020 in Kubernetes by akhtar
• 38,230 points
16,581 views

1 answer to this question.

0 votes

Hi@akhtar,

You can follow the below-given steps to set helm in your Windows system.

  • Install helm software from the below-given link.

https://github.com/helm/helm/releases

  • Extract the folder.

  • Initialize helm using the helm init command.

  • Finally, add the repo of the helm chart using the below-given command.

$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
  • Now to check you can use helm repo list command. It will show you the below output.

C:\Users\Nadeem Akhter\helm>helm repo list
NAME    URL
stable  https://kubernetes-charts.storage.googleapis.com/
local   http://127.0.0.1:8879/charts
answered Jul 6, 2020 by MD
• 95,440 points

Related Questions In Kubernetes

0 votes
1 answer

How to uninstall minikube in windows?

Hi@akhtar, You can use the below-given commands to ...READ MORE

answered Jul 27, 2020 in Kubernetes by MD
• 95,440 points
9,678 views
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,225 views
0 votes
1 answer

How do I sign-in to kubernetes dashboard?

Since version 1.7 Dashboard uses more secure ...READ MORE

answered Sep 7, 2018 in Kubernetes by DareDev
• 6,890 points
2,039 views
0 votes
1 answer

How to autscale in GKE?

There are two kinds of scaling: Scaling nodes ...READ MORE

answered Oct 3, 2018 in Kubernetes by DareDev
• 6,890 points
400 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,574 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,053 views
0 votes
1 answer

How to install minikube in windows?

Hi@akhtar, To install Minikube manually on Windows using Windows ...READ MORE

answered May 18, 2020 in Kubernetes by MD
• 95,440 points
2,236 views
0 votes
1 answer

How to install kubectl in Linux system?

Hi@akhtar, Kubectl is a program that connects your ...READ MORE

answered May 19, 2020 in Kubernetes by MD
• 95,440 points
3,312 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