Kubectl and aws cli setup in Linux
Steps:
Linux:
sudo apt-get update && sudo apt-get install -y kubectl
MacOS:
brew install kubectl
Windows:
Download the latest version of kubectl from the official Kubernetes release page: https://kubernetes.io/docs/tasks/tools/install-kubectl...
developercuriosity.hashnode.dev2 min read