Setup Kubernetes Master and Worker Nodes Using Kubeadm
Requirements
Minimum requirement for both master and worker node :-2 cpu, t2-medium, 4gp ram
Using these commands in both the master and worker node
Try to copy-paste the command step by step.
# using 'sudo su' is not a good practice.
sudo apt update...
sidharthhhh.hashnode.dev2 min read