简体   繁体   中英

How to configure local kubectl to connect to kubernetes EKS cluster

I am very new at kubernetes.

I have created a cluster setup at AWS EKS

Now I want to configure kubectl at a local ubuntu server so that I can connect at AWS EKS cluster.

Need to understand the process. [ If at all it is possible ]

aws cli is used to create Kubernetes config (normally ~/.kube/config ).

See details by: aws eks update-kubeconfig help

You can follow this guide . You need to do following steps.

1.Installing kubectl

2.Installing aws-iam-authenticator

3.Create a kubeconfig for Amazon EKS

4.Managing Users or IAM Roles for your Cluster

Also take a look at configuring kubeconfig using AWS CLI here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM