Difference between revisions of "Amazon EKS authentication"
Jump to navigation
Jump to search
(Created page with " Amazon EKS authorization") |
|||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | * https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html | ||
+ | == Errors == | ||
+ | * <code>[[error: You must be logged in to the server (Unauthorized)]]</code> | ||
+ | == Related == | ||
+ | * [[Amazon EKS authorization]] | ||
+ | * <code>[[aws eks get-token]]</code> | ||
+ | * <code>[[aws eks update-kubeconfig]]</code> | ||
+ | * [[Terraform EKS: aws auth roles]] | ||
+ | * [[Granting access to an IAM principal to view Kubernetes resources on a cluster]] | ||
+ | * <code>[[AmazonEKSAdminPolicy]]</code> | ||
+ | * <code>[[AmazonEKSClusterAdminPolicy]]</code> | ||
− | + | == See also == | |
+ | * {{aws-auth}} | ||
+ | * {{EKS RBAC}} | ||
+ | |||
+ | [[Category:EKS]] |
Latest revision as of 13:01, 10 June 2024
Errors[edit]
Related[edit]
- Amazon EKS authorization
aws eks get-token
aws eks update-kubeconfig
- Terraform EKS: aws auth roles
- Granting access to an IAM principal to view Kubernetes resources on a cluster
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: