Supported versions:
Unsupported versions:
The Apigee hybrid installer uses defaults for many settings. However, there are a few settings that do not have defaults. You must provide values for these settings, as explained next.
We recommend you review the following scenarios to determine if you want to configure your cluster for them. These configurations are optional.
By convention, configuration overrides are written in a file named overrides.yaml
typically stored in your $APIGEE_HELM_CHARTS_HOME directory.
overrides.yaml in your
$APIGEE_HELM_CHARTS_HOME directory.
The overrides.yaml provides the configuration for
your unique Apigee hybrid installation. The overrides file in this step
provides a basic configuration for a small-footprint hybrid
runtime installation, suitable for your first installation.
overrides.yaml, add the required property
values, shown below. A detailed description of each property is provided below.
Select the tab for your installation, production, Production or non-production (demo, evaluation, or proof-of-concept installations), Non-prod depending on your choice in Step 4: Create service accounts.
For installations in production environments, look at the storage requirements for the Cassandra database in Configure Cassandra for production.
If you are installing Apigee hybrid on GKE and you plan to use Workload Identity to
authenticate hybrid components, select either the Prod: Workload Identity or
Non-prod: Workload Identity tab to configure your
overrides.yaml file.
Make sure the overrides.yaml file has the
following structure and syntax. Values in red, bold italics
are property values that you must provide. You can edit their values on this page.
They are described in the table below.
There are differences between the different platforms for the Google Cloud project region and Kubernetes cluster region. Choose the platform where you are installing Apigee hybrid.
instanceID: "UNIQUE_INSTANCE_IDENTIFIER" namespace: APIGEE_NAMESPACE # Usually "apigee" gcp: projectID: PROJECT_ID region: ANALYTICS_REGION k8sCluster: name: CLUSTER_NAME region: CLUSTER_LOCATION # Must be the closest Google Cloud region to your cluster. org: ORG_NAME # Required if using data residency with hybrid: contractProvider: https://CONTROL_PLANE_LOCATION-apigee.googleapis.com # Required if using data residency with hybrid: newDataPipeline: debugSession: true analytics: true envs: - name: ENVIRONMENT_NAME serviceAccountPaths: # Provide the path relative to the apigee-env chart directory. synchronizer: SYNCHRONIZER_SERVICE_ACCOUNT_FILEPATH # For example: "PROJECT_ID-apigee-synchronizer.json" runtime: RUNTIME_SERVICE_ACCOUNT_FILEPATH # For example: "PROJECT_ID-apigee-runtime.json" udca: UDCA_SERVICE_ACCOUNT_FILEPATH # For example: "PROJECT_ID-apigee-udca.json" cassandra: hostNetwork: false # Set to false for single region installations and multi-region installations # with connectivity between pods in different clusters, for example GKE installations. # Set to true for multi-region installations with no communication between # pods in different clusters, for example Google Distributed Cloud on VMware or bare metal, GKE on AWS, # AKS, EKS, and OpenShift installations. # See Multi-region deployment: Prerequisites replicaCount: 3 # Use multiples of 3 for production. # See Configure Cassandra for production for guidelines. storage: capacity: 500Gi resources: requests: cpu: 7 memory: 15Gi maxHeapSize: 8192M heapNewSize: 1200M # Minimum storage requirements for a production environment. # See Configure Cassandra for production. ingressGateways: - name: INGRESS_NAME # maximum 17 characters. replicaCountMin: 2 replicaCountMax: 10 svcAnnotations: # optional. If you are on AKS, see Known issue #260772383 SVC_ANNOTATIONS_KEY: SVC_ANNOTATIONS_VALUE virtualhosts: - name: ENVIRONMENT_GROUP_NAME selector: app: apigee-ingressgateway ingress_name: INGRESS_NAME sslCertPath: PATH_TO_CERT_FILE sslKeyPath: PATH_TO_KEY_FILE mart: serviceAccountPath: MART_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-org chart directory. # For example: "PROJECT_ID-apigee-mart.json" connectAgent: serviceAccountPath: MART_SERVICE_ACCOUNT_FILEPATH # Use the same service account for mart and connectAgent # Provide the path relative to the apigee-org chart directory. # For example: "PROJECT_ID-apigee-mart.json" logger: enabled: true # enabled by default # See apigee-logger in Service accounts and roles used by hybrid components. serviceAccountPath: LOGGER_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-telemetry chart directory. # For example: "PROJECT_ID-apigee-logger.json" metrics: serviceAccountPath: METRICS_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-telemetry chart directory. # For example: "PROJECT_ID-apigee-metrics.json" udca: serviceAccountPath: UDCA_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-org chart directory. # For example: "PROJECT_ID-apigee-udca.json" watcher: serviceAccountPath: WATCHER_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-org chart directory. # For example: "PROJECT_ID-apigee-watcher.json"
Make sure the overrides.yaml file has the
following structure and syntax. Values in red, bold italics
are property values that you must provide. You can edit their values on this page.
They are described in the table below.
There are differences between the different platforms for the Google Cloud project region and Kubernetes cluster region. Choose the platform where you are installing Apigee hybrid.
instanceID: "UNIQUE_INSTANCE_IDENTIFIER" namespace: APIGEE_NAMESPACE # Usually "apigee" gcp: projectID: PROJECT_ID region: ANALYTICS_REGION k8sCluster: name: CLUSTER_NAME region: CLUSTER_LOCATION # Must be the closest Google Cloud region to your cluster. org: ORG_NAME # Required if using data residency with hybrid: contractProvider: https://CONTROL_PLANE_LOCATION-apigee.googleapis.com # Required if using data residency with hybrid: newDataPipeline: debugSession: true analytics: true envs: - name: ENVIRONMENT_NAME serviceAccountPaths: # Provide the path relative to the apigee-env chart directory. synchronizer: NON_PROD_SERVICE_ACCOUNT_FILEPATH # For example: "PROJECT_ID-apigee-non-prod.json" runtime: NON_PROD_SERVICE_ACCOUNT_FILEPATH # For example: "PROJECT_ID-apigee-non-prod.json" udca: NON_PROD_SERVICE_ACCOUNT_FILEPATH # For example: "PROJECT_ID-apigee-non-prod.json" cassandra: hostNetwork: false # Set to false for single region installations and multi-region installations # with connectivity between pods in different clusters, for example GKE installations. # Set to true for multi-region installations with no communication between # pods in different clusters, for example Google Distributed Cloud on VMware or bare metal, GKE on AWS, # AKS, EKS, and OpenShift installations. # See Multi-region deployment: Prerequisites replicaCount: 1 # Use 1 for non-prod or "demo" installations and multiples of 3 for production. # See Configure Cassandra for production for guidelines. ingressGateways: - name: INGRESS_NAME # maximum 17 characters. replicaCountMin: 2 replicaCountMax: 10 svcAnnotations: # optional. If you are on AKS, see Known issue #260772383 SVC_ANNOTATIONS_KEY: SVC_ANNOTATIONS_VALUE virtualhosts: - name: ENVIRONMENT_GROUP_NAME selector: app: apigee-ingressgateway ingress_name: INGRESS_NAME sslCertPath: PATH_TO_CERT_FILE sslKeyPath: PATH_TO_KEY_FILE mart: serviceAccountPath: NON_PROD_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the chart directory. # For example: "PROJECT_ID-apigee-non-prod.json" connectAgent: serviceAccountPath: NON_PROD_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-org chart directory. # Use the same service account for mart and connectAgent # For example: "PROJECT_ID-apigee-non-prod.json" logger: enabled: true # enabled by default # See apigee-logger in Service accounts and roles used by hybrid components. serviceAccountPath: NON_PROD_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-telemetry chart directory. # For example: "PROJECT_ID-apigee-non-prod.json" metrics: serviceAccountPath: NON_PROD_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-telemetry chart directory. # For example: "PROJECT_ID-apigee-non-prod.json" udca: serviceAccountPath: NON_PROD_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-org chart directory. # For example: "PROJECT_ID-apigee-non-prod.json" watcher: serviceAccountPath: NON_PROD_SERVICE_ACCOUNT_FILEPATH # Provide the path relative to the apigee-org chart directory. # For example: "PROJECT_ID-apigee-non-prod.json"
This template is for Production installations on GKE using Workload Identity.
Make sure the overrides.yaml file has the
following structure and syntax. Values in red, bold italics
are property values that you must provide. You can edit their values on this page.
They are described in the table below.
If you are installing Apigee hybrid on GKE, you have an alternative to authenticate and make requests to Google APIs, Workload Identity. For overviews of Workload Identity, see:
To use Workload Identity with Apigee hybrid on GKE, use this template and then follow the steps in Step 10: Install Apigee hybrid using Helm charts to create the Kubernetes service accounts and associate them with the Google service accounts you created in Step 4: Create service accounts.
instanceID: "UNIQUE_INSTANCE_IDENTIFIER"
namespace: APIGEE_NAMESPACE # Usually "apigee"
gcp:
projectID: PROJECT_ID
region: ANALYTICS_REGION
workloadIdentity:
enabled: true
k8sCluster:
name: CLUSTER_NAME
region: CLUSTER_LOCATION # Must be the closest Google Cloud region to your cluster.
org: ORG_NAME
# Required if using data residency with hybrid:
contractProvider: https://CONTROL_PLANE_LOCATION-apigee.googleapis.com
# Required if using data residency with hybrid:
newDataPipeline:
debugSession: true
analytics: true
envs:
- name: ENVIRONMENT_NAME
gsa:
synchronizer: "SYNCHRONIZER_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-synchronizer@PROJECT_ID.iam.gserviceaccount.com"
runtime: "RUNTIME_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-runtime@PROJECT_ID.iam.gserviceaccount.com"
udca: "UDCA_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-udca@PROJECT_ID.iam.gserviceaccount.com"
cassandra:
hostNetwork: false
# Set to false for single region installations and multi-region installations
# with connectivity between pods in different clusters, for example GKE installations.
# Set to true for multi-region installations with no communication between
# pods in different clusters, for example Google Distributed Cloud on VMware or bare metal, GKE on AWS,
# AKS, EKS, and OpenShift installations.
# See Multi-region deployment: Prerequisites
replicaCount: 3
# Use multiples of 3 for production.
# See Configure Cassandra for production for guidelines.
storage:
capacity: 500Gi
resources:
requests:
cpu: 7
memory: 15Gi
maxHeapSize: 8192M
heapNewSize: 1200M
# Minimum storage requirements for a production environment.
# See Configure Cassandra for production.
backup:
enabled: true
# Set to true for initial installation.
# This triggers the chart to create the apigee-cassandra-backup Kubernetes service account when you install it.
# See Cassandra backup overview for instructions on using cassandra.backup.
ingressGateways:
- name: INGRESS_NAME # maximum 17 characters.
replicaCountMin: 2
replicaCountMax: 10
svcAnnotations: # optional. If you are on AKS, see Known issue #260772383
SVC_ANNOTATIONS_KEY: SVC_ANNOTATIONS_VALUE
virtualhosts:
- name: ENVIRONMENT_GROUP_NAME
selector:
app: apigee-ingressgateway
ingress_name: INGRESS_NAME
sslCertPath: PATH_TO_CERT_FILE
sslKeyPath: PATH_TO_KEY_FILE
mart:
gsa: "MART_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-mart@PROJECT_ID.iam.gserviceaccount.com"
connectAgent:
gsa: "MART_SERVICE_ACCOUNT_EMAIL"
# Use the same service account for mart and connectAgent
# For example: "apigee-mart@PROJECT_ID.iam.gserviceaccount.com"
logger:
enabled: true
# enabled by default
# See apigee-logger in Service accounts and roles used by hybrid components.
gsa: "LOGGER_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-logger@PROJECT_ID.iam.gserviceaccount.com"
metrics:
gsa: "METRICS_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-metrics@PROJECT_ID.iam.gserviceaccount.com"
udca:
gsa: "UDCA_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-udca@PROJECT_ID.iam.gserviceaccount.com"
watcher:
gsa: "WATCHER_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-watcher@PROJECT_ID.iam.gserviceaccount.com"
This template is for Non-Production installations on GKE using Workload Identity.
Make sure the overrides.yaml file has the
following structure and syntax. Values in red, bold italics
are property values that you must provide. You can edit their values on this page.
They are described in the table below.
If you are installing Apigee hybrid on GKE, you have an alternative to authenticate and make requests to Google APIs, Workload Identity. For overviews of Workload Identity, see:
To use Workload Identity with Apigee hybrid on GKE, use this template and then follow the steps in Step 10: Install Apigee hybrid using Helm charts to create the Kubernetes service accounts and associate them with the Google service accounts you created in Step 4: Create service accounts.
instanceID: "UNIQUE_INSTANCE_IDENTIFIER"
namespace: APIGEE_NAMESPACE # Usually "apigee"
gcp:
projectID: PROJECT_ID
region: ANALYTICS_REGION
workloadIdentity:
enabled: true
gsa: "NON_PROD_SERVICE_ACCOUNT_EMAIL"
# For example: "apigee-non-prod@PROJECT_ID.iam.gserviceaccount.com"
k8sCluster:
name: CLUSTER_NAME
region: CLUSTER_LOCATION # Must be the closest Google Cloud region to your cluster.
org: ORG_NAME
# Required if using data residency with hybrid:
contractProvider: https://CONTROL_PLANE_LOCATION-apigee.googleapis.com
# Required if using data residency with hybrid:
newDataPipeline:
debugSession: true
analytics: true
instanceID: "UNIQUE_INSTANCE_IDENTIFIER"
cassandra:
hostNetwork: false
# false for all GKE installations.
# See Multi-region deployment: Prerequisites
replicaCount: 1
# Use 1 for non-prod or "demo" installations and multiples of 3 for production.
# See Configure Cassandra for production for guidelines.
backup:
enabled: true
# Set to true for initial installation.
# This triggers the chart to create the apigee-cassandra-backup Kubernetes service account when you install it.
# See Cassandra backup overview for instructions on using cassandra.backup.
virtualhosts:
- name: ENVIRONMENT_GROUP_NAME
selector:
app: apigee-ingressgateway
ingress_name: INGRESS_NAME
sslCertPath: PATH_TO_CERT_FILE
sslKeyPath: PATH_TO_KEY_FILE
ingressGateways:
- name: INGRESS_NAME # maximum 17 characters.
replicaCountMin: 2
replicaCountMax: 10
svcAnnotations: # optional. If you are on AKS, see Known issue #260772383
SVC_ANNOTATIONS_KEY: SVC_ANNOTATIONS_VALUE
svcLoadBalancerIP: SVC_LOAD_BALANCER_IP # optional
envs:
- name: ENVIRONMENT_NAME
logger:
enabled: false # Set to false for all GKE installations.
The following example shows a completed overrides file with example property values added:
instanceID: "my_hybrid_example" namespace: apigee gcp: projectID: hybrid-example region: us-central1 k8sCluster: name: apigee-hybrid region: us-central1 org: hybrid-example # Required if using data residency with hybrid: contractProvider: https://CONTROL_PLANE_LOCATION-apigee.googleapis.com # Required if using data residency with hybrid: newDataPipeline: debugSession: true analytics: true envs: - name: test serviceAccountPaths: synchronizer:my-hybrid-project-apigee-synchronizer.json runtime: my-hybrid-project-apigee-runtime.json udca: my-hybrid-project-apigee-udca.json cassandra: hostNetwork: false replicaCount: 3 ingressGateways: - name: my-ingress-1 replicaCountMin: 2 replicaCountMax: 10 virtualhosts: - name: example-env-group selector: app: apigee-ingressgateway ingress_name: my-ingress-1 sslCertPath: certs/keystore.pem sslKeyPath: certs/keystore.key logger: enabled: true # Set to "false" for GKE. Set to "true" for all other Kubernetes platforms. serviceAccountPath: my-hybrid-project-apigee-logger.json mart: serviceAccountPath: my-hybrid-project-apigee-mart.json connectAgent: serviceAccountPath: my-hybrid-project-apigee-mart.json metrics: serviceAccountPath: my-hybrid-project-apigee-metrics.json udca: serviceAccountPath: my-hybrid-project-apigee-udca.json watcher: serviceAccountPath: my-hybrid-project-apigee-watcher.json
The following table describes each of the property values that you must provide in the overrides file. For more information, see Configuration property reference.
A unique string to identify this instance. This can be any combination of letters and numbers up to 63 characters.
You can create multiple organizations in the same cluster, but
the instanceID must be the same for all orgs in the
same Kubernetes cluster.
The Kubernetes namespace for your Apigee hybrid components.
The default value is apigee.
ANALYTICS_REGION previously.
apigee-logger and the apigee-metrics push
their data. This is the value assigned to the environment variable
PROJECT_ID.CLUSTER_NAME.This is the value you assigned to the environment variable
CLUSTER_LOCATION previously.
ORG_NAME.CONTROL_PLANE_LOCATION environment variable in Step 2: Create an organization.ENV_GROUP.
sslCertPath: certs/keystore.crt sslKeyPath: certs/keystore.key
See ingressGateways[].name
in the Configuration property reference
Annotations vary from platform to platform. Refer to your platform documentation for required and suggested annotations.
Comment out or delete this section if you are not using it.
Comment out or delete this section if you are not using it.
my-hybrid-project-apigee-synchronizer.json
file resides in the apigee-env/ chart directory, you only need to provide the
file name, such as:
synchronizer: "my-hybrid-project-apigee-synchronizer.json"
apigee-env/service-accounts/ directory, you would
specify a relative path:
synchronizer: "service-accounts/my-hybrid-project-apigee-synchronizer.json"
For non-production environments, the name of the single service account is
PROJECT_ID-non-prod.json by default.
For production environments, the name of the service account key
file that you generated with the create-service-account
tool in Step 4: Create service accounts.
You can see the service account files in each corresponding chart directory.
The default names of the and corresponding chart directories for the service accounts are:
| Service account | file name | Chart directory |
|---|---|---|
| Storage Object Admin | PROJECT_ID-apigee-cassandra.json |
apigee-datastore/ |
| Logs Writer | PROJECT_ID-apigee-logger.json |
apigee-telemetry/ |
| Apigee Connect Agent | PROJECT_ID-apigee-mart.json |
apigee-org/ |
| Monitoring Metric Writer | PROJECT_ID-apigee-metrics.json |
apigee-telemetry/ |
| No role required | PROJECT_ID-apigee-runtime.json |
apigee-env/ |
| Apigee Synchronizer Manager | PROJECT_ID-apigee-synchronizer.json |
apigee-env/ |
| Apigee Analytics Agent | PROJECT_ID-apigee-udca.json |
apigee-org/ |
| Apigee Runtime Agent | PROJECT_ID-apigee-watcher.json |
apigee-org/ |
gcloud iam service-accounts list --project ${PROJECT_ID} --filter "apigee"The configuration file tells Kubernetes how to deploy the hybrid components to a cluster. Next, you will enable synchronizer access so the Apigee runtime and management planes will be able to communicate.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-23 UTC.