aws-iam-authenticator

Authenticate to Kubernetes clusters using AWS IAM credentials

brewmacoslinux
Try with needOr install directly
Source

About

Use AWS IAM credentials to authenticate to Kubernetes

Commands

aws-iam-authenticator

Examples

Generate a token for kubectl authentication$ aws-iam-authenticator token -i my-cluster
Verify the authenticator is installed and working$ aws-iam-authenticator version
Use with kubectl by configuring kubeconfig for IAM auth$ kubectl --kubeconfig=kubeconfig.yaml get nodes