terraform-aws-eks
Terraform module to create Amazon Elastic Kubernetes (EKS) resources 🇺🇦 (by terraform-aws-modules)
eks-alb-istio-with-tls
This repository demonstrate how to configure end-to-end encryption on EKS platform using TLS certificate from Amazon Certificate Manager, AWS Application LoadBalancer and Istio as service mesh. (by aws-samples)
terraform-aws-eks | eks-alb-istio-with-tls | |
---|---|---|
81 | 6 | |
4,723 | 63 | |
0.7% | - | |
8.3 | 0.0 | |
18 days ago | almost 2 years ago | |
HCL | ||
Apache License 2.0 | MIT No Attribution |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
terraform-aws-eks
Posts with mentions or reviews of terraform-aws-eks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-11.
-
Amazon EKS (Auto Mode) Infrastructure as Code with Terraform
Ref: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/v20.36.0/examples/eks-auto-mode/main.tf
-
From Zero to EKS and Hybrid-Nodes — Part 2: The EKS and Hybrid Nodes configuration.
Cluster creation is straightforward. We’ll use the state file from the VPC creation to retrieve outputs, and we’ll create the cluster using the terraform-aws-modules/eks/aws module.
-
AWS and Docker Hub Limits: Smart Strategies for April 2025 Changes
If you are using https://github.com/terraform-aws-modules/terraform-aws-eks module to create your cluster and using in-built role it is creating for the worker nodes, don’t forget to extend it with a new policy to allow ecr:BatchImportUpstreamImage because by default it attaches managed policy arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryPullOnly which doesn’t allow pull-through cache.
-
Troubleshooting Self Managed Node Groups in Terraform EKS
From the documentation, we have to use CUSTOM value, but it is not true. There is a github issue: #3094. Terraform is not accepting the CUSTOM value. Instead of CUSTOM it has to be value, which the image is based on. In my example, it is AL2023_x86_64_STANDARD.
-
AWS CodePipeline + EKS Action: The Easiest Way to Deploy Containers Yet!
I have used eks auto using terraform eks module which is quick and easy.
-
EKS Auto Mode Unlocked for Existing Clusters with Terraform
Terraform-aws-eks release a new version v20.31.1 which allows to use custom NodeClass/NodePools when EKS Auto is enabled without built-in NodePools.
-
EKS Auto Mode Arrives in Terraform – Simplify Kubernetes Today
Terraform eks module released a new version v20.31.0 which enables the support of EKS Auto mode and EKS Hybrid Nodes.
-
Run Kubernetes Like a Pro—Without the Expertise! Introducing EKS Auto Mode
Note: Terraform support(still ongoing) not yet there so for this blog we will use AWS console.
-
How to use the AWS Load Balancer Controller to connect multiple EKS clusters with existing Application Load Balancers
Here’s a lovely GitHub issue with more details: https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1539
-
Efficient Kubernetes Cluster Deployment: Accelerating Setup with EKS Blueprints
Upon reviewing EKS Blueprints, I found myself pondering its relationship with terraform-aws-modules-eks. In reality, EKS Blueprints does not stand in opposition to or compete with terraform-aws-modules-eks; rather, it complements and extends its functionality. EKS Blueprints acts as a valuable enhancement to the standard EKS module, enriching it with additional features and refinements, effectively adding a touch of sweetness and spice to the existing framework.
eks-alb-istio-with-tls
Posts with mentions or reviews of eks-alb-istio-with-tls.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-20.
-
How to set ingress-policy to allow limited IP with Istio?
Which load balancer do you mean? Is it AWS' ELB? I think if use ALB-Istio-TLS will control AWS' resource automatically. If I'm wrong please correct me.
- How to set limit access from internet for application with Istio on AWS?
- How to deploy a CRD application with Istio?
What are some alternatives?
When comparing terraform-aws-eks and eks-alb-istio-with-tls you can also consider the following projects:
terraform-aws-eks-blueprints - Configure and deploy complete EKS clusters.
Gauntlet - 🔖 Guides, Articles, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
eksctl - The official CLI for Amazon EKS
karpenter-eks-vpc-secondary-cidr - EKS Custom Networking with Secondary CIDR block for Pod IP addresses — Full tutorial — Karpenter v1alpha configuration
terragrunt-infrastructure-modules-example - A repo used to show examples file/folder structures you can use with Terragrunt and Terraform
todo-app-infra - Repository contains example application with PaaS, SaaS & IaaS