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 most Apigee hybrid components operate.
Create the namespace that will be used for most 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. If you use a different namespace, be sure to replaceapigee with the name of your namespace in the following commands.Check if the namespace already exists:
kubectl get namespaceapigee
If the namespace exists, your output includes:
NAME STATUS AGEapigee Active 1d
If the namespace does not already exist, create it:
kubectl create namespaceapigee
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
123(NEXT) Step 4: Set up service accounts56789101112Except 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.