Settings

Theme

Show HN: Faster local AWS EKS access

github.com

1 points by moulick 5 months ago · 0 comments · 1 min read

Reader

Simple script to replace `aws` in your Kubeconfig for users of AWS EKS. Reduces the pain of using kubectl with AWS EKS a lot.

The default way is to use aws eks get-token command, but it is not cached and it is not very fast. It's slow because:

1. Every kubectl command will do an `aws eks get-token` which makes an API call to AWS

2. aws cli is python. When running kubectl in a loop, you can very clearly see how much performance is lost generating tokens for each kubectl invocation in Activity Monitor.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection