🌐
AWS
docs.aws.amazon.com β€Ί amazon eks β€Ί user guide β€Ί what is amazon eks? β€Ί amazon eks architecture
Amazon EKS architecture - Amazon EKS
Learn how Amazon EKS aligns with Kubernetes cluster architecture, offering a highly available and resilient control plane, and flexible compute options like AWS Fargate, Karpenter, managed node groups, and self-managed nodes to meet diverse workload requirements.
🌐
GitHub
github.com β€Ί aws-samples β€Ί aws-saas-factory-eks-reference-architecture β€Ί blob β€Ί main β€Ί GUIDE.md
aws-saas-factory-eks-reference-architecture/GUIDE.md at main Β· aws-samples/aws-saas-factory-eks-reference-architecture
In the sections that follow, we’ll look inside the inner-workings of this sample SaaS EKS environment. We’ll explore the key architectural strategies that are used to address the isolation, identity, data partitioning, routing, deployment, and operational considerations associated with building and delivering a SaaS solution an EKS SaaS solution on AWS.
Author Β  aws-samples
Discussions

What are the key AWS concepts to understand when using EKS with Fargate?
The key concept is to use ECS More on reddit.com
🌐 r/aws
6
8
April 5, 2024
Designing a Secure, Scalable EKS Architecture for a FinTech Microservices App – Need Inputs
Ask the LLM that you used while making this post, and please share the name of the company with us so we don't accidentally use it in the future More on reddit.com
🌐 r/kubernetes
12
0
December 17, 2025
AWS EKS Architecture Discussion

AWS VPC main table is for non explicitly associated subnets, you can have 200 route tables with 50 routes each.

When you create a VPC, it automatically has a main route table. 
The main route table controls the routing for all subnets that are not explicitly associated with any other route table. 
On the Route Tables page in the Amazon VPC console, you can view the main route table for a VPC by looking for Yes in the Main column.

I assume you are talking about scenario #2 in this doc https://aws.amazon.com/blogs/containers/optimize-ip-addresses-usage-by-pods-in-your-amazon-eks-cluster/

In that case you do not need a route per node, but a route per private subnet where your nodes secondary ENI's will be on.

