danielfoehrKn / kubeswitch

The kubectx for operators.
https://danielfoehrkn.medium.com/the-case-of-kubeswitch-aff4b6a04ae7
Apache License 2.0
832 stars 80 forks source link

Support EKS #23

Closed danielfoehrKn closed 2 years ago

danielfoehrKn commented 3 years ago

Supporting Amazon EKS seems to be possible

It seems like that each region needs to be specified when authenticating or rely on the default credentials at .aws/credentials and .aws/config. This makes configuration in kubeswitch slightly more cumbersome than for GKE.

On top of that, EKS does not have a free tier for development :( If someone uses EKS already and wants to see EKS being supported by kubeswitch, this is your chance :)

Meroje commented 2 years ago

Hi, letting you know I started playing with this and have a somewhat working implementation over here https://github.com/danielfoehrKn/kubeswitch/compare/master...Meroje:feat/eksstore I think it's ready for a first PR to gather feedback (especially regarding GetKubeconfigForPath), will open soon-ish.

danielfoehrKn commented 2 years ago

I think it's ready for a first PR to gather feedback (especially regarding GetKubeconfigForPath), will open soon-ish.

Nice! Looking forward to the PR