Versions Compared

Key

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

...

  1. Open URL for SSO [https://exampledomain.awsapps.com/start].

  2. Use your SSO [username] and [password] to sign in.

  3. Click on Management console to open AWS console or click on Command line or programmatic access for programmatic access.

  4. After clicking on Command line or programmatic access use temporary keys by clicking on Click to copy these commands and paste the credentials in terminal.

...

  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