How to Install Kubernetes Using Kubeadm on Ubuntu
Prerequisite
2 GB or more of RAM per machine
2 CPUs or more.
Run the below command on both the worker node and the master node
sudo apt update -y
sudo apt-get install docker.io -y
sudo systemctl start docker
sudo systemctl enab...
sujata.hashnode.dev1 min read