Install Kubernetes Locally(minikube)
update the system and upgrade it
sudo apt-get update && sudo apt-get upgrade
Install Kubectl in your PC
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
curl -LO "https://dl.k8s.io/rel...
sarthakwrites.hashnode.dev1 min read