Difference between revisions of "Aws-iam-authenticator for EKS"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
<code>aws-iam-authenticator</code> to provide authentication to your [[EKS cluster]] using [[IAM]]
 
<code>aws-iam-authenticator</code> to provide authentication to your [[EKS cluster]] using [[IAM]]
  
* Installation: <code>[[brew install]] aws-iam-authenticator</code>
+
* Installation: <code>[[brew install aws-iam-authenticator]]</code>
 
* Help: <code>[[aws-iam-authenticator --help]]</code>
 
* Help: <code>[[aws-iam-authenticator --help]]</code>
  

Revision as of 09:43, 19 September 2023

aws-iam-authenticator to provide authentication to your EKS cluster using IAM

aws-iam-authenticator token
aws-iam-authenticator verify
aws-iam-authenticator add
aws-iam-authenticator init
aws-iam-authenticator server
aws-iam-authenticator version
kubectl config view --minify | grep command
          command: aws-iam-authenticator

Terraform EKS apply output

users:
- name: eks_education-eks-Ry318DCv
 user:
   exec:
     apiVersion: client.authentication.k8s.io/v1alpha1
     command: aws-iam-authenticator
     args:
       - "token"
       - "-i"
       - "education-eks-Ry318DCv"

Related

See also

Advertising: