Amazon EKS Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
awk eks --region us-east-1 update-kubeconfig --name example-eks-cluster
aws eks --region us-east-1 update-kubeconfig --name example-eks-cluster
</syntaxhighlight>
</syntaxhighlight>

Revision as of 23:07, 12 June 2020

External

Internal

Overview

Connect to an EKS Cluster with kubectl

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

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