Nesta etapa, explicaremos como criar o namespace apigee do Kubernetes em que
os componentes da Apigee híbrida operam.
Crie o namespace que será usado para os 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_NAMESPACE
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_NAMESPACE
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-03-12 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."]]],[]]