Komponenten für Sicherung und Wiederherstellung installieren
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite finden Sie die Schritte, die Sie ausführen müssen, um die Komponenten zu installieren und zu konfigurieren, die für das Sichern und Wiederherstellen Ihrer Arbeitslasten in Google Distributed Cloud (GDC) ohne Internetverbindung erforderlich sind.
Hinweise
Ein S3-Endpunkt und ein Bucket im GDC-Objektspeicher mit einer S3-Zugriffsschlüssel-ID und einem geheimen Zugriffsschlüssel.
Ein funktionierender Cluster.
Die erforderliche Identitäts- und Zugriffsrolle:
Für Nutzer mit der Rolle „Plattformadministrator“:
Nutzercluster-Sicherungsadministrator: verwaltet Sicherungen. Bitten Sie Ihren IAM-Administrator der Organisation, Ihnen die Rolle „User Cluster Backup Admin“ (user-cluster-backup-admin) zuzuweisen.
Für Nutzer mit der Rolle „Application Operator“ (AO):
Backup Creator: Erstellt Sicherungen und führt Wiederherstellungen durch. Bitten Sie Ihren Projekt-IAM-Administrator, Ihnen die Rolle „Backup Creator“ (backup-creator) zuzuweisen.
Installation von „Sichern und Wiederherstellen“ prüfen
Prüfen Sie, ob die gpcbackup-Steuerungsebene und der Agent für den Cluster, den Sie sichern möchten, ausgeführt werden:
kubectlgetpods-ngpc-backup-system
Nach der Ausführung des Befehls sieht die Ausgabe so aus: Es sollten zwei Pods ausgeführt werden, ein Steuerungsebenen-Pod und ein Agent-Pod:
NAME READY STATUS RESTARTS AGE
gpcbackup-agent-0 1/1 Running 2 64m
gpcbackup-controlplane-controller-6fc9485ff-jdk95 1/1 Running 0 64m
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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)"]]