Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment, scaling, and manage
curl \ -H "Authorization: $API_KEY" \ http://eks.us-east-1.amazonaws.com/clusters
curl \
-H "Authorization: $API_KEY" \
http://eks.us-east-1.amazonaws.com/clusters/{name}curl \
-H "Authorization: $API_KEY" \
http://eks.us-east-1.amazonaws.com/tags/{resourceArn}