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>

2. Create a Backup Plan

Installs
12
GitHub Stars
158
First Seen
May 7, 2026
gke-backup-dr — googlecloudplatform/gke-mcp