AWS Credentials Chain in K8s bare metal cluster

12/7/2019

I set up a kubernetes cluster on bare metal servers outside AWS. I configured an AWS access key and secret for the root user on the node the pods are running on but the pods aren’t able obtain access to the credentials chain the same way as they can when you give an ec2 instance a role in an EKS cluster.

How can I give all my pods access to the credentials chain of the node without having to do any extra configuration in the pods?

-- Josh Woodcock
amazon-web-services
kubernetes

0 Answers