Enter the name of the self-signed TLS key and certificate files that you generated previously in Step 3: Install apigeectl. These files must be located in the base_directory/hybrid-files/certs directory. For example:
The name of the apigee-synchronizer service account key file that you generated with the create-service-account tool in Hybrid runtime setup - Step 6: Create service accounts and credentials. You can see the list of service account files in your service-accounts/ directory. Fore example:
ls ../service-accounts/
udca-service-account-name
The name of the apigee-udca service account key file that you generated with the create-service-account tool.
mart-service-account-name
The name of the apigee-mart service account key file that you generated with the create-service-account tool.
metrics-service-account-name
The name of the apigee-metrics service account key file that you generated with the create-service-account tool.
watcher-service-account-name
The name of the apigee-watcher service account key file that you generated with the create-service-account tool.
logger-service-account-name
The name of the apigee-logger service account key file that you generated with the create-service-account tool.
Summary
The configuration file tells Kubernetes how to deploy the hybrid components to a cluster. Next, you will apply this configuration to your cluster.
[[["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-04-24 UTC."],[[["This document provides instructions for configuring the `overrides.yaml` file, which is essential for customizing your unique Apigee hybrid installation, using a basic setup suitable for a first-time installation."],["You must create an `overrides.yaml` file in the `hybrid-base-directory/hybrid-files/overrides/` directory and populate it with the required property values for your specific Apigee hybrid setup, such as `gcp`, `k8sCluster`, `org`, and various service account paths."],["The configuration file requires specific property values including the Google Cloud project region, Kubernetes cluster details, organization ID, a unique instance identifier, and environment group names, as well as the names of the previously generated TLS key and certificate files."],["The document describes the necessary service account key files, such as `apigee-synchronizer`, `apigee-udca`, `apigee-mart`, `apigee-metrics`, `apigee-watcher`, and `apigee-logger`, which must be created, and then their paths must be specified in the overrides file."],["The `overrides.yaml` file configures Kubernetes on how to deploy hybrid components to a cluster, and afterwards this configuration can be applied to your cluster."]]],[]]