Supported versions:
Unsupported versions:
This topic describes steps you must take to configure the Cassandra database component for an Apigee hybrid production installation.
For a production installation of Apigee hybrid, Google recommends that you add the following storage and heap settings to your overrides file and apply them to the cluster:
cassandra:
...
storage:
capacity: 500Gi
requests:
cpu: 7
memory: 15Gi
maxHeapSize: 8192M
heapNewSize: 1200MFor more information on these property settings, see the Configuration property reference.
For the Cassandra database, hybrid runtime uses dynamically created persistent volumes to store data. To configure Cassandra properly for a production environment, you must configure a StorageClass definition that is backed by a solid-state drive (SSD) and make it the default class. See StorageClass configuration for detailed steps.
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.