구성을 통해 확장하려면 mart, synchronizer, metrics 또는 mp 객체에 대한 배포의 replicaCountMin 구성 속성 값을 늘립니다.
배포는 자동 확장에 수평형 pod 자동 확장 처리를 사용합니다. 배포 객체의 targetCPUUtilizationPercentage 속성을 수직 확장을 위한 임곗값으로 설정합니다. 이 값을 초과하면 Kubernetes가 최대 replicaCountMax 값까지 pod를 추가합니다.
구성을 통해 확장하려면 overrides.yaml 파일에서 udca 객체의 replicaCountMin 속성 값을 늘립니다.
UDCA 서비스는 자동 확장을 위해 수평형 pod 자동 확장 처리를 사용합니다. udca 객체의 targetCPUUtilizationPercentage 속성을 수직 확장을 위한 임곗값으로 설정합니다. 이 값을 초과하면 Kubernetes가 최대 replicaCountMax 값까지 pod를 추가합니다.
[[["이해하기 쉬움","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 version 1.1 is end-of-life and users should upgrade to a newer version, as detailed in the supported versions section."],["Most Apigee hybrid runtime services in Kubernetes can be scaled using the command line or by modifying the `overrides.yaml` file."],["Cassandra can be scaled up using `kubectl` or by changing the `replicaCount` in `overrides.yaml`, and should be scaled in multiples of three due to the default replication factor."],["Services like MART, Synchronizer, Metrics, and MPs can be scaled via `kubectl` or by adjusting the `replicaCountMin` in the configuration, and support autoscaling with Horizontal Pod Autoscaler based on CPU utilization."],["The Logger service scales with the scaling of pods, as it is implemented as a DaemonSet, which manages a replica of a pod on each node."]]],[]]