...
aws eks update-kubeconfig --name [cluster-name] --region [region-name]
Use this command to get all pods from all namespaces:
kubectl get pods -A
Use this command to exec to one of pods:
kubectl exec -it pod/[pod-name] /bin/bash
...
aws eks update-kubeconfig --name [cluster-name] --region [region-name]
Use this command to get all pods from all namespaces:kubectl get pods -A
Use this command to exec to one of pods:kubectl exec -it pod/[pod-name] /bin/bash