The hybrid components are installed and managed by the following Helm charts. The table is
arranged in the order you will typically install them in during a fresh installation.
Scope
Components
Helm chart
Apigee operator
Apigee operator
apigee-operator
Storage
Cassandra
apigee-datastore
In‑memory storage
Redis
apigee-redis
Reporting
Logger Metrics
apigee-telemetry
Ingress
Apigee Ingress gateway
apigee-ingress-manager
Organization
Apigee Connect Agent MART UDCA Watcher
apigee-org
Environment
Runtime Synchronizer
apigee-env
Environment group
virtualhost
apigee-virtualhost
apigeectl / Helm command cross reference
The following table lists the Helm equivalents for common apigeectl commands:
There is no single command to manage all hybrid components. Because each
component has a specific chart, you must install or upgrade each chart individually.
[[["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-12 UTC."],[[["Apigee hybrid supports Helm version 3.14.2 and above for managing its components."],["Apigee hybrid components are installed and managed using specific Helm charts, including `apigee-operator`, `apigee-datastore`, `apigee-redis`, `apigee-telemetry`, `apigee-ingress-manager`, `apigee-org`, `apigee-env`, and `apigee-virtualhost`."],["The `apigeectl init` command is mimicked in Helm by installing or upgrading the `apigee-operator` and `apigee-ingress-manager` charts, which requires the Apigee CRDs to be installed first."],["There is no single Helm command to manage all Apigee hybrid components at once, as each component needs to be installed or upgraded individually using its corresponding chart, similarly there is no single Helm command to delete all components."],["Equivalent Helm commands, like `helm install` or `helm upgrade`, are available for most `apigeectl` commands such as `apply`, `delete`, or `dry-run`, enabling granular control over individual components, while `apigeectl check-ready` does not have an exact equivalent command, but relies on checking cluster readiness."]]],[]]