kube_open_cost
Alpha
Direct

OpenCost

This module equips our cluster with the OpenCost, a utility for assigning costs to every workload running in the cluster.

Providers

The following providers are needed by this module:

Required Inputs

The following input variables are required:

spot_data_feed_bucket

Description: The name of the spot data feed bucket

Type: string

spot_data_feed_bucket_arn

Description: The arn of the spot data feed bucket

Type: string

spot_data_feed_bucket_region

Description: The region of the spot data feed bucket

Type: string

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

open_cost_helm_version

Description: The image version of the stakater/reloader helm chart

Type: string

Default: "1.38.1"

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

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.

Usage

No notes