In this video tutorial we will how we can do a local cluster setup using minikube on Ubuntu 20.4 linux machine. We will install Docker, minikube, kubectl.
A step by step process of a single node cluster creation.
Steps to follow:
#1:
$ sudo apt-get update -y
#2: Install Docker
$ sudo apt install docker.io
#3: Install minikube
sudo wget https://storage.googleapis.com/miniku...
sudo cp minikube-linux-amd64 /usr/local/bin/minikube
sudo chmod 755 /usr/local/bin/minikube
minikube version
#4: Install kubectl
curl -LO https://storage.googleapis.com/kubern...`curl -s https://storage.googleapis.com/kubern...`/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version
#5: Start minikube
$ minikube start
$ minikube status
$ kubectl cluster-info
$ kubectl get nodes
----------------------------------------------------------------------------------------------------
#kubernetes #minikube #kubectl #docker #ubuntu
SUBSCRIBE my channel:
/ @ranjitswain
View my other videos:👇
AWS EC2 : • AWS Tutorial : EC2 Instance creation ...
EC2 WindowsVM : • AWS Tutorial : EC2 Windows Instance c...
EC2 LinuxVM : • AWS Tutorial : Working with EC2 Linux...
AWS S3 : • AWS Tutorial: S3 - Simple Storage Ser...
Amazon DynamoDB : • AWS DynamoDB Tutorial | Amazon Dynamo...
AWS IAM : • AWS Tutorial : IAM | Amazon IAM | AWS...
Project on DevOps : • Project on DevOps - Part1 | Continuou...
Automation - DB Backup on S3 : • MYSQL Database Backup Automation - Ta...
AWS Auto Scaling : • AWS Tutorial : What is AutoScaling? |...
AWS Load Balancer : • AWS Tutorial : What is Amazon Load Ba...
: FOLLOW ME :
Instagram - / rs.ranjitswain
Facebook - / ranjit.swain.9
Twitter - / rs_ranjitswain
Watch video Kubernetes Tutorial : Local Cluster Setup using minikube on Ubuntu 20.4 Linux machine online without registration, duration hours minute second in high quality. This video was added by user Ranjit Swain 12 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,745 once and liked it 46 people.