Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. aws eks update-kubeconfig --name [cluster-name] --region [region-name]

  2. Use this command to get all pods from all namespaces:
    kubectl get pods -A

  3. Use this command to exec to one of pods:
    kubectl exec -it pod/[pod-name] /bin/bash

/wiki/spaces/DO/pages/4137975810