ノードプールとは、クラスタ内で同じ構成を持つノードのグループのことです。デフォルトでは、ハイブリッドはすべての Pod をデフォルトのノードプールに割り当てます。リソースプールとして専用のノードプールを作成し、ハイブリッド コンポーネントをノードプールに割り当てることもできます。
通常、リソース要件が異なる Pod がある場合は、専用のノードプールを定義します。たとえば、apigee-cassandra Pod には永続ストレージが必要ですが、他の Apigee ハイブリッド Pod には必要ありません。このため、Cassandra 用のステートフル ノードプールと、残りのハイブリッド ランタイム サービス用のステートレス ノードプールを作成することをおすすめします。詳細については、専用ノードプールを構成するをご覧ください。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-12 UTC。"],[[["This document outlines the minimum cluster configurations for Apigee hybrid, applicable across all supported Kubernetes platforms."],["Node pools, which are groups of nodes within a cluster sharing the same configuration, can be dedicated to distribute resources effectively, especially for pods with varying resource needs."],["A recommended setup includes a stateful node pool (like for Cassandra), requiring dynamic storage, and a stateless node pool for other runtime services, managed with the `ApigeeDeployment` CRD."],["The minimum configuration for both stateful and stateless node pools is 3 nodes per region, each with 4 CPUs and 15 GB of RAM."],["For production environments, a minimum of two clusters is recommended, with further scaling guidance available in the linked topics."]]],[]]