Skip to content

button-inc/terraform-eks-tools

Repository files navigation

Terraform EKS tools

Terraform module which creates Kubernetes tools on AWS EKS.

Assumptions

Usage

module "eks_tools" {
  source = "button-inc/tools/eks"

  cluster_name                  = "eks-dev"
  create_alb_ingress_controller = true
  create_external_dns           = true
  create_metrics_server         = true
  cluster_namespaces            = ["dev", "test", "prod"]
}

Authors

Module is maintained by Junmin Ahn.

License

Apache 2 Licensed. See LICENSE for full details.