Notes to Self

Alex Sokolsky's Notes on Computers and Programming

AWS Elastic Kubernetes Service (EKS)

reference

The bellow commands take --profile or AWS_PROFILE.

List the k8s clusters in this account:

aws eks list-clusters

Get cluster’s k8s version:

aws eks describe-cluster --name _cluster_name_ --query 'cluster.version'

Retrieve kubeconfig:

aws eks update-kubeconfig --name _cluster-name_  --alias _alias_