gardener / etcd-druid

An etcd operator to configure, provision, reconcile and monitor etcd clusters.
https://gardener.github.io/etcd-druid/
Apache License 2.0
77 stars 50 forks source link

Add DEP-06: Immutable ETCD Backups #884

Open seshachalam-yv opened 1 month ago

seshachalam-yv commented 1 month ago

How to categorize this PR?

/area backup /area disaster-recovery /area security /area compliance /area storage /kind enhancement

What this PR does / why we need it: This PR adds DEP-06: Immutable ETCD Backups. The proposal aims to enhance the reliability and integrity of ETCD backups in ETCD Druid by introducing immutable backups. By leveraging cloud provider features that support a write-once-read-many (WORM) model, this approach prevents unauthorized modifications to backup data, ensuring that backups remain available and intact for restoration.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

Add DEP-06: Immutable ETCD Backups