Amazon EKS Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Connect to an EKS Cluster with kubectl=
=Connect to an EKS Cluster with kubectl=


Update [[Amazon_EKS_Concepts#.kube.2Fconfig_Configuration|.kube/config]]
Update [[Amazon_EKS_Concepts#.kube.2Fconfig_Configuration|.kube/config]] with the EKS cluster definition as follows:
 
<syntaxhighlight lang='bash'>
awk eks --region us-east-1 update-kubeconfig --name example-eks-cluster
</syntaxhighlight>

Revision as of 20:52, 12 June 2020

External

Internal

Overview

Connect to an EKS Cluster with kubectl

Update .kube/config with the EKS cluster definition as follows:

awk eks --region us-east-1 update-kubeconfig --name example-eks-cluster