Creating EKS Cluster using Terraform Modules

In this short lab, I will show you how to create an EKS Cluster properly using Terraform. Usually, I’d create a `main.tf` file and put all the resources needed to set up your EKS cluster in one place. But this time, I’ll be using Terraform modules instead. Modules make things a lot easier to manage. […]

AWS EKS Explained in simple words

Amazon EKS is a managed service that makes it easy for you to run Kubernetes on AWS without installing and operating your own Kubernetes control plane or worker nodes. Kubernetes is an open-source container orchestration system allowing you to deploy and manage containerized applications at scale. However, what exactly are EKS, Kubernetes and Containers? Today’s […]