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 ​
Embedded defines to use embedded etcd as a storage backend for the virtual cluster
embedded
required object ​enabled
required boolean false ​
Enabled defines if the embedded etcd should be used.
enabled
required boolean false ​migrateFromDeployedEtcd
required boolean false ​
MigrateFromDeployedEtcd signals that vCluster should migrate from the deployed external etcd to embedded etcd.
migrateFromDeployedEtcd
required boolean false ​snapshotCount
required integer ​
SnapshotCount defines the number of snapshots to keep for the embedded etcd. Defaults to 10000 if less than 1.
snapshotCount
required integer ​