Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesKuberneteskube_aws_lb_controller
kube_aws_lb_controller
Stable
Direct
Source Code Link

AWS Load Balancer Controller

Documentation

Providers

The following providers are needed by this module:

  • aws (5.39.1)

  • helm (2.12.1)

  • kubectl (2.0.4)

  • kubernetes (2.27.0)

  • random (3.6.0)

Required Inputs

The following input variables are required:

eks_cluster_name

Description: The name of the EKS cluster that this is being deployed to

Type: string

subnets

Description: List of subnet names to deploy load balancers into. Must be in at least two different availability zones.

Type: set(string)

vpc_id

Description: The ID of the VPC to use for AWS networked resources

Type: string

Optional Inputs

The following input variables are optional (have default values):

alb_controller_helm_version

Description: The version of aws-application-loadbalancer-controller helm chart to deploy

Type: string

Default: "1.8.0"

aws_iam_ip_allow_list

Description: A list of IPs that can use the service account token to authenticate with AWS API

Type: list(string)

Default: []

enhanced_ha_enabled

Description: Whether to add extra high-availability scheduling constraints at the trade-off of increased cost

Type: bool

Default: true

log_level

Description: The log level for the ALB controller pods

Type: string

Default: "warning"

monitoring_enabled

Description: Whether to add active monitoring to the deployed systems

Type: bool

Default: false

panfactum_scheduler_enabled

Description: Whether to use the Panfactum pod scheduler with enhanced bin-packing

Type: bool

Default: true

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: true

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: true

Outputs

No outputs.

Usage

No notes