Difference between revisions of "EKS RBAC"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html | * https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html | ||
− | * Terraform: <code>[[aws_auth_roles]], [[aws_auth_users]]</code> | + | * [[Terraform EKS module]]: <code>[[aws_auth_roles]], [[aws_auth_users]]</code> |
== Related == | == Related == |
Revision as of 19:03, 11 September 2023
Related
aws-auth configMap
aws eks get-token
eksctl create iamidentitymapping
- Granting access to an IAM principal to view Kubernetes resources on a cluster
- Configuring Pods to use a Kubernetes service account
See also
- AWS IAM Authenticator for Kubernetes:
aws-auth, kubectl edit -n kube-system configmap/aws-auth, eksctl create iamidentitymapping
,mapUsers:, mapRoles:, mapAccounts:
- EKS RBAC, Amazon EKS authentication, Amazon EKS authorization,
aws eks get-token, aws-auth ConfigMap, aws-iam-authenticator, eksctl create iamidentitymapping, eksctl get iamidentitymapping, eks:AccessKubernetesApi, eks-connector
, K8s Cluster roles,AmazonEKSAdminPolicy
,AmazonEKSClusterAdminPolicy
Advertising: