Skip to main content
Version: v0.25 Stable

Embedded etcd

Enterprise-Only Feature

This feature is an Enterprise feature. See our pricing plans or contact our sales team for more information.

When using this backing store option, etcd is deployed as part of the vCluster control plane pod to reduce the overall footprint.

warning

After deploying your vCluster, there are limited migration paths to change your backing store. Review the backing store migration options before deploying.

controlPlane:
backingStore:
etcd:
embedded:
enabled: true

Config reference​

embedded required object pro​

Embedded defines to use embedded etcd as a storage backend for the virtual cluster

enabled required boolean false pro​

Enabled defines if the embedded etcd should be used.

migrateFromDeployedEtcd required boolean false pro​

MigrateFromDeployedEtcd signals that vCluster should migrate from the deployed external etcd to embedded etcd.

snapshotCount required integer pro​

SnapshotCount defines the number of snapshots to keep for the embedded etcd. Defaults to 10000 if less than 1.