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-04-01 UTC."],[[["This document provides instructions for creating the `apigee` Kubernetes namespace, which is essential for running Apigee hybrid components."],["The default namespace for Apigee hybrid is `apigee`, but any namespace can be used as long as it's consistently referenced."],["You can verify if the `apigee` namespace already exists by using the `kubectl get namespace apigee` command."],["If the namespace does not exist, you can create it using the command `kubectl create namespace apigee`."],["After the namespace is set up, the next step in the process is creating the necessary Google Cloud service accounts and credentials for the hybrid runtime components."]]],[]]