AWS EKS is the Way to Run Kubernetes on AWS ECS

AWS Elastic Container Service for Kubernetes, AWS EKS, is a new AWS fully managed service running Kubernetes out-of-box on AWS without needing to install and operate / manage our own Kubernetes clusters. . Gone are the days when we (63% of Kubernetes workloads as per CNCF spent time and effort setting up and running / managing Kubernetes (Master and a cluster of workers) on AWS EC2 instances with no support from AWS service. Not only this, there was whole lot of high availability requirements in relation with Kubernetes which needed to be managed by running Kubernetes master on different availability zones (AZs).


Key Features of AWS EKS

  • Support for existing plugins and tooling from the Kubernetes community.
  • Ease of migrating existing Kubernetes deployments in on-premises datacenters or public clouds without any significant code changes. This is sowing to the fact that there is AWS EKS provides full compatibility with applications running on any standard Kubernetes environment.
  • High availability of Kubernetes masters out-of-box due to the fact that Amazon EKS automatically runsthree Kubernetes masters across three Availability Zones in order to ensure high availability and protect against a single point of failure. Following diagram represents the same:

    Figure 1. AWS EKS Kubernetes Masters – High Availability (Image credit: AWS)

  • Automated version upgrades and patching for the Kubernetes masters
  • Out-of-box integration with AWS features such as some of the following:
    • Elastic Load Balancing (ELB) for load distribution
      • IAM for authentication
      • VPC for isolation
      • PrivateLink for private network access
      • CloudTrail for logging.
  • Managed security for Kubernetes clusters running on AWS ECS

Four Steps to Deploying Your First Cloud-native Apps on Kubernetes

  • Provision an EKS cluster
  • Deploy worker nodes
  • Connect to EKS
  • Run Kubernetes apps

Following diagram represents the above steps:

Figure 2. Deploy first cloud-native apps on Kubernetes (Image credit: AWS)

Greater details can be found on this announcement blog on AWS EKS.

Latest posts by Ajitesh Kumar (see all)
Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Recent Posts

What are AI Agents? How do they work?

Artificial Intelligence (AI) agents have started becoming an integral part of our lives. Imagine asking…

2 weeks ago

Agentic AI Design Patterns Examples

In the ever-evolving landscape of agentic AI workflows and applications, understanding and leveraging design patterns…

2 weeks ago

List of Agentic AI Resources, Papers, Courses

In this blog, I aim to provide a comprehensive list of valuable resources for learning…

2 weeks ago

Understanding FAR, FRR, and EER in Auth Systems

Have you ever wondered how systems determine whether to grant or deny access, and how…

3 weeks ago

Top 10 Gartner Technology Trends for 2025

What revolutionary technologies and industries will define the future of business in 2025? As we…

3 weeks ago

OpenAI GPT Models in 2024: What’s in it for Data Scientists

For data scientists and machine learning researchers, 2024 has been a landmark year in AI…

3 weeks ago