Run a Kubernetes pod with IAM role permissions

6/12/2018

I'm evaluating Kubernetes as a replacement for our ECS setup. Is it possible to run a pod as an IAM role, similar to the ECS task role? I'd like to create roles for each service that needs AWS API accessbut I haven't found a good solution yet.

-- David Ham
amazon-iam
kubernetes

1 Answer

6/13/2018

Have you seen kube2iam? There's another similar project, but I'd only want to dig up the URL if you haven't already tried those solutions.

-- mdaniel
Source: StackOverflow