En este tema, se describen las configuraciones mínimas de los clústeres para Apigee Hybrid. Estas configuraciones mínimas se aplican a todas las plataformas de Kubernetes compatibles.
Acerca de los grupos de nodos
Un grupo de nodos es un conjunto de nodos dentro de un clúster que tienen la misma configuración. De forma predeterminada, la nube híbrida asigna todos los pods al grupo de nodos predeterminado. Sin embargo, puedes crear grupos de nodos dedicados y asignarles componentes híbridos como una forma de distribuir recursos.
Por lo general, debes definir grupos de nodos dedicados cuando tienes pods con diferentes requisitos de recursos. Por ejemplo, los pods apigee-cassandra requieren almacenamiento persistente, mientras que los otros pods híbridos de Apigee no los necesitan. Por esta razón, te recomendamos crear un grupo de nodos con estado para Cassandra y uno sin estado para el resto de los servicios del entorno de ejecución híbrido. Consulta Configura grupos de nodos exclusivos para obtener más detalles.
En la siguiente sección, se enumeran las configuraciones para los grupos de nodos con y sin estado.
Configuraciones mínimas
Usa estas configuraciones mínimas cuando configures tu clúster:
Si necesitas escalar tu configuración inicial según necesidades adicionales de capacidad o de capacidad de procesamiento, consulta los siguientes temas:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-03 (UTC)"],[[["\u003cp\u003eThis documentation covers version 1.3 of Apigee hybrid, which is now end-of-life and requires an upgrade to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eApigee hybrid uses node pools within a Kubernetes cluster, and it is recommended to create separate stateful and stateless node pools to manage differing resource requirements.\u003c/p\u003e\n"],["\u003cp\u003eMinimum configurations for both stateful and stateless node pools include 3 nodes per region, 4 CPUs, and 15 RAM per node, with specific label names and storage requirements.\u003c/p\u003e\n"],["\u003cp\u003eStateful node pools are recommended for Cassandra pods due to their need for persistent storage, while stateless node pools are for other hybrid runtime services.\u003c/p\u003e\n"],["\u003cp\u003eProduction environments should use a minimum of two clusters and should consult linked documentation for scaling beyond the minimum configuration.\u003c/p\u003e\n"]]],[],null,["# Minimum cluster configurations\n\n| You are currently viewing version 1.3 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\n\nThis topic describes minimum cluster configurations for\nApigee hybrid. These minimum configurations apply to all of the supported\n[Kubernetes platforms](/apigee/docs/hybrid/v1.3/install-before-begin#supported-platforms).\n\nAbout node pools\n----------------\n\n\nA node pool is a group of nodes within a cluster that all have the same configuration. By\ndefault, hybrid assigns all pods to the default node pool; however, you can create dedicated\nnode pools and assign hybrid components to them as a way of distributing resources.\n\n\nTypically, you define dedicated node pools when you have pods with differing resource\nrequirements. For example, the `apigee-cassandra` pods require persistent storage, while\nthe other Apigee hybrid pods do not. For this reason, we recommend that you create\na stateful node pool for Cassandra and a stateless node pool for the rest of the hybrid\nruntime services. See [Configure dedicated node pools](/apigee/docs/hybrid/v1.3/configure-dedicated-nodes) for\ndetails.\n\n\nThe following section lists configurations for both stateful and stateless node pools.\n\nMinimum configurations\n----------------------\n\n\nUse these minimum configurations when setting up your cluster:\n\n| **Note:** For **production** environments, we recommend a minimum of two clusters.\n\nScaling the configuration\n-------------------------\n\n\nIf you need to scale your initial configuration based on additional capacity or throughput needs,\nsee the following topics:\n\n- [Configuring Cassandra for production](/apigee/docs/hybrid/v1.3/cassandra-production)\n- [Scaling Cassandra pods](/apigee/docs/hybrid/v1.3/cassandra-scaling)\n- [Configuring dedicated node pools](/apigee/docs/hybrid/v1.3/configure-dedicated-nodes)\n- [Scale and autoscale runtime services](/apigee/docs/hybrid/v1.3/scale-and-autoscale)"]]