Git Product home page Git Product logo

terraform-aws-eks-lb-controller's Introduction

terraform-aws-eks-lb-controller

Lint Status LICENSE

Terraform module for deploying AWS Load Balancer Controller inside a pre-existing EKS cluster.

Usage

module "load_balancer_controller" {
  source = "git::https://github.com/DNXLabs/terraform-aws-eks-lb-controller.git"

  cluster_identity_oidc_issuer     = module.eks_cluster.cluster_oidc_issuer_url
  cluster_identity_oidc_issuer_arn = module.eks_cluster.oidc_provider_arn
  cluster_name                     = module.eks_cluster.cluster_id
}

Requirements

Name Version
terraform >= 0.13
aws >= 3.13
helm >= 1.0, < 3.0
kubectl >= 1.9.4
kubernetes >= 1.10.0, < 3.0.0

Providers

Name Version
aws >= 3.13
helm >= 1.0, < 3.0
kubectl >= 1.9.4
kubernetes >= 1.10.0, < 3.0.0

Inputs

Name Description Type Default Required
arn_format ARNs identifier, usefull for GovCloud begin with aws-us-gov-<region>. string "aws" no
cluster_identity_oidc_issuer The OIDC Identity issuer for the cluster. string n/a yes
cluster_identity_oidc_issuer_arn The OIDC Identity issuer ARN for the cluster that can be used to associate IAM roles with a service account. string n/a yes
cluster_name The name of the cluster. string n/a yes
create_namespace Whether to create Kubernetes namespace with name defined by namespace. bool true no
enabled Variable indicating whether deployment is enabled. bool true no
helm_chart_name AWS Load Balancer Controller Helm chart name. string "aws-load-balancer-controller" no
helm_chart_release_name AWS Load Balancer Controller Helm chart release name. string "aws-load-balancer-controller" no
helm_chart_repo AWS Load Balancer Controller Helm repository name. string "https://aws.github.io/eks-charts" no
helm_chart_version AWS Load Balancer Controller Helm chart version. string "1.4.4" no
mod_dependency Dependence variable binds all AWS resources allocated by this module, dependent modules reference this variable. any null no
namespace AWS Load Balancer Controller Helm chart namespace which the service will be created. string "kube-system" no
roles RBAC roles that give secret access in other namespaces to the lb controller
list(object({
name = string
namespace = string
secrets = list(string)
}))
[] no
service_account_name The kubernetes service account name. string "aws-alb-ingress-controller" no
settings Additional settings which will be passed to the Helm chart values, see https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller#configuration. any {} no

Outputs

No output.

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.

terraform-aws-eks-lb-controller's People

Contributors

arthurbdiniz avatar caiovfernandes avatar jeremiasroma avatar adenot avatar bkmeneguello avatar mosampaio avatar ismailyenigul avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.