minikube , kubernities installation on VM ware Ubuntu Full guide

Published: 15 April 2021
on channel: Ahmed Abbas
644
4

Dear viewers,

if you are having any type of error while installing kubernities on ubuntu you can just follow these steps .
Commands are below
-----------------------------------------------------------------------------

1)step
sudo apt update -y
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" -y
sudo apt install docker-ce docker-ce-cli containerd.io -y

2)Step
sudo usermod -aG docker $USER && newgrp docker

3)Step again
curl -LO https://storage.googleapis.com/kubern...`curl -s https://storage.googleapis.com/kubern...`/bin/linux/amd64/kubectl
sudo chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl

4)Last
minikube start --driver=docker
minikube config set driver docker


---------For delete---
GNU nano 4.8 delete_docker.sh
sudo docker container stop $(docker container ls -aq)
sudo docker system prune -a --volumes

sudo apt purge docker-ce -y
sudo apt autoremove -y

------------------
For k* online practice
https://kubernetes.io/docs/tutorials/...
---------------------------
After installation steps
1)minikube dashboard (To launch dashboard)
camtasia video editing tool


Watch video minikube , kubernities installation on VM ware Ubuntu Full guide online without registration, duration hours minute second in high quality. This video was added by user Ahmed Abbas 15 April 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 644 once and liked it 4 people.