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.

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

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

4 days ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

1 week ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 weeks ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

3 weeks ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

3 weeks ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

3 weeks ago