Helm installation and commands-Hindi/Urdu | Lec-58 | Hands-on Helm | What is Helm in Kubernetes

Описание к видео Helm installation and commands-Hindi/Urdu | Lec-58 | Hands-on Helm | What is Helm in Kubernetes

LEC 58 HELM NOTES TECHNICAL GUFTGU
====================
Install Docker
$ sudo apt update && apt -y install docker.io

Install kubectl
$ curl -LO https://storage.googleapis.com/kubern... -s https://storage.googleapis.com/kubern... && chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl

Install Minikube
$ curl -Lo minikube https://storage.googleapis.com/miniku... && chmod +x minikube && sudo mv minikube /usr/local/bin/

Start Minikube
$ apt install conntrack
$ minikube start --vm-driver=none
$ minikube status

To download helm
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/hel...
chmod 700 get_helm.sh
./get_helm.sh

To verify the installation use the following command
which helm


Let’s create Our First Helm Chart


helm repo add stable https://charts.helm.sh/stable


helm install testchart2 stable/tomcat --set service.type=NodePort

to uninstall helm
which helm ( to see which folder its installed )
rm -rf /usr/local/bin/helm
kubectl get all

*************************************************************
Now you can Donate us via Paypal or Google Pay
Paypal link : https://www.paypal.me/technicalguftgu
GooglePay/PhonePe/BHIM App UPI ID : bhupinderccs@okaxis

Visit Our Website for all the Courses- www.technicalguftgu.in

Do subscribe to TECHNICAL GUFTGU channel and Press Bell icon & get regular updates on videos, DIRECT LINK TO CHANNEL :    / technicalguftgu  

Here are direct links of My All the Playlist: MUST CHECK
IPv6 Complete Tutorial for beginners Link :    • IP Version 6 Tutorials in hindi/Urdu ...  

Microsoft Azure Tutorial for beginners in Hindi/Urdu AZ-103 and AZ-900 LINK :    • Microsoft Azure Tutorial for Beginner...  

Cloud computing tutorials For beginners Link :    • Cloud Computing Tutorial for Beginner...  

AWS Solution Architect-Associate complete Tutorials Link :    • AWS Solution Architect & Sysops Tutor...  

Devops tutorials in Hindi:-
   • What are the Pre-requisite for Devops...  

Комментарии

Информация по комментариям в разработке