ノードプールとは、クラスタ内で同じ構成を持つノードのグループのことです。デフォルトでは、ハイブリッドはすべての 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 documentation covers version 1.3 of Apigee hybrid, which is now end-of-life and requires an upgrade to a newer version."],["Apigee 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."],["Minimum 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."],["Stateful node pools are recommended for Cassandra pods due to their need for persistent storage, while stateless node pools are for other hybrid runtime services."],["Production environments should use a minimum of two clusters and should consult linked documentation for scaling beyond the minimum configuration."]]],[]]