How to Install Kubernetes | Setup Kubernetes Cluster Step By Ste | Setup Kubernetes

Published: 10 January 2022
on channel: Tech Kala Knowledge
344
6

How to Install Kubernetes | Setup Kubernetes Cluster Step By Ste | Setup Kubernetes

Pre-requisite
• Master node - 2 cpu x 2 GB memory
• Worker node - 1 cpu x 2 GB memory
Pre-installation steps
• Turn of Swap o apt-get update
o swapoff -a
Install kubelet kubeadm and kubectl

• apt-get update
• apt-get install -y apt-transport-https curl
• curl -s https://packages.cloud.google.com/apt... | apt-key add -
• vi /etc/apt/sources.list.d/kubernetes.list
o deb https://apt.kubernetes.io/ kubernetes-xenial main Add this line
• apt-get update
• apt-get install -y kubelet kubeadm kubectl
Install Docker
Configure Cluster using kubeadm
Minikube and kubectl - Local Setup
What is minikube?
What is kubectl?
install minikube and kubectl
create and start a minikube cluster

Links:
website: www.mylinuxhub.com


Watch video How to Install Kubernetes | Setup Kubernetes Cluster Step By Ste | Setup Kubernetes online without registration, duration hours minute second in high quality. This video was added by user Tech Kala Knowledge 10 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 344 once and liked it 6 people.