Simplest installation of kubeadm
Prerequisites are :-
t2.medium instance of aws. where our master or control plane will run.
t2.micro instance of aws. where our node will run.
Both Master or Control plane & Worker Node
sudo apt update -y
sudo apt install docker.io -y
sudo system...
gauravdevopsblog.hashnode.dev1 min read