Giter Site home page Giter Site logo

andreswebs / terraform-aws-eks-lb-controller Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 55 KB

Deploys the AWS Load Balancer Controller via Helm on AWS EKS

Home Page: https://registry.terraform.io/modules/andreswebs/eks-lb-controller/aws/latest

License: The Unlicense

HCL 98.83% Smarty 1.17%
terraform-module aws eks

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

terraform-aws-eks-lb-controller

Deploys the AWS Load Balancer Controller on AWS EKS.

Usage

Example:

module "aws_lb_controller" {
  source                          = "github.com/andreswebs/terraform-aws-eks-lb-controller"
  cluster_name                    = var.eks_cluster_id
  cluster_oidc_provider           = var.eks_cluster_oidc_provider
  iam_role_name                   = "eks-lb-controller-${var.eks_cluster_id}"
  chart_version_aws_lb_controller = var.chart_version_aws_lb_controller
}

Inputs

Name Description Type Default Required
chart_version_aws_lb_controller Chart version string null no
cluster_name Cluster name string n/a yes
cluster_oidc_provider OpenID Connect (OIDC) Identity Provider associated with the Kubernetes cluster string n/a yes
helm_atomic_creation Purge resources on installation failure ? The wait flag will be set automatically if atomic is used bool true no
helm_cleanup_on_fail Deletion new resources created in this upgrade if the upgrade fails ? bool true no
helm_create_namespace Create the namespace if it does not yet exist ? bool true no
helm_dependency_update Run helm dependency update before installing the chart ? bool false no
helm_force_update Force resource update through delete/recreate if needed ? bool false no
helm_keyring Location of public keys used for verification; used only if verify is true string ".gnupg/pubring.gpg" no
helm_max_history Maximum number of release versions stored per release; 0 means no limit number 3 no
helm_recreate_pods Perform pods restart during upgrade/rollback ? bool true no
helm_release_name Release name string "aws-load-balancer-controller" no
helm_replace Re-use the given name, even if that name is already used; this is unsafe in production bool false no
helm_reset_values When upgrading, reset the values to the ones built into the chart ? bool false no
helm_reuse_values When upgrading, reuse the last release's values and merge any overrides ? If 'reset_values' is specified, this is ignored bool false no
helm_skip_crds Skip installing CRDs ? bool false no
helm_timeout_seconds Time in seconds to wait for any individual kubernetes operation number 300 no
helm_verify Verify the package before installing it. Helm uses a provenance file to verify the integrity of the chart bool false no
helm_wait_for_completion Wait until all resources are in a ready state before marking the release as successful ? bool true no
helm_wait_for_jobs Wait until all Jobs have been completed before marking the release as successful ? bool true no
iam_role_name IAM role name string "aws-load-balancer-controller" no
k8s_namespace Kubernetes namespace on which to install resources string "kube-system" no
k8s_sa_name Kubernetes service account name string "aws-load-balancer-controller" no

Modules

Name Source Version
iam ./modules/iam n/a
resources ./modules/resources n/a

Outputs

Name Description
namespace The name (metadata.name) of the Kubernetes namespace
release Helm release
role IAM role for the Kubernetes service account

Providers

No providers.

Requirements

Name Version
terraform ~> 1.1
aws ~> 3.50
helm ~> 2.2

Resources

No resources.

Authors

Andre Silva - @andreswebs

License

This project is licensed under the Unlicense.

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

Contributors

andreswebs avatar

Stargazers

Vedant Padwal avatar

Watchers

James Cloos avatar  avatar  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.