About Me

Friday, 24 March 2023

Minikube Installation on ubuntu 20.04

 Minikube installation

========================

1:Install kubectl binary with curl on Linux

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"


2:Validate the binary (optional)

curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"


3:Install kubectl

sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl


4:Docker instalation


sudo apt update


sudo apt install apt-transport-https ca-certificates curl software-properties-common


curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -


sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"


sudo apt update


apt-cache policy docker-ce


sudo apt install docker-ce


sudo systemctl status docker


sudo groupadd docker


sudo usermod -aG docker $USER


newgrp docker


docker run hello-world            ---to check



================================================================


Minikube install 

=======================


curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64

sudo install minikube-linux-amd64 /usr/local/bin/minikube


minikube start


kubectl get nodes

kubectl get ns




No comments:

Post a Comment

youtube devops topics

What is LDAP and Active Directory? How LDAP works and the structure of LDAP/AD? https://youtu.be/Xp9kLn9vRmw