Best practices for managing AWS EKS credentials in CircleCI

I’m looking to update deployments in our Kubernetes cluster from CircleCI. After reading the circleci/aws-eks orb documentation, it’s not clear to me what are the best practices for authenticating against the Kubernetes API. AWS Role? K8S Token? Pass through environment variables? Generated kubeconfig?

Any tips or pointers?

1 Like