In diesem Schritt wird erläutert, wie Sie den apigee-Kubernetes-Namespace erstellen, in dem die Apigee Hybrid-Komponenten ausgeführt werden.
Erstellen Sie den Namespace, der für die Apigee-Hybridressourcen verwendet werden wird.
Dieser sollte mit dem namespace-Feld in der overrides.yaml-Datei übereinstimmen. Wenn dieses in overrides.yaml nicht vorhanden ist, ist der Standard-Namespace apigee.
Prüfen Sie, ob der Namespace bereits vorhanden ist:
kubectl get namespace APIGEE_NAMESPACE
Wenn der Namespace vorhanden ist, enthält Ihre Ausgabe Folgendes:
NAME STATUS AGE
apigee Active 1d
Wenn der Namespace noch nicht vorhanden ist, erstellen Sie ihn:
kubectl create namespace APIGEE_NAMESPACE
Da Hybrid nun einen Arbeitsbereich hat, können Sie im nächsten Schritt die Google Cloud-Dienstkonten und -Anmeldedaten erstellen, die zum Konfigurieren der Hybrid-Laufzeitkomponenten erforderlich sind.
[[["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-03-10 (UTC)."],[[["This content details the creation of the `apigee` Kubernetes namespace, which is where Apigee hybrid components will be deployed and run."],["The namespace specified in the `overrides.yaml` file will be used, with `apigee` being the default if no other namespace is given."],["To verify if the namespace exists, the command `kubectl get namespace APIGEE_NAMESPACE` is used."],["If the `apigee` namespace does not exist, it can be created using `kubectl create namespace APIGEE_NAMESPACE`."],["After creating the namespace, the subsequent step is to set up the necessary Google Cloud service accounts and credentials for the hybrid runtime components."]]],[]]