74611/how-to-install-helm-in-windows
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?
Hi@akhtar,
You can follow the below-given steps to set helm in your Windows system.
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
Hi@akhtar, You can use the below-given commands to ...READ MORE
You can use teleport to augment kubernetes ...READ MORE
Since version 1.7 Dashboard uses more secure ...READ MORE
There are two kinds of scaling: Scaling nodes ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE
Hi@akhtar, To install Minikube manually on Windows using Windows ...READ MORE
Hi@akhtar, Kubectl is a program that connects your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.