Install Kubernetes On Ubuntu | Setup Kubernetes Cluster Step By Step | Kubernetes Training | Hindi

Published: 08 November 2021
on channel: Techno Pathshala
1,964
35

Install Kubernetes On Ubuntu | Setup Kubernetes Cluster Step By Step | Kubernetes Training | Hindi

#kubernetes #cloud #aws #computing #windows #server #dns #adds #domain #dhcp #microsoft #cluster

Commands

sudo su
apt-get update
apt-get install apt-transport-https


apt install docker.io -y
docker --version
systemctl start docker
systemctl enable docker

sudo apt install curl

sudo curl -s https://packages.cloud.google.com/apt... | sudo apt-key add


nano /etc/apt/sources.list.d/kubernetes.list

deb http://apt.kubernetes.io/ kubernetes-xenial main


apt-get update

apt-get install -y kubelet kubeadm kubectl kubernetes-cni on client end

sudo touch /etc/docker/daemon.json

apt-get install vim -y

sudo vim /etc/docker/daemon.json
{
"exec-opts":["native.cgroupdriver=systemd"]
}

systemctl daemon-reload
systemctl restart docker
systemctl restart kubelet

sudo swapoff -a

kubeadm init


Watch video Install Kubernetes On Ubuntu | Setup Kubernetes Cluster Step By Step | Kubernetes Training | Hindi online without registration, duration hours minute second in high quality. This video was added by user Techno Pathshala 08 November 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,964 once and liked it 35 people.