Step 3: Create the apigee namespace

You are currently viewing version 1.11 of the Apigee hybrid documentation.This version is end of life. You should upgrade to a newer version. For more information, seeSupported versions.

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.

Note: You can use any namespace.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.
  1. Check if the namespace already exists:

    kubectl get namespaceapigee

    If the namespace exists, your output includes:

    NAME     STATUS   AGEapigee   Active   1d
  2. 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 accounts56789101112

Except 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.