aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.18k stars 313 forks source link

[EKS] [request]: Add a button console for the aws eks update-kubeconfig command #1558

Open rakyll opened 2 years ago

rakyll commented 2 years ago

The EKS console should add a button on EKS pages near the cluster name that shows the instructions to run the $ aws eks update-kubeconfig command. For example, the button says "Connect". When clicked, it generates the following command and shows in a pop-up:

$ aws eks update-kubeconfig --name=CLUSTER --region=REGION
mreferre commented 2 years ago

Alternatively (or better, in addition) it could launch a CloudShell preconfigured with the above (and kubectl).