How to add an IAM User to an EKS Cluster?

You can take advantage of IAM's authentication mechanism when adding a new user to your EKS cluster.

Photo by Pierre Bamin on Unsplash

Imagine you need two different user groups; developers , admins

Users in the group developers can see only pods and their logs
Users in the group admins can do everything in the cluster

Let’s create a role:

Go to the IAM Roles Page and click Create Role:

Read More

Tags: Cluster EKS