Difference between revisions of "EKS RBAC"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(13 intermediate revisions by 2 users not shown) | |||
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_users]]</code> | + | * [[Terraform EKS module]]: <code>[[aws_auth_roles]], [[aws_auth_users]]</code> |
+ | |||
+ | == Activities == | ||
+ | * [[Granting access to an IAM principal to view Kubernetes resources on a cluster]] | ||
+ | * [[Configuring Pods to use a Kubernetes service account]] | ||
+ | * [[How do I provide access to other IAM users and roles after cluster creation in Amazon EKS?]] | ||
+ | * [[How do I troubleshoot RBAC issues with Amazon EKS?]] | ||
+ | * [[Deep dive into the new Amazon EKS Cluster Access Management features]], Datadog Dec 2023 | ||
== Related == | == Related == | ||
− | * <code>[[aws-auth]]</code> | + | * <code>[[aws-auth configMap]]</code> |
* <code>[[aws eks get-token]]</code> | * <code>[[aws eks get-token]]</code> | ||
* <code>[[eksctl create iamidentitymapping]]</code> | * <code>[[eksctl create iamidentitymapping]]</code> | ||
+ | * <code>[[hardeneks]]</code> | ||
+ | * <code>[[AmazonEKSAdminPolicy]]</code> | ||
+ | * <code>[[AmazonEKSClusterAdminPolicy]]</code> | ||
== See also == | == See also == |
Latest revision as of 13:04, 10 June 2024
Activities[edit]
- Granting access to an IAM principal to view Kubernetes resources on a cluster
- Configuring Pods to use a Kubernetes service account
- How do I provide access to other IAM users and roles after cluster creation in Amazon EKS?
- How do I troubleshoot RBAC issues with Amazon EKS?
- Deep dive into the new Amazon EKS Cluster Access Management features, Datadog Dec 2023
Related[edit]
aws-auth configMap
aws eks get-token
eksctl create iamidentitymapping
hardeneks
AmazonEKSAdminPolicy
AmazonEKSClusterAdminPolicy
See also[edit]
- 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: