Assumptions:
- you have a Kubernetes cluster running in cloud
- you have proper account and credentials in cloud
brew install kubernetes-cli
pip3 install awscli --upgrade
aws configure (you have to specify credentials - api key and secret - created in AWS IAM)
aws eks --region eu-west-1 update-kubeconfig --name <kubernetes cluster namer>
Install kubectl and configure cluster access
kubectl get namespaces