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

Agentic Reasoning Design Patterns in AI: Examples

In recent years, artificial intelligence (AI) has evolved to include more sophisticated and capable agents,…

3 weeks ago

LLMs for Adaptive Learning & Personalized Education

Adaptive learning helps in tailoring learning experiences to fit the unique needs of each student.…

4 weeks ago

Sparse Mixture of Experts (MoE) Models: Examples

With the increasing demand for more powerful machine learning (ML) systems that can handle diverse…

1 month ago

Anxiety Disorder Detection & Machine Learning Techniques

Anxiety is a common mental health condition that affects millions of people around the world.…

1 month ago

Confounder Features & Machine Learning Models: Examples

In machine learning, confounder features or variables can significantly affect the accuracy and validity of…

1 month ago

Credit Card Fraud Detection & Machine Learning

Last updated: 26 Sept, 2024 Credit card fraud detection is a major concern for credit…

1 month ago