Setting up kubectl
Install kubectl
Install the AWS CLI
Configure the AWS CLI
aws --version # should be >= 1.16
aws configureUpdate kubeconfig
aws eks update-kubeconfig --name=<cluster_name> --region=<region>Test kubectl
kubectl get podsLast updated