More on reddit.com
🌐 r/devops
8
15
January 8, 2021
Designing a Secure, Scalable EKS Architecture for ...
🌐 r/aws
🌐
GitHub
github.com β€Ί aws-samples β€Ί aws-saas-factory-eks-reference-architecture
GitHub - aws-samples/aws-saas-factory-eks-reference-architecture: This repository provides a reference architecture for building an end to end SaaS solution using Amazon Elastic Kubernetes Service (EKS) Β· GitHub
The goal is to provide SaaS developers and architects with working code that will illustrate how multi-tenant SaaS applications can be design and delivered on AWS. The solution covers a broad range of multi-tenant considerations, including tenant ...
Starred by 331 users
Forked by 117 users
Languages Β  TypeScript 47.2% | HTML 22.5% | Java 17.7% | Shell 6.0% | SCSS 5.4% | JavaScript 1.0% | Dockerfile 0.2%
🌐
Aws-solutions-library-samples
aws-solutions-library-samples.github.io β€Ί compute β€Ί cell-based-architecture-for-amazon-eks.html
Guidance for EKS Cell-Based Architecture for High Availability on Amazon EKS | AWS Solutions Library Samples
Summary: This implementation guide provides an overview of the Guidance for EKS Cell-Based Architecture for High Availability on Amazon EKS, its reference architecture and components, considerations for planning the deployment, and configuration steps for deploying the Guidance name to Amazon Web Services (AWS).
🌐
Octopus Deploy
octopus.com β€Ί docs β€Ί getting-started β€Ί reference-architectures β€Ί eks-reference-architecture
EKS Reference Architecture | Documentation and Support
November 13, 2023 - The _ AWS EKS Infrastructure project contains a runbook called Create EKS Cluster. This runbook creates a Fargate EKS cluster with the supplied name in the supplied region and then installs the NGINX ingress controller on it.
🌐
Medium
medium.com β€Ί the-programmer β€Ί aws-eks-fundamentals-core-components-for-absolute-beginners-part1-9b16e19cedb3
AWS EKS Fundamentals: Architecture & Components | by @pramodchandrayan | SysopsMicro | Medium
August 13, 2021 - AWS EKS Fundamentals: Architecture & Components Learn about Managed EKS and Create EKS Cluster using eksctl When it comes to set up a production-grade container orchestration to automate deployment …
🌐
AWS
docs.aws.amazon.com β€Ί architecture diagrams β€Ί architecture diagrams β€Ί modernize applications with microservices using amazon eks
Modernize Applications with Microservices Using Amazon EKS - Modernize Applications with Microservices Using Amazon EKS
April 12, 2021 - Modernize Applications with Microservices Using Amazon EKS DiagramDownload editable diagramCreate a free AWS accountFurther readingContributorsDiagram history ... This architecture enables you to integrate Amazon Elastic Kubernetes Service (Amazon EKS) with VMware Cloud on AWS.
🌐
DevOpsSchool.com
devopsschool.com β€Ί blog β€Ί amazon-elastic-kubernetes-service-amazon-eks-architecture-explained-with-diagram
Amazon Elastic Kubernetes Service (Amazon EKS) Architecture Explained with Diagram
Latest doc – https://github.com/certifications-tutorials/kubernetes-cluster-setup Following commands would help you to create 1 Master and 1 Node in same VM. Run Following commands in Master Node Run following…
Find elsewhere
🌐
Medium
medium.com β€Ί @david.e.munoz β€Ί aws-elastic-kubernetes-service-eks-e5f4c00b3781
AWS Elastic Kubernetes Service (EKS) | by David Munoz | Medium
September 23, 2024 - For this project, I will be deploying AWS managed Elastic Kubernetes Service (EKS) with the help of Terraform Tutorials. This is in an effort to familiarize myself with AWS services and understand the underlying components for an EKS deployment. EKS will allow us to develop an understanding for deploying, managing, and scale containerized applications on Kubernetes. Of Course this project will also include Hashicorp’s IaC, Terraform. ... Next is designing the Architecture diagram.
🌐
Sonatype
help.sonatype.com β€Ί en β€Ί sonatype-iq-reference-architecture-aws-eks-kubernetes-high-availability.html
AWS EKS Kubernetes High Availability IQ Reference Architecture
December 11, 2025 - This reference architecture describes how to deploy a high-availability (HA) Sonatype IQ Server cluster on Amazon Elastic Kubernetes Service (EKS).
🌐
AWS
aws.amazon.com β€Ί blogs β€Ί architecture β€Ί category β€Ί compute β€Ί amazon-kubernetes-service
Amazon Elastic Kubernetes Service | AWS Architecture Blog
In this post, you’ll learn how ... and cleanup workflows into their platform architecture. In this post, we show you how to implement comprehensive monitoring for Amazon Elastic Kubernetes Service (Amazon EKS) workloads using AWS managed services....
🌐
GitHub
github.com β€Ί clowdhaus β€Ί eks-reference-architecture
GitHub - clowdhaus/eks-reference-architecture: Reference EKS architectures using https://github.com/terraform-aws-modules/terraform-aws-eks
Reference EKS architectures using https://github.com/terraform-aws-modules/terraform-aws-eks - GitHub - clowdhaus/eks-reference-architecture: Reference EKS architectures using https://github.com/terraform-aws-modules/terraform-aws-eks
Starred by 108 users
Forked by 31 users
Languages Β  HCL 86.0% | Jupyter Notebook 14.0% | HCL 86.0% | Jupyter Notebook 14.0%
🌐
Lucid
lucid.co β€Ί templates β€Ί aws-kubernetes-nodes-with-eks
AWS Kubernetes nodes with EKS
Visualize the components of common AWS architecture. Understand the flow of information and interactions among different AWS and Kubernetes services. Access Lucidchart's AWS (2019) and Kubernetes shape libraries.
🌐
GitHub
github.com β€Ί aws-solutions-library-samples β€Ί guidance-for-cell-based-architecture-for-amazon-eks
GitHub - aws-solutions-library-samples/guidance-for-cell-based-architecture-for-amazon-eks: This Guidance demonstrates how to configure a cell-based architecture for Amazon Elastic Kubernetes Service (Amazon EKS) Β· GitHub
Figure 1. Guidance for a Cell-Based Architecture for Amazon EKS - Reference Architecture Β· 1. A cell consists of an Amazon Elastic Kubernetes Service (Amazon EKS) cluster having its compute nodes (workloads) and dedicated AWS Application Load Balancers (AWS ALB) deployed within a single ...
Author Β  aws-solutions-library-samples
🌐
AWS
docs.aws.amazon.com β€Ί architecture diagrams β€Ί architecture diagrams β€Ί local clusters for amazon eks on aws outposts
Local Clusters for Amazon EKS on AWS Outposts - Local Clusters for Amazon EKS on AWS Outposts
June 2, 2023 - This reference architecture diagram helps you deploy a local cluster for Amazon Elastic Kubernetes Service (Amazon EKS) on AWS Outposts.
🌐
DEV Community
dev.to β€Ί oncloud7 β€Ί inside-amazon-eks-understanding-its-core-architecture-324o
Inside Amazon EKS: Understanding Its Core Architecture - DEV Community
November 30, 2025 - This blog will guide you through the core architecture of Amazon EKS, discussing the control plane, worker nodes, networking, IAM roles, and the CNI plugin that facilitates pod communication. β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ AWS Managed Control Plane β”‚ │───────────────────────────────────────────│ β”‚ β€’ API Server β”‚ β”‚ β€’ etcd (Multi-AZ HA) β”‚ β”‚ β€’ Scheduler β”‚ β”‚ β€’ Controller Manager
🌐
GeeksforGeeks
geeksforgeeks.org β€Ί devops β€Ί amazon-web-services-introduction-to-amazon-eks
Amazon Web Services - Introduction to Amazon EKS - GeeksforGeeks
October 24, 2025 - Amazon Elastic Kubernetes Service (EKS) simplifies running Kubernetes clusters on AWS by managing the control plane while allowing you to focus on application deployment and scaling. Below we break down the main components and how they work within the Amazon EKS environment using the diagram provided as a reference
🌐
AWSstatic
d1.awsstatic.com β€Ί solutions β€Ί guidance β€Ί architecture-diagrams β€Ί cell-based-architecture-for-amazon-eks.pdf pdf
Guidance for a Cell-Based Architecture for Amazon EKS
October 2, 2023 - AWS Reference Architecture Β· Guidance for a Cell-Based Architecture for Amazon EKS Β· This architecture diagram shows how you can use a cell-based architecture to improve resiliency and reduce data transfer Β· costs for Amazon EKS workloads. It consists of both cells and supercells.