tools
button-inc/tools/eks
Terraform module which creates Kubernetes tools on AWS EKS.
Terraform EKS tools Terraform module which creates Kubernetes tools on AWS EKS. - ALB Ingress Controller: This module can install the ALB Ingress controller into AWS-managed EKS clusters. - see https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html - see https://github.com/kubernetes-sigs/aws-load-balancer-controller - see https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/ - External DNS: This module can install the External DNS into AWS-managed EKS clusters. - see https://github.com/kubernetes-sigs/external-dns - see https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md - see https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/guide/integrations/external_dns/ - Metrics Server: This module can install the Metrics Serv
| Name | Type | Description | Default |
|---|---|---|---|
| cluster_name | string | The name of the EKS cluster | required |
| metrics_server_version | string | The version of the Metrics server | "0.4.4" |
| cluster_namespaces | list | The k8s namespaces to create on the cluster | [] |
| vpc_id | string | The VPC id of the EKS cluster | "" |
| create_alb_ingress_controller | bool | Whether to create ALB ingress controller | true |
| create_external_dns | bool | Whether to create External DNS | true |
| create_metrics_server | bool | Whether to create Metrics server | true |
| external_dns_version | string | The version of the External DNS | "0.8.0" |
| region | string | The region of the EKS cluster | "ca-central-1" |
| alb_ingress_controller_version | string | The verion of the ALB ingress controller | "1.1.7" |
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L