Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesKuberneteskube_fledged
kube_fledged
Stable
Direct
Source Code Link

kube-fledged

kube-fledged is a kubernetes operator for creating and managing a cache of container images directly on the worker nodes of a kubernetes cluster.

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

No required inputs.

Optional Inputs

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

kube_fledged_helm_version

Description: The version of the kube-fledged helm chart

Type: string

Default: "v0.10.0"

log_level

Description: The log level to use for the kube-fledged pods

Type: string

Default: "WARNING"

monitoring_enabled

Description: Whether to allow monitoring CRs to be deployed in the namespace

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