https://www.padok.fr/ https://www.padok.fr/en/blog https://www.padok.fr/en/blog/tag/technology https://www.padok.fr/en/blog/aws-eks-cluster Prerequisites https://www.padok.fr/en/blog/aws-eks-cluster-terraform Have the admin rights on the cluster Ability to create AWS roles Use roles to manage permissions in AWS https://aws.amazon.com/fr/premiumsupport/knowledge-center/iam-assume-role-cli/?nc1=h_ls

This configmap is used by EKS to associate an AWS role to a Kubernetes group and thus to give permissions to an AWS role to specific resources in the EKS cluster.

When you are in charge of an EKS cluster in AWS, it is very easy to effectively manage the access and permissions in your Kubernetes cluster using AWS roles and Kubernetes resources. The main steps are: Create an AWS role that has the permission to access EKS resources In your EKS cluster: Create roles with the specific permissions you want to give to the Kubernetes resources.

Related Articles