Description:
The k8s-cluster examples include a cluster-provisioning guide (modules/tenancy/k8s-cluster/examples/README.md) but no guidance on backing up a tenant cluster. In the self-service model, product teams own their cluster backups and write to their own S3 buckets.
Proposal:
Add examples/BACKUPS.md covering both backup layers, and link it from the examples README:
- etcd S3 snapshots — via the module's
etcd_s3 input + a Rancher S3 cloud credential
- Velero — workload/PV backups via
rancher2_app_v2
Each part covers bucket + IAM setup (policy JSON), Terraform, verification, and restore.
Scope: docs only; no module code changes.
Suggested Labels: documentation
Description:
The
k8s-clusterexamples include a cluster-provisioning guide (modules/tenancy/k8s-cluster/examples/README.md) but no guidance on backing up a tenant cluster. In the self-service model, product teams own their cluster backups and write to their own S3 buckets.Proposal:
Add
examples/BACKUPS.mdcovering both backup layers, and link it from the examples README:etcd_s3input + a Rancher S3 cloud credentialrancher2_app_v2Each part covers bucket + IAM setup (policy JSON), Terraform, verification, and restore.
Scope: docs only; no module code changes.
Suggested Labels: documentation