Nesta etapa, explicamos como criar o namespace apigee do Kubernetes em que a maioria
dos componentes da Apigee híbrida opera.
Crie o namespace que será usado para a maioria dos recursos da Apigee híbrida.
Ele precisa corresponder ao campo namespace no arquivo
overrides.yaml. Se não estiver presente em overrides.yaml, o
namespace padrão será apigee.
Verifique se o namespace já existe:
kubectl get namespace apigee
Se o namespace existir, a saída incluirá:
NAME STATUS AGE
apigee Active 1d
Se o namespace ainda não existir, crie-o:
kubectl create namespace apigee
Agora que o modelo híbrido tem um espaço para operar, a próxima etapa é criar as contas de serviço
e as credenciais do Google Cloud necessárias para configurar os componentes do ambiente de execução híbrido
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-28 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,[]]