hey guys, i'm trying to figure out how to add user...
# kubernetes
b
hey guys, i'm trying to figure out how to add users to my EKS cluster so as anyone of my team can deploy apps, doing anything admin on the cluster. Following the Identity docs, I have created an admin iAM role with the permissions suggested through pulumi. I then have created a RBAC role on the cluster plus a clusterbinding. From here i'm lost, how do i associate the admin iAM role with the RBAC role, and then how does one (who isn't me, because i'm defacto admin on the cluster as i created it) query the cluster using kubectl. It feels unclear to me as to how the Kubs RBAC role can associate with the iAM role