[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-cloud-gke-backup-dr":3,"mdc-rgx93b-key":34,"related-org-google-cloud-gke-backup-dr":894,"related-repo-google-cloud-gke-backup-dr":1081},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":32,"mdContent":33},"gke-backup-dr","configure GKE backup and disaster recovery","Workflows for configuring Backup for GKE and disaster recovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"google-cloud","Google Cloud","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgoogle-cloud.png","GoogleCloudPlatform",[13,17,20,23],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Deployment","deployment",{"name":21,"slug":22,"type":16},"Kubernetes","kubernetes",{"name":9,"slug":8,"type":16},161,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fgke-mcp","2026-07-12T07:39:34.806995",null,78,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":27},[],"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fgke-mcp\u002Ftree\u002FHEAD\u002Fskills\u002Fgke-backup-dr","---\nname: gke-backup-dr\ndescription: Workflows for configuring Backup for GKE and disaster recovery.\n---\n\n# GKE Backup & Disaster Recovery Skill\n\nThis skill provides workflows for protecting your stateful workloads on GKE using Backup for GKE.\n\n## Workflows\n\n### 1. Enable Backup for GKE\n\nBackup for GKE must be enabled on the cluster level.\n\n**Command:**\n\n```bash\ngcloud container clusters update \u003Ccluster-name> \\\n    --enable-gke-backup \\\n    --region \u003Cregion>\n```\n\n### 2. Create a Backup Plan\n\nA Backup Plan defines what to back up, when, and for how long.\n\n**Command to create a backup plan:**\n\n```bash\ngcloud container backup-restore backup-plans create \u003Cplan-name> \\\n    --cluster=\u003Ccluster-name> \\\n    --region=\u003Cregion> \\\n    --retention-days=\u003Cdays> \\\n    --cron-schedule=\"\u003Ccron-expression>\" \\\n    --all-namespaces\n```\n\n> [!NOTE]\n> You can replace `--all-namespaces` with `--included-namespaces=\u003Cnamespace1>,\u003Cnamespace2>` to back up specific namespaces instead of all of them.\n\n**Encryption Note**: You can specify a Customer-Managed Encryption Key (CMEK) to encrypt backups. Add `--backup-encryption-key=\u003Ckey-resource-name>` to the `create` command.\n\n### 3. Create a Manual Backup\n\nTrigger a backup immediately outside the schedule.\n\n**Command:**\n\n```bash\ngcloud container backup-restore backups create \u003Cbackup-name> \\\n    --backup-plan=\u003Cplan-name> \\\n    --region=\u003Cregion>\n```\n\n### 4. Restore from Backup\n\nRestore a workload or cluster from a backup.\n\n**Command to create a restore plan:**\n\n```bash\ngcloud container backup-restore restore-plans create \u003Crestore-plan-name> \\\n    --cluster=\u003Ctarget-cluster-name> \\\n    --region=\u003Cregion> \\\n    --backup-plan=\u003Csource-backup-plan-name> \\\n    --cluster-resource-conflict-policy=USE_EXISTING_VERSION \\\n    --namespaced-resource-restore-mode=FAIL_ON_CONFLICT\n```\n\n**Execute the restore:**\n\n```bash\ngcloud container backup-restore restores create \u003Crestore-name> \\\n    --restore-plan=\u003Crestore-plan-name> \\\n    --backup=\u003Cbackup-name> \\\n    --region=\u003Cregion>\n```\n\n## Best Practices\n\n1. **Automate Backups**: Always use a cron schedule for production workloads.\n2. **Test Restores**: Regularly test restoring backups to a separate namespace or cluster to ensure data integrity.\n3. **Cross-Region DR**: Consider storing backups in a different region or setting up a cross-region restore plan for disaster recovery.\n4. **Secure Backups**: Use Customer-Managed Encryption Keys (CMEK) to encrypt backups for compliance and security.\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,48,54,61,68,73,82,190,196,201,209,376,406,432,438,443,450,546,552,557,565,708,716,837,843,888],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"gke-backup-disaster-recovery-skill",[45],{"type":46,"value":47},"text","GKE Backup & Disaster Recovery Skill",{"type":40,"tag":49,"props":50,"children":51},"p",{},[52],{"type":46,"value":53},"This skill provides workflows for protecting your stateful workloads on GKE using Backup for GKE.",{"type":40,"tag":55,"props":56,"children":58},"h2",{"id":57},"workflows",[59],{"type":46,"value":60},"Workflows",{"type":40,"tag":62,"props":63,"children":65},"h3",{"id":64},"_1-enable-backup-for-gke",[66],{"type":46,"value":67},"1. Enable Backup for GKE",{"type":40,"tag":49,"props":69,"children":70},{},[71],{"type":46,"value":72},"Backup for GKE must be enabled on the cluster level.",{"type":40,"tag":49,"props":74,"children":75},{},[76],{"type":40,"tag":77,"props":78,"children":79},"strong",{},[80],{"type":46,"value":81},"Command:",{"type":40,"tag":83,"props":84,"children":89},"pre",{"className":85,"code":86,"language":87,"meta":88,"style":88},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","gcloud container clusters update \u003Ccluster-name> \\\n    --enable-gke-backup \\\n    --region \u003Cregion>\n","bash","",[90],{"type":40,"tag":91,"props":92,"children":93},"code",{"__ignoreMap":88},[94,149,162],{"type":40,"tag":95,"props":96,"children":99},"span",{"class":97,"line":98},"line",1,[100,106,112,117,122,128,133,139,144],{"type":40,"tag":95,"props":101,"children":103},{"style":102},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[104],{"type":46,"value":105},"gcloud",{"type":40,"tag":95,"props":107,"children":109},{"style":108},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[110],{"type":46,"value":111}," container",{"type":40,"tag":95,"props":113,"children":114},{"style":108},[115],{"type":46,"value":116}," clusters",{"type":40,"tag":95,"props":118,"children":119},{"style":108},[120],{"type":46,"value":121}," update",{"type":40,"tag":95,"props":123,"children":125},{"style":124},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[126],{"type":46,"value":127}," \u003C",{"type":40,"tag":95,"props":129,"children":130},{"style":108},[131],{"type":46,"value":132},"cluster-nam",{"type":40,"tag":95,"props":134,"children":136},{"style":135},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[137],{"type":46,"value":138},"e",{"type":40,"tag":95,"props":140,"children":141},{"style":124},[142],{"type":46,"value":143},">",{"type":40,"tag":95,"props":145,"children":146},{"style":135},[147],{"type":46,"value":148}," \\\n",{"type":40,"tag":95,"props":150,"children":152},{"class":97,"line":151},2,[153,158],{"type":40,"tag":95,"props":154,"children":155},{"style":108},[156],{"type":46,"value":157},"    --enable-gke-backup",{"type":40,"tag":95,"props":159,"children":160},{"style":135},[161],{"type":46,"value":148},{"type":40,"tag":95,"props":163,"children":165},{"class":97,"line":164},3,[166,171,175,180,185],{"type":40,"tag":95,"props":167,"children":168},{"style":108},[169],{"type":46,"value":170},"    --region",{"type":40,"tag":95,"props":172,"children":173},{"style":124},[174],{"type":46,"value":127},{"type":40,"tag":95,"props":176,"children":177},{"style":108},[178],{"type":46,"value":179},"regio",{"type":40,"tag":95,"props":181,"children":182},{"style":135},[183],{"type":46,"value":184},"n",{"type":40,"tag":95,"props":186,"children":187},{"style":124},[188],{"type":46,"value":189},">\n",{"type":40,"tag":62,"props":191,"children":193},{"id":192},"_2-create-a-backup-plan",[194],{"type":46,"value":195},"2. Create a Backup Plan",{"type":40,"tag":49,"props":197,"children":198},{},[199],{"type":46,"value":200},"A Backup Plan defines what to back up, when, and for how long.",{"type":40,"tag":49,"props":202,"children":203},{},[204],{"type":40,"tag":77,"props":205,"children":206},{},[207],{"type":46,"value":208},"Command to create a backup plan:",{"type":40,"tag":83,"props":210,"children":212},{"className":85,"code":211,"language":87,"meta":88,"style":88},"gcloud container backup-restore backup-plans create \u003Cplan-name> \\\n    --cluster=\u003Ccluster-name> \\\n    --region=\u003Cregion> \\\n    --retention-days=\u003Cdays> \\\n    --cron-schedule=\"\u003Ccron-expression>\" \\\n    --all-namespaces\n",[213],{"type":40,"tag":91,"props":214,"children":215},{"__ignoreMap":88},[216,263,289,314,340,367],{"type":40,"tag":95,"props":217,"children":218},{"class":97,"line":98},[219,223,227,232,237,242,246,251,255,259],{"type":40,"tag":95,"props":220,"children":221},{"style":102},[222],{"type":46,"value":105},{"type":40,"tag":95,"props":224,"children":225},{"style":108},[226],{"type":46,"value":111},{"type":40,"tag":95,"props":228,"children":229},{"style":108},[230],{"type":46,"value":231}," backup-restore",{"type":40,"tag":95,"props":233,"children":234},{"style":108},[235],{"type":46,"value":236}," backup-plans",{"type":40,"tag":95,"props":238,"children":239},{"style":108},[240],{"type":46,"value":241}," create",{"type":40,"tag":95,"props":243,"children":244},{"style":124},[245],{"type":46,"value":127},{"type":40,"tag":95,"props":247,"children":248},{"style":108},[249],{"type":46,"value":250},"plan-nam",{"type":40,"tag":95,"props":252,"children":253},{"style":135},[254],{"type":46,"value":138},{"type":40,"tag":95,"props":256,"children":257},{"style":124},[258],{"type":46,"value":143},{"type":40,"tag":95,"props":260,"children":261},{"style":135},[262],{"type":46,"value":148},{"type":40,"tag":95,"props":264,"children":265},{"class":97,"line":151},[266,271,276,281,285],{"type":40,"tag":95,"props":267,"children":268},{"style":108},[269],{"type":46,"value":270},"    --cluster=",{"type":40,"tag":95,"props":272,"children":273},{"style":124},[274],{"type":46,"value":275},"\u003C",{"type":40,"tag":95,"props":277,"children":278},{"style":108},[279],{"type":46,"value":280},"cluster-name",{"type":40,"tag":95,"props":282,"children":283},{"style":124},[284],{"type":46,"value":143},{"type":40,"tag":95,"props":286,"children":287},{"style":135},[288],{"type":46,"value":148},{"type":40,"tag":95,"props":290,"children":291},{"class":97,"line":164},[292,297,301,306,310],{"type":40,"tag":95,"props":293,"children":294},{"style":108},[295],{"type":46,"value":296},"    --region=",{"type":40,"tag":95,"props":298,"children":299},{"style":124},[300],{"type":46,"value":275},{"type":40,"tag":95,"props":302,"children":303},{"style":108},[304],{"type":46,"value":305},"region",{"type":40,"tag":95,"props":307,"children":308},{"style":124},[309],{"type":46,"value":143},{"type":40,"tag":95,"props":311,"children":312},{"style":135},[313],{"type":46,"value":148},{"type":40,"tag":95,"props":315,"children":317},{"class":97,"line":316},4,[318,323,327,332,336],{"type":40,"tag":95,"props":319,"children":320},{"style":108},[321],{"type":46,"value":322},"    --retention-days=",{"type":40,"tag":95,"props":324,"children":325},{"style":124},[326],{"type":46,"value":275},{"type":40,"tag":95,"props":328,"children":329},{"style":108},[330],{"type":46,"value":331},"days",{"type":40,"tag":95,"props":333,"children":334},{"style":124},[335],{"type":46,"value":143},{"type":40,"tag":95,"props":337,"children":338},{"style":135},[339],{"type":46,"value":148},{"type":40,"tag":95,"props":341,"children":343},{"class":97,"line":342},5,[344,349,354,359,363],{"type":40,"tag":95,"props":345,"children":346},{"style":108},[347],{"type":46,"value":348},"    --cron-schedule=",{"type":40,"tag":95,"props":350,"children":351},{"style":124},[352],{"type":46,"value":353},"\"",{"type":40,"tag":95,"props":355,"children":356},{"style":108},[357],{"type":46,"value":358},"\u003Ccron-expression>",{"type":40,"tag":95,"props":360,"children":361},{"style":124},[362],{"type":46,"value":353},{"type":40,"tag":95,"props":364,"children":365},{"style":135},[366],{"type":46,"value":148},{"type":40,"tag":95,"props":368,"children":370},{"class":97,"line":369},6,[371],{"type":40,"tag":95,"props":372,"children":373},{"style":108},[374],{"type":46,"value":375},"    --all-namespaces\n",{"type":40,"tag":377,"props":378,"children":379},"blockquote",{},[380],{"type":40,"tag":49,"props":381,"children":382},{},[383,388,390,396,398,404],{"type":40,"tag":95,"props":384,"children":385},{},[386],{"type":46,"value":387},"!NOTE",{"type":46,"value":389},"\nYou can replace ",{"type":40,"tag":91,"props":391,"children":393},{"className":392},[],[394],{"type":46,"value":395},"--all-namespaces",{"type":46,"value":397}," with ",{"type":40,"tag":91,"props":399,"children":401},{"className":400},[],[402],{"type":46,"value":403},"--included-namespaces=\u003Cnamespace1>,\u003Cnamespace2>",{"type":46,"value":405}," to back up specific namespaces instead of all of them.",{"type":40,"tag":49,"props":407,"children":408},{},[409,414,416,422,424,430],{"type":40,"tag":77,"props":410,"children":411},{},[412],{"type":46,"value":413},"Encryption Note",{"type":46,"value":415},": You can specify a Customer-Managed Encryption Key (CMEK) to encrypt backups. Add ",{"type":40,"tag":91,"props":417,"children":419},{"className":418},[],[420],{"type":46,"value":421},"--backup-encryption-key=\u003Ckey-resource-name>",{"type":46,"value":423}," to the ",{"type":40,"tag":91,"props":425,"children":427},{"className":426},[],[428],{"type":46,"value":429},"create",{"type":46,"value":431}," command.",{"type":40,"tag":62,"props":433,"children":435},{"id":434},"_3-create-a-manual-backup",[436],{"type":46,"value":437},"3. Create a Manual Backup",{"type":40,"tag":49,"props":439,"children":440},{},[441],{"type":46,"value":442},"Trigger a backup immediately outside the schedule.",{"type":40,"tag":49,"props":444,"children":445},{},[446],{"type":40,"tag":77,"props":447,"children":448},{},[449],{"type":46,"value":81},{"type":40,"tag":83,"props":451,"children":453},{"className":85,"code":452,"language":87,"meta":88,"style":88},"gcloud container backup-restore backups create \u003Cbackup-name> \\\n    --backup-plan=\u003Cplan-name> \\\n    --region=\u003Cregion>\n",[454],{"type":40,"tag":91,"props":455,"children":456},{"__ignoreMap":88},[457,502,527],{"type":40,"tag":95,"props":458,"children":459},{"class":97,"line":98},[460,464,468,472,477,481,485,490,494,498],{"type":40,"tag":95,"props":461,"children":462},{"style":102},[463],{"type":46,"value":105},{"type":40,"tag":95,"props":465,"children":466},{"style":108},[467],{"type":46,"value":111},{"type":40,"tag":95,"props":469,"children":470},{"style":108},[471],{"type":46,"value":231},{"type":40,"tag":95,"props":473,"children":474},{"style":108},[475],{"type":46,"value":476}," backups",{"type":40,"tag":95,"props":478,"children":479},{"style":108},[480],{"type":46,"value":241},{"type":40,"tag":95,"props":482,"children":483},{"style":124},[484],{"type":46,"value":127},{"type":40,"tag":95,"props":486,"children":487},{"style":108},[488],{"type":46,"value":489},"backup-nam",{"type":40,"tag":95,"props":491,"children":492},{"style":135},[493],{"type":46,"value":138},{"type":40,"tag":95,"props":495,"children":496},{"style":124},[497],{"type":46,"value":143},{"type":40,"tag":95,"props":499,"children":500},{"style":135},[501],{"type":46,"value":148},{"type":40,"tag":95,"props":503,"children":504},{"class":97,"line":151},[505,510,514,519,523],{"type":40,"tag":95,"props":506,"children":507},{"style":108},[508],{"type":46,"value":509},"    --backup-plan=",{"type":40,"tag":95,"props":511,"children":512},{"style":124},[513],{"type":46,"value":275},{"type":40,"tag":95,"props":515,"children":516},{"style":108},[517],{"type":46,"value":518},"plan-name",{"type":40,"tag":95,"props":520,"children":521},{"style":124},[522],{"type":46,"value":143},{"type":40,"tag":95,"props":524,"children":525},{"style":135},[526],{"type":46,"value":148},{"type":40,"tag":95,"props":528,"children":529},{"class":97,"line":164},[530,534,538,542],{"type":40,"tag":95,"props":531,"children":532},{"style":108},[533],{"type":46,"value":296},{"type":40,"tag":95,"props":535,"children":536},{"style":124},[537],{"type":46,"value":275},{"type":40,"tag":95,"props":539,"children":540},{"style":108},[541],{"type":46,"value":305},{"type":40,"tag":95,"props":543,"children":544},{"style":124},[545],{"type":46,"value":189},{"type":40,"tag":62,"props":547,"children":549},{"id":548},"_4-restore-from-backup",[550],{"type":46,"value":551},"4. Restore from Backup",{"type":40,"tag":49,"props":553,"children":554},{},[555],{"type":46,"value":556},"Restore a workload or cluster from a backup.",{"type":40,"tag":49,"props":558,"children":559},{},[560],{"type":40,"tag":77,"props":561,"children":562},{},[563],{"type":46,"value":564},"Command to create a restore plan:",{"type":40,"tag":83,"props":566,"children":568},{"className":85,"code":567,"language":87,"meta":88,"style":88},"gcloud container backup-restore restore-plans create \u003Crestore-plan-name> \\\n    --cluster=\u003Ctarget-cluster-name> \\\n    --region=\u003Cregion> \\\n    --backup-plan=\u003Csource-backup-plan-name> \\\n    --cluster-resource-conflict-policy=USE_EXISTING_VERSION \\\n    --namespaced-resource-restore-mode=FAIL_ON_CONFLICT\n",[569],{"type":40,"tag":91,"props":570,"children":571},{"__ignoreMap":88},[572,617,641,664,688,700],{"type":40,"tag":95,"props":573,"children":574},{"class":97,"line":98},[575,579,583,587,592,596,600,605,609,613],{"type":40,"tag":95,"props":576,"children":577},{"style":102},[578],{"type":46,"value":105},{"type":40,"tag":95,"props":580,"children":581},{"style":108},[582],{"type":46,"value":111},{"type":40,"tag":95,"props":584,"children":585},{"style":108},[586],{"type":46,"value":231},{"type":40,"tag":95,"props":588,"children":589},{"style":108},[590],{"type":46,"value":591}," restore-plans",{"type":40,"tag":95,"props":593,"children":594},{"style":108},[595],{"type":46,"value":241},{"type":40,"tag":95,"props":597,"children":598},{"style":124},[599],{"type":46,"value":127},{"type":40,"tag":95,"props":601,"children":602},{"style":108},[603],{"type":46,"value":604},"restore-plan-nam",{"type":40,"tag":95,"props":606,"children":607},{"style":135},[608],{"type":46,"value":138},{"type":40,"tag":95,"props":610,"children":611},{"style":124},[612],{"type":46,"value":143},{"type":40,"tag":95,"props":614,"children":615},{"style":135},[616],{"type":46,"value":148},{"type":40,"tag":95,"props":618,"children":619},{"class":97,"line":151},[620,624,628,633,637],{"type":40,"tag":95,"props":621,"children":622},{"style":108},[623],{"type":46,"value":270},{"type":40,"tag":95,"props":625,"children":626},{"style":124},[627],{"type":46,"value":275},{"type":40,"tag":95,"props":629,"children":630},{"style":108},[631],{"type":46,"value":632},"target-cluster-name",{"type":40,"tag":95,"props":634,"children":635},{"style":124},[636],{"type":46,"value":143},{"type":40,"tag":95,"props":638,"children":639},{"style":135},[640],{"type":46,"value":148},{"type":40,"tag":95,"props":642,"children":643},{"class":97,"line":164},[644,648,652,656,660],{"type":40,"tag":95,"props":645,"children":646},{"style":108},[647],{"type":46,"value":296},{"type":40,"tag":95,"props":649,"children":650},{"style":124},[651],{"type":46,"value":275},{"type":40,"tag":95,"props":653,"children":654},{"style":108},[655],{"type":46,"value":305},{"type":40,"tag":95,"props":657,"children":658},{"style":124},[659],{"type":46,"value":143},{"type":40,"tag":95,"props":661,"children":662},{"style":135},[663],{"type":46,"value":148},{"type":40,"tag":95,"props":665,"children":666},{"class":97,"line":316},[667,671,675,680,684],{"type":40,"tag":95,"props":668,"children":669},{"style":108},[670],{"type":46,"value":509},{"type":40,"tag":95,"props":672,"children":673},{"style":124},[674],{"type":46,"value":275},{"type":40,"tag":95,"props":676,"children":677},{"style":108},[678],{"type":46,"value":679},"source-backup-plan-name",{"type":40,"tag":95,"props":681,"children":682},{"style":124},[683],{"type":46,"value":143},{"type":40,"tag":95,"props":685,"children":686},{"style":135},[687],{"type":46,"value":148},{"type":40,"tag":95,"props":689,"children":690},{"class":97,"line":342},[691,696],{"type":40,"tag":95,"props":692,"children":693},{"style":108},[694],{"type":46,"value":695},"    --cluster-resource-conflict-policy=USE_EXISTING_VERSION",{"type":40,"tag":95,"props":697,"children":698},{"style":135},[699],{"type":46,"value":148},{"type":40,"tag":95,"props":701,"children":702},{"class":97,"line":369},[703],{"type":40,"tag":95,"props":704,"children":705},{"style":108},[706],{"type":46,"value":707},"    --namespaced-resource-restore-mode=FAIL_ON_CONFLICT\n",{"type":40,"tag":49,"props":709,"children":710},{},[711],{"type":40,"tag":77,"props":712,"children":713},{},[714],{"type":46,"value":715},"Execute the restore:",{"type":40,"tag":83,"props":717,"children":719},{"className":85,"code":718,"language":87,"meta":88,"style":88},"gcloud container backup-restore restores create \u003Crestore-name> \\\n    --restore-plan=\u003Crestore-plan-name> \\\n    --backup=\u003Cbackup-name> \\\n    --region=\u003Cregion>\n",[720],{"type":40,"tag":91,"props":721,"children":722},{"__ignoreMap":88},[723,768,793,818],{"type":40,"tag":95,"props":724,"children":725},{"class":97,"line":98},[726,730,734,738,743,747,751,756,760,764],{"type":40,"tag":95,"props":727,"children":728},{"style":102},[729],{"type":46,"value":105},{"type":40,"tag":95,"props":731,"children":732},{"style":108},[733],{"type":46,"value":111},{"type":40,"tag":95,"props":735,"children":736},{"style":108},[737],{"type":46,"value":231},{"type":40,"tag":95,"props":739,"children":740},{"style":108},[741],{"type":46,"value":742}," restores",{"type":40,"tag":95,"props":744,"children":745},{"style":108},[746],{"type":46,"value":241},{"type":40,"tag":95,"props":748,"children":749},{"style":124},[750],{"type":46,"value":127},{"type":40,"tag":95,"props":752,"children":753},{"style":108},[754],{"type":46,"value":755},"restore-nam",{"type":40,"tag":95,"props":757,"children":758},{"style":135},[759],{"type":46,"value":138},{"type":40,"tag":95,"props":761,"children":762},{"style":124},[763],{"type":46,"value":143},{"type":40,"tag":95,"props":765,"children":766},{"style":135},[767],{"type":46,"value":148},{"type":40,"tag":95,"props":769,"children":770},{"class":97,"line":151},[771,776,780,785,789],{"type":40,"tag":95,"props":772,"children":773},{"style":108},[774],{"type":46,"value":775},"    --restore-plan=",{"type":40,"tag":95,"props":777,"children":778},{"style":124},[779],{"type":46,"value":275},{"type":40,"tag":95,"props":781,"children":782},{"style":108},[783],{"type":46,"value":784},"restore-plan-name",{"type":40,"tag":95,"props":786,"children":787},{"style":124},[788],{"type":46,"value":143},{"type":40,"tag":95,"props":790,"children":791},{"style":135},[792],{"type":46,"value":148},{"type":40,"tag":95,"props":794,"children":795},{"class":97,"line":164},[796,801,805,810,814],{"type":40,"tag":95,"props":797,"children":798},{"style":108},[799],{"type":46,"value":800},"    --backup=",{"type":40,"tag":95,"props":802,"children":803},{"style":124},[804],{"type":46,"value":275},{"type":40,"tag":95,"props":806,"children":807},{"style":108},[808],{"type":46,"value":809},"backup-name",{"type":40,"tag":95,"props":811,"children":812},{"style":124},[813],{"type":46,"value":143},{"type":40,"tag":95,"props":815,"children":816},{"style":135},[817],{"type":46,"value":148},{"type":40,"tag":95,"props":819,"children":820},{"class":97,"line":316},[821,825,829,833],{"type":40,"tag":95,"props":822,"children":823},{"style":108},[824],{"type":46,"value":296},{"type":40,"tag":95,"props":826,"children":827},{"style":124},[828],{"type":46,"value":275},{"type":40,"tag":95,"props":830,"children":831},{"style":108},[832],{"type":46,"value":305},{"type":40,"tag":95,"props":834,"children":835},{"style":124},[836],{"type":46,"value":189},{"type":40,"tag":55,"props":838,"children":840},{"id":839},"best-practices",[841],{"type":46,"value":842},"Best Practices",{"type":40,"tag":844,"props":845,"children":846},"ol",{},[847,858,868,878],{"type":40,"tag":848,"props":849,"children":850},"li",{},[851,856],{"type":40,"tag":77,"props":852,"children":853},{},[854],{"type":46,"value":855},"Automate Backups",{"type":46,"value":857},": Always use a cron schedule for production workloads.",{"type":40,"tag":848,"props":859,"children":860},{},[861,866],{"type":40,"tag":77,"props":862,"children":863},{},[864],{"type":46,"value":865},"Test Restores",{"type":46,"value":867},": Regularly test restoring backups to a separate namespace or cluster to ensure data integrity.",{"type":40,"tag":848,"props":869,"children":870},{},[871,876],{"type":40,"tag":77,"props":872,"children":873},{},[874],{"type":46,"value":875},"Cross-Region DR",{"type":46,"value":877},": Consider storing backups in a different region or setting up a cross-region restore plan for disaster recovery.",{"type":40,"tag":848,"props":879,"children":880},{},[881,886],{"type":40,"tag":77,"props":882,"children":883},{},[884],{"type":46,"value":885},"Secure Backups",{"type":46,"value":887},": Use Customer-Managed Encryption Keys (CMEK) to encrypt backups for compliance and security.",{"type":40,"tag":889,"props":890,"children":891},"style",{},[892],{"type":46,"value":893},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":895,"total":1080},[896,914,930,952,966,975,989,1006,1023,1036,1052,1062],{"slug":897,"name":897,"fn":898,"description":899,"org":900,"tags":901,"stars":911,"repoUrl":912,"updatedAt":913},"kb-search","search and extract local knowledge base documents","Allows listing, searching and extracting information from local knowledge base documents for information about tables\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[902,905,908],{"name":903,"slug":904,"type":16},"Documentation","documentation",{"name":906,"slug":907,"type":16},"Knowledge Base","knowledge-base",{"name":909,"slug":910,"type":16},"Search","search",6749,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fknowledge-catalog","2026-07-12T07:38:52.157375",{"slug":915,"name":916,"fn":917,"description":918,"org":919,"tags":920,"stars":911,"repoUrl":912,"updatedAt":929},"knowledgecatalogdiscoveryagent","knowledge_catalog_discovery_agent","search and rank Knowledge Catalog data entries","Analyzes user queries, extracts relevant predicates, and utilizes Knowledge Catalog Search to find and rank the most relevant data entries. Engages with the user throughout the process.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[921,924,925,928],{"name":922,"slug":923,"type":16},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":16},{"name":926,"slug":927,"type":16},"Knowledge Management","knowledge-management",{"name":909,"slug":910,"type":16},"2026-07-12T07:38:22.196851",{"slug":931,"name":931,"fn":932,"description":933,"org":934,"tags":935,"stars":949,"repoUrl":950,"updatedAt":951},"contributing","contribute to Cloud Foundation Fabric","End-to-end workflow for contributing to Cloud Foundation Fabric: triaging GitHub issues, proactive feature development, validating with tests and Policy Troubleshooter, and submitting sanitized Pull Requests. Use when addressing a Fabric GitHub issue, developing a module or FAST stage change, or preparing a branch for a pull request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[936,939,942,945,946],{"name":937,"slug":938,"type":16},"Automation","automation",{"name":940,"slug":941,"type":16},"Engineering","engineering",{"name":943,"slug":944,"type":16},"GitHub","github",{"name":9,"slug":8,"type":16},{"name":947,"slug":948,"type":16},"Pull Requests","pull-requests",2062,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric","2026-07-31T06:23:36.935005",{"slug":953,"name":953,"fn":954,"description":955,"org":956,"tags":957,"stars":949,"repoUrl":950,"updatedAt":965},"fabric-builder","generate Terraform code for Google Cloud","Generates idiomatic Cloud Foundation Fabric (CFF) Terraform code using CFF modules. Use when users ask to create GCP resources, use Fabric modules, or generate Terraform code for Google Cloud.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[958,959,962],{"name":9,"slug":8,"type":16},{"name":960,"slug":961,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":963,"slug":964,"type":16},"Terraform","terraform","2026-07-12T07:38:23.514555",{"slug":967,"name":967,"fn":968,"description":969,"org":970,"tags":971,"stars":949,"repoUrl":950,"updatedAt":974},"fast-0-org-setup-prereqs","prepare prerequisites for FAST 0-org-setup","Guides the user step-by-step through the prerequisites for the FAST 0-org-setup stage, supporting both Standard GCP and Google Cloud Dedicated (GCD) environments. Use when a user asks to prepare or run prerequisites for 0-org-setup or bootstrap the FAST landing zone.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[972,973],{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},"2026-07-12T07:38:28.127148",{"slug":976,"name":976,"fn":977,"description":978,"org":979,"tags":980,"stars":986,"repoUrl":987,"updatedAt":988},"agent-aware-cli","design agent-aware command-line interfaces","Guide for designing and implementing command-line interfaces (CLIs) that are equally usable by human developers and automated coding agents. Use when the user wants to build a CLI, apply CLI best practices, or use Go with Cobra and Viper.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[981,984,985],{"name":982,"slug":983,"type":16},"CLI","cli",{"name":940,"slug":941,"type":16},{"name":9,"slug":8,"type":16},1150,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fvertex-ai-creative-studio","2026-07-12T07:39:08.41406",{"slug":990,"name":990,"fn":991,"description":992,"org":993,"tags":994,"stars":986,"repoUrl":987,"updatedAt":1005},"build-mcp-genmedia","build and configure GenAI MCP servers","Builds the mcp-genmedia Go MCP servers (nanobanana, veo, lyria, gemini-multimodal, chirp3-hd, avtool) from source and wires them into settings.json. Use this skill whenever the MCP tools are missing or broken — typically at the start of a new session, after a container restart, or when \u002Ftmp has been wiped. The prebuilt binaries in \u002Fworkspace\u002F.local\u002Fbin\u002F have no exec bit and live on a noexec mount; this skill compiles fresh executables into \u002Ftmp\u002Fbin\u002F where execution is allowed.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[995,998,999,1002],{"name":996,"slug":997,"type":16},"API Development","api-development",{"name":9,"slug":8,"type":16},{"name":1000,"slug":1001,"type":16},"LLM","llm",{"name":1003,"slug":1004,"type":16},"MCP","mcp","2026-07-12T07:39:10.911302",{"slug":1007,"name":1007,"fn":1008,"description":1009,"org":1010,"tags":1011,"stars":986,"repoUrl":987,"updatedAt":1022},"genmedia-audio-engineer","synthesize and mix audio content","Expert in audio synthesis, music generation, and mixing. Use when creating podcasts, background scores, or multi-track audio layering using mcp-chirp3-go, mcp-lyria-go, mcp-gemini-go, mcp-nanobanana-go, and mcp-avtool-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1012,1015,1018,1019],{"name":1013,"slug":1014,"type":16},"Audio","audio",{"name":1016,"slug":1017,"type":16},"Creative","creative",{"name":9,"slug":8,"type":16},{"name":1020,"slug":1021,"type":16},"Vertex AI","vertex-ai","2026-07-12T07:39:16.623879",{"slug":1024,"name":1024,"fn":1025,"description":1026,"org":1027,"tags":1028,"stars":986,"repoUrl":987,"updatedAt":1035},"genmedia-image-artist","generate and edit AI images","Expert in AI image generation and editing. Use when the user needs high-quality textures, character-consistent visuals, or image-to-image editing using mcp-nanobanana-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1029,1030,1031,1034],{"name":1016,"slug":1017,"type":16},{"name":9,"slug":8,"type":16},{"name":1032,"slug":1033,"type":16},"Image Generation","image-generation",{"name":1020,"slug":1021,"type":16},"2026-07-12T07:39:15.372822",{"slug":1037,"name":1037,"fn":1038,"description":1039,"org":1040,"tags":1041,"stars":986,"repoUrl":987,"updatedAt":1051},"genmedia-producer","produce multi-step media content","Expert media production assistant. Use when requested to help with storyboarding, podcast creation, audio assembly, or complex multi-step media workflows using the GenMedia MCP servers (Veo, Lyria, Gemini TTS, NanoBanana).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1042,1043,1044,1045,1048],{"name":1013,"slug":1014,"type":16},{"name":1016,"slug":1017,"type":16},{"name":9,"slug":8,"type":16},{"name":1046,"slug":1047,"type":16},"Media","media",{"name":1049,"slug":1050,"type":16},"Video","video","2026-07-12T07:39:09.672849",{"slug":1053,"name":1053,"fn":1054,"description":1055,"org":1056,"tags":1057,"stars":986,"repoUrl":987,"updatedAt":1061},"genmedia-video-editor","edit and compose video content","Expert in video composition, editing, and format conversion. Use when the user wants to generate high-quality video, overlay images on video, concatenate clips, create GIFs, or sync audio to video using mcp-avtool-go and mcp-veo-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1058,1059,1060],{"name":1016,"slug":1017,"type":16},{"name":9,"slug":8,"type":16},{"name":1049,"slug":1050,"type":16},"2026-07-12T07:39:13.749081",{"slug":1063,"name":1063,"fn":1064,"description":1065,"org":1066,"tags":1067,"stars":986,"repoUrl":987,"updatedAt":1079},"genmedia-voice-director","generate expressive text-to-speech with Gemini","Expert in casting, directing, and generating expressive text-to-speech using Gemini TTS. Use this when the user needs virtual voice actor personas, expressive speech generation, or multiple variations of a voiceover (like \"take 3 on the bounce\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1068,1069,1070,1073,1076],{"name":1013,"slug":1014,"type":16},{"name":1016,"slug":1017,"type":16},{"name":1071,"slug":1072,"type":16},"Gemini","gemini",{"name":1074,"slug":1075,"type":16},"Speech","speech",{"name":1077,"slug":1078,"type":16},"Text-to-Speech","text-to-speech","2026-07-12T07:39:17.86673",80,{"items":1082,"total":1168},[1083,1093,1108,1121,1134,1145,1161],{"slug":1084,"name":1084,"fn":1085,"description":1086,"org":1087,"tags":1088,"stars":24,"repoUrl":25,"updatedAt":1092},"custom-golden-image-discovery","discover golden base images for GKE nodes","Expert at discovering golden base images for GKE custom nodes using technical specs or context clues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1089,1090,1091],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":21,"slug":22,"type":16},"2026-07-12T07:39:30.888879",{"slug":1094,"name":1094,"fn":1095,"description":1096,"org":1097,"tags":1098,"stars":24,"repoUrl":25,"updatedAt":1107},"gke-ai-troubleshooting-handle-disruption-gpu-tpu","diagnose GPU and TPU workload disruptions","Diagnose and predict node disruption during Compute Engine host maintenance for GPU and TPU workloads.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1099,1102,1103,1104],{"name":1100,"slug":1101,"type":16},"Debugging","debugging",{"name":9,"slug":8,"type":16},{"name":21,"slug":22,"type":16},{"name":1105,"slug":1106,"type":16},"Performance","performance","2026-07-28T05:34:18.149515",{"slug":1109,"name":1109,"fn":1110,"description":1111,"org":1112,"tags":1113,"stars":24,"repoUrl":25,"updatedAt":1120},"gke-ai-troubleshooting-jobset-interruption","diagnose GKE JobSet interruptions","Systematically diagnose GKE JobSet interruptions, restarts, and preemptions for AI\u002FML training workloads. Identifies preemption events, maintenance interruptions, bad host VMs, unhealthy pods, and coordinator worker failures.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1114,1115,1116,1117],{"name":1100,"slug":1101,"type":16},{"name":9,"slug":8,"type":16},{"name":21,"slug":22,"type":16},{"name":1118,"slug":1119,"type":16},"Observability","observability","2026-07-12T07:40:04.511878",{"slug":1122,"name":1122,"fn":1123,"description":1124,"org":1125,"tags":1126,"stars":24,"repoUrl":25,"updatedAt":1133},"gke-ai-troubleshooting-skill-creation-guide","create GKE troubleshooting skill bundles","Expert instructions for building high-quality GKE troubleshooting skills. Codifies Step 0 context rules, zero-hallucination signatures, and explicit LQL\u002FPromQL query requirements.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1127,1128,1129,1130],{"name":903,"slug":904,"type":16},{"name":940,"slug":941,"type":16},{"name":9,"slug":8,"type":16},{"name":1131,"slug":1132,"type":16},"Technical Writing","technical-writing","2026-07-12T07:39:50.73484",{"slug":1135,"name":1135,"fn":1136,"description":1137,"org":1138,"tags":1139,"stars":24,"repoUrl":25,"updatedAt":1144},"gke-ai-troubleshooting-tpu-connection-failure-vbar-oom","diagnose GKE TPU connection failures","Diagnose and prevent `vbar_control_agent` segfaults and OOMs caused by race conditions during TPU device resets and frequent metrics collection (e.g. every 3s). Use when TPU slice initialization fails or `vbar_control_agent` crashes on TPU v6e nodes.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1140,1141,1142,1143],{"name":1100,"slug":1101,"type":16},{"name":9,"slug":8,"type":16},{"name":21,"slug":22,"type":16},{"name":1105,"slug":1106,"type":16},"2026-07-12T07:39:49.482979",{"slug":1146,"name":1146,"fn":1147,"description":1148,"org":1149,"tags":1150,"stars":24,"repoUrl":25,"updatedAt":1160},"gke-app-onboarding","containerize and deploy apps to GKE","Workflows for containerizing and deploying applications to GKE for the first time.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1151,1154,1155,1156,1157],{"name":1152,"slug":1153,"type":16},"Containers","containers",{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":21,"slug":22,"type":16},{"name":1158,"slug":1159,"type":16},"Onboarding","onboarding","2026-07-12T07:39:41.935837",{"slug":4,"name":4,"fn":5,"description":6,"org":1162,"tags":1163,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1164,1165,1166,1167],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},25]