kube_keda
Beta
Direct

KEDA

This module installs the Kubernetes Event-Driven Autoscaler (KEDA).

Providers

The following providers are needed by this module:

Required Inputs

No required inputs.

Optional Inputs

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

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: []

burstable_nodes_enabled

Description: Whether to allow pods to schedule on burstable nodes

Type: bool

Default: true

controller_nodes_enabled

Description: Whether to allow pods to schedule on EKS Node Group nodes (controller nodes)

Type: bool

Default: true

keda_helm_version

Description: The version of the KEDA helm chart to deploy

Type: string

Default: "2.16.1"

log_level

Description: The log level for the KEDA pods

Type: string

Default: "error"

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: false

scaled_job_max_concurrent_reconciles

Description: The maximum number of concurrent reconciliations for ScaledJobs. Raising this will improve throughput but also resource usage.

Type: number

Default: 5

scaled_object_max_concurrent_reconciles

Description: The maximum number of concurrent reconciliations for ScaledObjects. Raising this will improve throughput but also resource usage.

Type: number

Default: 5

sla_target

Description: The Panfactum SLA level for the module deployment. 1 = lowest uptime (99.9%), lowest cost — 3 = highest uptime (99.999%), highest Cost

Type: number

Default: 3

spot_nodes_enabled

Description: Whether to allow pods to schedule on spot nodes

Type: bool

Default: true

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: false

wait

Description: Wait for resources to be in a ready state before proceeding. Disabling this flag will allow upgrades to proceed faster but will disable automatic rollbacks. As a result, manual intervention may be required for deployment failures.

Type: bool

Default: true

Outputs

No outputs.

Maintainer Notes

No notes