Member-only story
Launch A Kubernetes Cluster with Amazon EKS
6 min readDec 4, 2024
Hi beautiful human. I want to take you through a short project guide on launching a Kubernetes Cluster with Amazon EKS.
N/B — Using EKS is not free-tier eligible. You will incur costs for the EKS cluster and the underlying EC2 instances.
The new terms in this project include the following —
- Kubernetes — A platform for automating deployment, scaling, and management of containerized applications.
- Amazon EKS — A managed Kubernetes service that simplifies the deployment and operation of Kubernetes on AWS.
- Kubernetes Clusters — A group of machines that work together to run containerized applications.
- EKS-ctl —A command-line tool for managing EKS clusters.
- CloudFormation — A service that allows you to create and manage AWS and third-party resources through templates.
- Events — This gives you a timeline of each action that CloudFormation is taking to set up your resources.
- Nodegroup — A group of EC2 instances that are part of a Kubernetes cluster.
- IAM Access Entries —IAM roles and policies that grant permissions to access and manage EKS resources.