How to install Minikube in ubuntu

Published: 19 March 2023
on channel: TS
107
2

step 1 - Install dependencies:
sudo apt-get update
sudo apt-get install curl

step 2 -Install VirtualBox using the following command:
sudo apt-get install virtualbox virtualbox-ext-pack

step 3 - Download the latest version of Minikube using curl:
curl -LO https://storage.googleapis.com/miniku...

step 4 - Add executable permission to the downloaded binary:
sudo chmod +x minikube-linux-amd64

step 5 - Move the binary to a directory that is included in your system's PATH:
sudo mv minikube-linux-amd64 /usr/local/bin/minikube

step 6- Start Minikube using the following command:
minikube start

step 7 - Verify the installation by running the following command:
minikube status

step 8 - Thanks for watching the video, please subscribe my channel


Watch video How to install Minikube in ubuntu online without registration, duration hours minute second in high quality. This video was added by user TS 19 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 107 once and liked it 2 people.