Step 3: Create the apigee namespace Stay organized with collections Save and categorize content based on your preferences.
This step explains how to create theapigee Kubernetes namespace in which the Apigee hybrid components operate.
Create the namespace that will be used for the Apigee hybrid resources. This should match thenamespace field in theoverrides.yaml file. If this is not present inoverrides.yaml, the default namespace isapigee.
apigee is the default namespace. Be sure to replaceAPIGEE_NAMESPACE with the name of your namespace in the following commands.Check if the namespace already exists:
kubectl get namespaceAPIGEE_NAMESPACE
If the namespace exists, your output will include:
NAME STATUS AGEapigee Active 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
Next step
123(NEXT) Step 4: Set up service accounts567891011Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.