k8s-aws-terraform-cluster
Deploy an high available Kubernetes (k8s) cluster on Amazon AWS (by garutilorenzo)
ingress-nginx
Ingress NGINX Controller for Kubernetes (by kubernetes)
k8s-aws-terraform-cluster | ingress-nginx | |
---|---|---|
2 | 227 | |
79 | 18,772 | |
- | 0.8% | |
5.3 | 9.7 | |
over 1 year ago | 1 day ago | |
HCL | Go | |
GNU General Public License v3.0 only | Apache License 2.0 |
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.
k8s-aws-terraform-cluster
Posts with mentions or reviews of k8s-aws-terraform-cluster.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-14.
-
Deploy Kubernetes (K8s) on Amazon AWS using mixed on-demand and spot instances
git clone https://github.com/garutilorenzo/k8s-aws-terraform-cluster cd k8s-aws-terraform-cluster/example/
-
Fully automated Kubernetes (K8s) deployment on AWS using mixed on-demand and spot instances
This terraform module will deploy a high available Kubernetes (K8s) cluster on Amazon AWS, using mixed on-demand and spot instances. K8s is installed through kubeadm ad usesContainerd as CRI and Flannel as CNI. You can also install longhorn for the persistent storage and nginx ingress controller for the ingress rules. Please note, this is only an example on how to Deploy a Kubernetes cluster. For a production environment you should use EKS or ECS.
ingress-nginx
Posts with mentions or reviews of ingress-nginx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-03.
- Strict-validate-path-type does not allow period/dot/. in Exact or Prefix path
- Detecting nginx worker leaks
-
Host Multiple Services in EKS with One LoadBalancer: A Cost-Effective Approach
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
- Entendendo Kubernetes Ingress Controllers e as vulnerabilidades recentemente anunciadas do Nginx
-
How To Setup Nginx Ingress Controller On Kubernetes
[7] https://github.com/kubernetes/ingress-nginx "GitHub - kubernetes/ingress-nginx: Ingress NGINX Controller for Kubernetes"
-
Where Is HTTP/3?
I'm really missing HTTP/3 in ingress-nginx for Kubernetes. I guess most people use a CDN/Load Balancer in front of it. I didn't find a good general purpose alternative for ingress-nginx yet.
(https://github.com/kubernetes/ingress-nginx)
-
Kubernetes-Nginx Ingress controller with Path based routing
# Create directory structure `mkdir -p ./ingress-controller/nginx/manifests/` # Generate manifest using helm template `helm template ingress-nginx ingress-nginx \ --repo https://kubernetes.github.io/ingress-nginx \ --version ${CHART_VERSION} \ --namespace ingress-nginx \ > ./ingress-controller/nginx/manifests/nginx-ingress.${APP_VERSION}.yaml`
- Deploying NGINX as an Ingress Controller in Kubernetes: A Comprehensive Step-by-Step Guide with Architectural Diagram
-
Deploying Applications in Amazon EKS with NGINX Ingress
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update helm install nginx-ingress ingress-nginx/ingress-nginx --namespace ingress-nginx --create-namespace
-
Kubernetes homelab - Learning by doing, Part 3: Networking
In order to expose your applications, you'll need an Ingress Controller. This runs on every node in the cluster and listens on ports 80 and 443 (HTTP and HTTPS). I choose the Nginx Ingress Controller, which is easy to install on Microk8s:
What are some alternatives?
When comparing k8s-aws-terraform-cluster and ingress-nginx you can also consider the following projects:
terraform-aws-eks-blueprints-addons - Terraform module which provisions addons on Amazon EKS clusters
metallb - A network load-balancer implementation for Kubernetes using standard routing protocols
terraform-aws-nat-instance - Terraform module to provision a NAT Instance using an Auto Scaling Group and Spot Instance from $1/month
emissary - open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
terraform-aws-gitlab-runner - Terraform module for AWS GitLab runners on ec2 (spot) instances
cilium-cli - CLI to install, manage & troubleshoot Kubernetes clusters running Cilium