AWS EKS is the Way to Run Kubernetes on AWS ECS

Deploy first cloud-native apps on kubernetes

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:

    aws eks kubernetes masters high availability

    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:

Deploy first cloud-native apps on kubernetes

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
Follow me

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. For latest updates and blogs, follow us on Twitter. 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. Check out my other blog, Revive-n-Thrive.com
Posted in AWS, Cloud, CloudNative, Kubernetes. Tagged with , , , .

Leave a Reply

Your email address will not be published. Required fields are marked *