Versions Compared

Key

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

...

winget install -e --id Kubernetes.kubectl

SSO login

aws sso login --profile <your profile name>

Create config for Kubernetes Service (EKS)

...

aws eks update-kubeconfig --region <region> --name <cluster_name> -profile <cloudservice>>

SSO login

aws sso login --profile <your profile name>

Switch between contexts

List contexts
kubectl config get-contexts

...