RBAC kubernetes

Hi,

Is it possible to bind a kubernetes cluster role to IAM role of AWS in the cluster?

I searched for it but found no subject which can bind the k8s cluster role with AWS IAM role in cluster.

If possible, please illuminate me.

Thanks

1 Like

Yes you can use aws-iam-authenticator.

Thank You for your response @DTher.

Just wanted to understand, aws-iam-authenticator is used to authenticate via an iam role, how does it needs to be configured so it could be used to restrict the actions on the cluster like whether the role is permitted to create a pod or not and same for other resources.

My apologies for if I ignored something!