AWS EKS User Access Within the Cluster

1 minute read
Content level: Intermediate
1

Securely granting access to resources within your Amazon Elastic Kubernetes Service (EKS) cluster is crucial.

User Access for Node-group Server in AWS EKS Cluster:

Giving the Access to the necessary Users with least privileges permission to work with servers and Cluster is most important thing if you work in the Production servers.

So, lets crack how to do that in AWS Console in a Simple way...

Here Providing a Simple breakdown steps to give the permission in the EKS Cluster.

  • Open EKS Console in AWS.
  • Click on the cluster to give the node-server access to the users.
  • Under Cluster you see the option like access, click on " access ".
  • Click on " Create access entry ".
  • Search for users who are there in IAM to need the access to the Cluster.
  • Add the user with cluster admin permissions.
  • Finally click and add then, user is accessing the Node server with all permissions.

Below Providing the simple Image where you see that option in the EKS Console.

Enter image description here

profile picture
EXPERT
published 21 days ago942 views