노드 풀은 클러스터 내에서 구성이 모두 동일한 노드 그룹입니다. 기본적으로 클러스터에 노드 풀 두 개를 구성해야 합니다. 하나는 스테이트풀(Stateful) Cassandra pod용이고 다른 하나는 나머지 스테이트리스(Stateless) pod용입니다.
아래에 설명된 대로 2개의 노드 풀을 구성합니다.
[[["이해하기 쉬움","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-09-04(UTC)"],[[["\u003cp\u003eThe Apigee hybrid documentation version 1.1 is end-of-life, and users should upgrade to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eSetting up a production Google Kubernetes Engine (GKE) cluster for Apigee hybrid requires a cluster with Kubernetes version 1.13 or later and kubectl version 1.13.x or later.\u003c/p\u003e\n"],["\u003cp\u003eA production cluster should be a regional standard cluster with 3 availability zones, enabled autoscaling, and storage provisioned dynamically via StatefulSet.\u003c/p\u003e\n"],["\u003cp\u003eTwo node pools are required: a stateful node pool named \u003ccode\u003eapigee-data\u003c/code\u003e with a minimum of 3 nodes, and a stateless node pool named \u003ccode\u003eapigee-runtime\u003c/code\u003e also with a minimum of 3 nodes, one per zone.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eapigee-data\u003c/code\u003e node pool should use the N1-standard-8 machine type, while the \u003ccode\u003eapigee-runtime\u003c/code\u003e node pool should use the N1-standard-4 machine type.\u003c/p\u003e\n"]]],[],null,["# GKE production cluster requirements\n\n| You are currently viewing version 1.1 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\nThis section describes the basic requirements for setting up a\nGoogle Kubernetes Engine (GKE) cluster\nsuitable for an Apigee hybrid production installation.\n\n| A production cluster can consume significant resources because it includes more nodes and larger virtual machine configurations than a non-production setup. Also, a production cluster might be hosted in multiple zones and regions worldwide.\n\nCreating the cluster\n--------------------\n\n\nFor information about creating GKE clusters, see [Creating a cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-cluster) in the GKE documentation.\n\nProduction cluster requirements\n-------------------------------\n\n\nFollow these requirements when creating your production cluster:\n\n### Software versions\n\n### Cluster template configuration\n\nChoose these template configuration options for your production GKE cluster:\n\n### Node requirements\n\n\nA [node pool](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pools) is a group of nodes within a cluster that all have the same configuration. By\ndefault, you must configure two node pools in your cluster -- one for the stateful Cassandra\npods and one for the rest of the pods, which are stateless.\nConfigure these two node pools\nas described below:\n\n#### Stateful node pool configuration\n\n\nConfigure a stateful node pool as follows:\n\n#### Stateless node pool configuration\n\n\nConfigure a stateless node pool as follows:"]]