gke-backup-dr
Installation
SKILL.md
GKE Backup & Disaster Recovery Skill
This skill provides workflows for protecting your stateful workloads on GKE using Backup for GKE.
Workflows
1. Enable Backup for GKE
Backup for GKE must be enabled on the cluster level.
Command:
gcloud container clusters update <cluster-name> \
--enable-gke-backup \
--region <region>