Kubernetes Installation and Configuration
Launch 2 instances master and worker, in this installation guide we will be installing kubeadm so we need atleast t2.medium for master meanwhile worker node can be t2.micro
Install docker on both master and worker node.
sudo apt install docker.io...
nishantsharma.hashnode.dev3 min read
Abhiraj Kharbade
DevOps Engineer
nicely explained