This step explains how to create the apigee Kubernetes namespace in which the
Apigee hybrid components operate.
Create the namespace that will be used for the Apigee hybrid resources.
This should match the namespace field in the overrides.yaml
file. If this is not present in overrides.yaml, the
default namespace is apigee.
Check if the namespace already exists:
kubectl get namespace APIGEE_NAMESPACE
If the namespace exists, your output will include:
NAME STATUS AGE
apigee Active 1d
If the namespace does not already exist, create it:
kubectl create namespace APIGEE_NAMESPACE
Now that hybrid has a space to operate in, the next step is to create the Google Cloud
service accounts and credentials required to configure hybrid runtime components
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 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,[]]