terraform-aws-eks
eksctl
terraform-aws-eks | eksctl | |
---|---|---|
81 | 72 | |
4,718 | 5,096 | |
0.6% | 0.4% | |
8.3 | 9.6 | |
9 days ago | 1 day ago | |
HCL | Go | |
Apache License 2.0 | GNU General Public License v3.0 or later |
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
-
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.
eksctl
-
Connecting from EKS pods to MSK: Setting up IAM, service accounts, trust relationships, and security groups
# for ARM systems, set ARCH to: `arm64`, `armv6` or `armv7` ARCH=amd64 PLATFORM=$(uname -s)_$ARCH curl -sLO "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$PLATFORM.tar.gz" # (Optional) Verify checksum curl -sL "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_checksums.txt" | grep $PLATFORM | sha256sum --check tar -xzf eksctl_$PLATFORM.tar.gz -C /tmp && rm eksctl_$PLATFORM.tar.gz sudo mv /tmp/eksctl /usr/local/bin
-
The Fun Kubernetes: Launch Your First Kubernetes App on Amazon EKS
For Windows or Linux, use the installation guide https://eksctl.io
-
Vector: A lightweight tool for collecting EKS application logs with long-term storage capabilities
Create ESK cluster via eksctl:
- Provision EKS Cluster with Terraform, Terragrunt & GitHub Actions
-
Run Kubernetes Like a Pro—Without the Expertise! Introducing EKS Auto Mode
I thought it's my eksctl version but looks like my eksctl hasn't got update for this flag so far. There is open issue too for the official eksctl repository
-
Building Web Applications Using Amazon EKS : AWS Project
eksctl is a CLI tool for easily creating and managing EKS clusters. It is written in Go language and deployed in CloudFormation form.
-
Kubernetes Cluster Architecture
[!IMPORTANT] If you're planning to use AWS EKS, I highly recommend using eksctl.
-
Building Microservices Using Knative
We will utilize AWS EKS to host our infrastructure components on Kubernetes (K8s). The simplest method to create a k8s cluster on AWS is to utilize eksctl following this guidance from AWS.
-
Chapter 3 - Setting up Kubernetes
Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service provided by Amazon Web Services (AWS). It integrates with other AWS services, providing a secure and scalable environment for running Kubernetes clusters. Before getting started with EKS, first install the open source eksctl command-line tool. Once you have eksctl installed and in your path, follow the remaining steps below to set up your EKS cluster:
-
Show HN: See the impact on your cloud costs as you code
I just gave this a try with https://github.com/eksctl-io/eksctl/blob/main/examples/01-si...
ChatGPT gave me a decent chuck of terraform and running Infracost against it gave me a $515 monthly cost.
If you go to the settings of the plugin and get the absolute path of infracost binary then run
infracost breakdown --path .
in the dir with the terraform, does it give you a breakdown?
What are some alternatives?
terraform-aws-eks-blueprints - Configure and deploy complete EKS clusters.
kops - Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
terragrunt-infrastructure-modules-example - A repo used to show examples file/folder structures you can use with Terragrunt and Terraform
cluster-api - Home for Cluster API, a subproject of sig-cluster-lifecycle
kubesphere - The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️