This step explains how to create theapigeeKubernetes namespace in which the
Apigee hybrid components operate.
Create the namespace that will be used for the Apigee hybrid resources.
This should match thenamespacefield in theoverrides.yamlfile. If this is not present inoverrides.yaml, the
default namespace isapigee.
Check if the namespace already exists:
kubectl get namespaceAPIGEE_NAMESPACE
If the namespace exists, your output will include:
NAME STATUS AGEapigeeActive 1d
If the namespace does not already exist, create it:
kubectl create namespaceAPIGEE_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-11-13 UTC."],[],[]]