🌐
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
This repository provides a reference architecture for building an end to end SaaS solution using Amazon Elastic Kubernetes Service (EKS) - aws-samples/aws-saas-factory-eks-reference-architecture
Author   aws-samples
🌐
Octopus Deploy
octopus.com › docs › getting-started › reference-architectures › eks-reference-architecture
EKS Reference Architecture | Documentation and Support
November 13, 2023 - The Octopus - EKS Reference Architecture step populates an existing Octopus space with deployment projects demonstrating how DevOps teams can deploy applications to the AWS EKS platform.
Discussions

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
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
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
Fargate, EKS, and running like a Lambda

Hello,

Fargate is available for for ECS and EKS, it's basically running your container on servers from AWS that you don't have to manage.

I don't know your exact details but the trade off is this (according to my knowledge):

If your usage of a server instance for your container is less than 70% for the whole period it's cheaper to use fargate.

If you factor the time spend on managing servers or the scaling then probably it's even lower.

You can start tasks in ecs/eks fargate and then have the task shut down and deprovision.

What you would do (for ecs) is setup a task definition and then call the api to start a task (one or more containers) with a specific command ( process.sh arg ), after it is done it will shutdown.

Services on the other hand will run all the time.

You cannot use this strategy to run a web app with containers, you can with serverless.

Hope it helps, let me know if you have any other questions

More on reddit.com
🌐 r/aws
39
32
July 21, 2020
🌐
Binbash
leverage.binbash.co › user-guide › ref-architecture-eks › overview
AWS EKS Reference Architecture
Amazon Elastic Kubernetes Services (EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to install and operate your own Kubernetes control plane or worker nodes.
🌐
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
This repository provides a reference architecture for building an end to end SaaS solution using Amazon Elastic Kubernetes Service (EKS) - aws-samples/aws-saas-factory-eks-reference-architecture
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%
🌐
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).
🌐
Medium
medium.com › @david.e.munoz › aws-elastic-kubernetes-service-eks-e5f4c00b3781
AWS Elastic Kubernetes Service (EKS) | by David Munoz | Medium
September 23, 2024 - 7. IAM — IAM manages the access and permissions required for resources within the EKS deployment. This architecture is a simple deployment that provides high availability, and scalability, which is suitable for a containerized applications for production environments. ... terraform-aws-modules/vpc/aws — This module simplifies the process of creating a VPC by handling the setup of all the necessary components, such as:
🌐
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.
🌐
Lucid
lucid.co › templates › aws-kubernetes-nodes-with-eks
AWS Kubernetes nodes with EKS
This AWS Kubernetes nodes with EKS reference architecture can help you: - Visualize the components of common AWS architecture. - Understand the flow of information and interactions among different AWS and Kubernetes services.
Find elsewhere
🌐
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).
🌐
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%
🌐
Gopaddle
help.gopaddle.io › overview › provision-new-cluster › provision-clusters-on-cloud › aws-eks › aws-eks-reference-architecture
AWS EKS Reference Architecture | gopaddle User Guide
April 18, 2024 - EKS Reference Architecture provisioned through gopaddle · VPC Access Type · Route Table Config · Auto-assign public IP · Endpoints · AWS Loadbalancer Controller · Public Only · Route table - outbound to 0.0.0.0/0 · Yes · kubernetes.io/role/elb=1 · Public/Private ·
🌐
EKS Anywhere
anywhere.eks.amazonaws.com › docs › concepts › architecture
EKS Anywhere Architecture | EKS Anywhere
February 28, 2024 - The management cluster must be managed with the eksctl CLI, whereas workload clusters can be managed with the eksctl CLI or with Kubernetes API-compatible clients such as kubectl, GitOps, or Terraform. If you use the management cluster architecture, the management cluster must run on the same infrastructure provider as your workload clusters.
🌐
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 - The Elastic Network Interface is automatically attached to the Amazon Elastic Compute Cloud (Amazon EC2) bare metal (ESXi) hosts in VMware Cloud on AWS during the software-defined data center (SDDC) provisioning. Provision fully managed Amazon Elastic Kubernetes Service (Amazon EKS) clusters for different environments (dev/test/production).
🌐
Humanitec
humanitec.com › reference-architectures › aws
Platform reference architecture on AWS
This architecture focuses on the AWS ecosystem and includes AWS EKS, RDS, Backstage, Humanitec, Github Actions, Terraform, and more. Please note that this architecture is compatible with any other tooling choice.
🌐
AWSstatic
d1.awsstatic.com › onedam › marketing-channels › website › aws › en_US › solutions › approved › documents › architecture-diagrams › scalable-model-inference-and-agentic-ai-on-amazon-eks.pdf pdf
Guidance for Scalable Model Inference and Agentic AI on ...
October 2, 2025 - AWS Reference Architecture · Guidance workloads are deployed into an Amazon · EKS cluster, configured for application readiness · with compute plane managed by Karpenter auto- scaler. This setup efficiently auto-scales AWS · Graviton, GPU and AWS Inferentia based compute ·
🌐
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.
🌐
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....
🌐
Amazon Web Services
aws.amazon.com › aws solutions library › guidance for a cell-based architecture for amazon eks
Guidance for a Cell-Based Architecture for Amazon EKS
March 9, 2026 - This Guidance demonstrates how to configure a cell-based architecture for Amazon Elastic Kubernetes Service (Amazon EKS). It moves away from typical multiple Availability Zone clusters to a single Availability Zone cluster. These single Availability Zone clusters are called cells, and the ...
🌐
NetApp
netapp.com › home › learn › aws-cvo-blg-aws-eks-architecture-clusters-nodes-and-networks
AWS EKS Architecture: Clusters, Nodes, and Networks | NetApp
January 12, 2026 - EKS clusters are composed of the following main components—a control plane and worker nodes. Each cluster runs in its own, fully managed Virtual Private Cloud (VPC). The control plane is composed of three master nodes, each running in a different ...