How to add an IAM User to an EKS Cluster?

<p>You can take advantage of IAM&#39;s authentication mechanism when adding a new user to your EKS cluster.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*wXPak0DDaLBLDu3r" style="height:481px; width:700px" /></p> <p>Photo by&nbsp;<a href="https://unsplash.com/@bamin?utm_source=medium&amp;utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Pierre Bamin</a>&nbsp;on&nbsp;<a href="https://unsplash.com/?utm_source=medium&amp;utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Unsplash</a></p> <p>Imagine you need two different user groups;&nbsp;<code>developers</code>&nbsp;,&nbsp;<code>admins</code></p> <p>Users in the group&nbsp;<em>developers</em>&nbsp;can see only pods and their logs<br /> Users in the group&nbsp;<em>admins</em>&nbsp;can do everything in the cluster</p> <p>Let&rsquo;s create a role:</p> <p>Go to the IAM Roles Page and click Create Role:</p> <p><a href="https://adil.medium.com/how-to-add-an-iam-user-or-role-to-an-eks-cluster-fc188b9abf76"><strong>Read More</strong></a></p>
Tags: EKS Cluster