En este paso se explica cómo crear el espacio de nombres de Kubernetes apigee en el que operan la mayoría de los componentes de Apigee hybrid.
Crea el espacio de nombres que se usará para la mayoría de los recursos de Apigee hybrid.
Debe coincidir con el campo namespace del archivo overrides.yaml. Si no está presente en overrides.yaml, el espacio de nombres predeterminado es apigee.
Comprueba si el espacio de nombres ya existe:
kubectl get namespace apigee
Si el espacio de nombres existe, el resultado incluye lo siguiente:
NAME STATUS AGE
apigee Active 1d
Si el espacio de nombres aún no existe, créalo:
kubectl create namespace apigee
Ahora que el entorno híbrido tiene un espacio en el que operar, el siguiente paso es crear las cuentas de servicio y las credenciales de Google Cloud necesarias para configurar los componentes del entorno de ejecución híbrido.
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-21 (UTC)."],[[["\u003cp\u003eThe \u003ccode\u003eapigee\u003c/code\u003e namespace is where most Apigee hybrid components will operate, and it's the default unless specified otherwise in the \u003ccode\u003eoverrides.yaml\u003c/code\u003e file.\u003c/p\u003e\n"],["\u003cp\u003eYou can verify if the \u003ccode\u003eapigee\u003c/code\u003e namespace already exists by using the command \u003ccode\u003ekubectl get namespace apigee\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIf the \u003ccode\u003eapigee\u003c/code\u003e namespace does not exist, it can be created using the command \u003ccode\u003ekubectl create namespace apigee\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIf a different namespace is used other than \u003ccode\u003eapigee\u003c/code\u003e, remember to replace the name \u003ccode\u003eapigee\u003c/code\u003e with the namespace's name in all commands.\u003c/p\u003e\n"]]],[],null,[]]