What problem does it solve?
This Skill addresses the need for secure and efficient backup and restore workflows for GKE workloads, ensuring data protection and disaster recovery capabilities.
Core Features & Use Cases
- Backup Policies: Configure backup plans for GKE clusters with specified retention and scheduling.
- Disaster Recovery: Facilitate disaster recovery by creating restore plans for affected clusters.
- Cluster Restore: Execute restores to recover GKE clusters from backups.
- Use Case: Ideal for organizations looking to implement robust backup and recovery strategies for their GKE environments.
Quick Start
Set up a backup plan for your GKE cluster using the gke-backup-dr skill with the following command: gcloud container backup-restore backup-plans create <PLAN_NAME> --cluster=<CLUSTER_NAME> --location=<REGION> --retention-days=<DAYS> --cron-schedule="<CRON>" --all-namespaces