Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini berisi langkah-langkah yang harus Anda ikuti untuk menginstal dan mengonfigurasi
komponen yang diperlukan untuk mencadangkan dan memulihkan beban kerja Anda di Google Distributed Cloud (GDC) yang terisolasi.
Sebelum memulai
Endpoint dan bucket S3 di penyimpanan objek GDC dengan ID kunci akses S3 dan kunci akses rahasia.
Cluster yang berfungsi.
Peran akses dan identitas yang diperlukan:
Untuk pengguna Administrator Platform (PA):
Admin Pencadangan Cluster Pengguna: mengelola pencadangan. Minta Admin IAM Organisasi Anda untuk memberi Anda peran User Cluster Backup Admin (user-cluster-backup-admin).
Untuk pengguna Operator Aplikasi (AO):
Pembuat Cadangan: membuat cadangan dan pemulihan. Minta Admin IAM Project Anda untuk memberi Anda peran Pembuat Cadangan (backup-creator).
Memverifikasi penginstalan pencadangan dan pemulihan
Pastikan bidang kontrol dan
agen gpcbackup berjalan untuk cluster yang ingin Anda cadangkan:
kubectlgetpods-ngpc-backup-system
Setelah menjalankan perintah, output akan terlihat seperti contoh berikut. Akan ada dua pod yang berjalan, yaitu pod bidang kontrol dan pod agen:
NAME READY STATUS RESTARTS AGE
gpcbackup-agent-0 1/1 Running 2 64m
gpcbackup-controlplane-controller-6fc9485ff-jdk95 1/1 Running 0 64m
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[[["\u003cp\u003eThis page details the installation and configuration steps for backing up and restoring workloads in Google Distributed Cloud (GDC) air-gapped environments.\u003c/p\u003e\n"],["\u003cp\u003eYou will need an endpoint and bucket on GDC object storage with corresponding access keys, and a functioning cluster to proceed.\u003c/p\u003e\n"],["\u003cp\u003ePlatform Administrator (PA) users require the \u003ccode\u003euser-cluster-backup-admin\u003c/code\u003e role, while Application Operator (AO) users need the \u003ccode\u003ebackup-creator\u003c/code\u003e role.\u003c/p\u003e\n"],["\u003cp\u003eTo verify the installation, confirm that both the \u003ccode\u003egpcbackup\u003c/code\u003e control plane and agent pods are running in the \u003ccode\u003egpc-backup-system\u003c/code\u003e namespace using \u003ccode\u003ekubectl get pods\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Install backup and restore components\n\nThis page contains the steps you must follow to install and configure the\ncomponents that are necessary to backup and restore your workloads in Google Distributed Cloud (GDC) air-gapped.\n\nBefore you begin\n----------------\n\n- An S3 endpoint and bucket on GDC object storage with an S3 access key ID and secret access key.\n- A working cluster.\n- The necessary identity and access role:\n\n - For Platform Administrator (PA) users:\n - User Cluster Backup Admin: manages backups. Ask your Organization IAM Admin to grant you the User Cluster Backup Admin (`user-cluster-backup-admin`) role.\n - For Application Operator (AO) users:\n - Backup Creator: creates backups and restores. Ask your Project IAM Admin to grant you the Backup Creator (`backup-creator`) role.\n\nVerify backup and restore installation\n--------------------------------------\n\nVerify that the `gpcbackup` control plane and\nagent are both running for the cluster you want to back up: \n\n kubectl get pods -n gpc-backup-system\n\nAfter running the command, the output looks like the following example. There\nshould be two pods running, a control plane pod and an agent pod: \n\n NAME READY STATUS RESTARTS AGE\n gpcbackup-agent-0 1/1 Running 2 64m\n gpcbackup-controlplane-controller-6fc9485ff-jdk95 1/1 Running 0 64m\n\nWhat's next\n-----------\n\n- [Add a backup repository](/distributed-cloud/hosted/docs/latest/gdch/platform-application/pa-ao-operations/cluster-backup/add-backup-repository)"]]