Creating a Kubernetes cluster on Amazon EKS with eksctl (opens in new tab)
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed Kubernetes service that makes it easy for you to run Kubernetes on AWS and on-premises. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. Amazon EKS is certified Kubernetes-conformant, so existing applications that run on upstream Kubernetes are compatible with Amazon EKS. Getting started guides available in the AWS documentation explain two different procedures for ...
Read the original article