How to manage Role Based Access Control (RBAC) in AWS EKS, Initially I want to provide administrative access to the IAM User using RBAC.

0

How to manage Role Based Access Control (RBAC) in AWS EKS, Initially I want to provide administrative access to the IAM User using RBAC.

2 réponses
0

Hi, This post will provide you solid guidance on Kubernetes RBAC and IAM Integration in Amazon EKS: https://aws.amazon.com/blogs/containers/kubernetes-rbac-and-iam-integration-in-amazon-eks-using-a-java-based-kubernetes-operator/

In this blog post, we will walk through the details of implementing a Kubernetes Operator 
that leverages new features in Kubernetes Java SDK to help manage the integration of Kubernetes 
role-based access control (RBAC) and AWS Identity and Access Management (IAM) in a Kubernetes 
cluster provisioned using Amazon Elastic Kubernetes Service (Amazon EKS).

Hope it helps!

Didier

profile pictureAWS
EXPERT
répondu il y a 8 mois
0

To apply RBAC to your cluster, you need to take the following stemps.
-. Create IAM user.
-. Map IAM User and k8s User.
-. Create k8s Role with rules for admin.
-. Create RoleBinding to map k8s User and Role.
-. Apply k8s Role and RoleBinding.

Instead IAM User, you can apply IAM Role as same way.

I recommend you refer to the links below. https://archive.eksworkshop.com/beginner/090_rbac/ https://archive.eksworkshop.com/beginner/091_iam-groups/

profile pictureAWS
Dobal
répondu il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions