구성을 통해 확장하려면 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.2 is end of life and users should upgrade to a newer version for continued support and updates."],["Scaling of Apigee hybrid runtime services can be managed either through the command line or by modifying the `overrides.yaml` configuration file."],["The method for scaling and autoscaling services depends on the type of service, with some supporting scaling through configuration, command line, or autoscaling, and some, like Cassandra, supporting scaling up only."],["Cassandra, which is implemented as a StatefulSet, requires manual scaling in increments of three due to its default replication factor, and does not support autoscaling."],["Services implemented as DaemonSets, like the Logger, scale alongside the number of nodes, while services like MART, Synchronizer, Metrics, MPs and UDCA utilize Horizontal Pod Autoscalers for dynamic scaling based on CPU utilization thresholds."]]],[]]