Tag: amazon

Kubernetes on AWS: Setting up a cluster on Amazon Web Services (with Amazon EKS)

Kubernetes on AWS: Setting up a cluster on Amazon Web Services (with Amazon EKS) Prerequisites Before you begin, you will need the following: An AWS account with administrative access A basic understanding of Kubernetes concepts A local machine with the aws and kubectl command-line tools installed Step 1: Create an Amazon EKS Cluster Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service that makes it easy to run Kubernetes on AWS without the need to manage your own Kubernetes control plane. To create…