Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesKuberneteskube_velero
kube_velero
Stable
Direct
Source Code Link

Velero

This module deploys Velero which provides full-cluster backups.

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.

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

aws_plugin_version

Description: The image version of the velero/velero-plugin-for-aws image

Type: string

Default: "v1.9.0"

csi_plugin_version

Description: The image version of the velero/velero-plugin-for-csi image

Type: string

Default: "v0.7.0"

log_level

Description: The log level for the Velero 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

velero_helm_version

Description: The version of the velero helm chart

Type: string

Default: "6.0.0"

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: true

Outputs

The following outputs are exported:

backup_bucket

Description: The name of the S3 bucket used to store cluster backups

backup_bucket_arn

Description: The ARN of the S3 bucket used to store cluster backups

Usage

No notes