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-08-18 (UTC)."],[[["\u003cp\u003eThis content explains the process of creating the \u003ccode\u003eapigee\u003c/code\u003e Kubernetes namespace, which is essential for housing all Apigee hybrid components in versions 1.13 and later.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace specified should match the \u003ccode\u003enamespace\u003c/code\u003e field in the \u003ccode\u003eoverrides.yaml\u003c/code\u003e file, with \u003ccode\u003eapigee\u003c/code\u003e as the default if not explicitly defined.\u003c/p\u003e\n"],["\u003cp\u003eYou can verify the existence of the namespace using \u003ccode\u003ekubectl get namespace APIGEE_NAMESPACE\u003c/code\u003e before creating it, which is done via \u003ccode\u003ekubectl create namespace APIGEE_NAMESPACE\u003c/code\u003e if it does not already exist.\u003c/p\u003e\n"],["\u003cp\u003eAll further configurations will be made in the \u003ccode\u003eapigee\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,[]]