Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.05 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.05 KB

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.