Articles tagged kubectl
Secure Access to AWS EKS Clusters for Admins
![Secure Access to AWS EKS Clusters for Admins](/assets-jekyll/blog/secure-access-to-eks/2-59e9ff0d8ba87c3085a5a813de06d79ddaa7e58b540ad2d6d9967c933ab488a1.png)
In this tutorial, we will leverage OpenID Connect (OIDC) to allow our DevOps team to securely access their EKS clusters on AWS. We use Role Based Access Control (RBAC)] to enforce the least privilege required without the need to configure AWS IAM roles. 😎 We’ll highlight the steps to manually enable an OIDC provider on your EKS clusters. At the end of this tutorial, we’ll point to resources you can leverage to automate all those...