환경당 50개가 넘는 프록시를 배포할 수 있는 기능으로 새 Apigee Hybrid 조직을 프로비저닝할 수 있습니다. 이 기능은 Apigee X에서도 사용할 수 있습니다.
조직당 배포된 API 프록시 및 공유 흐름의 최대 개수는 6,000개입니다.
Apigee 인스턴스당 최대 프록시 배포 단위 수는 6,000개입니다.
Apigee 조직당 최대 API 기본 경로 수는 3,000개입니다.
환경에 배포된 프록시가 50개를 초과하면 Apigee는 환경을 각각 환경에 배포된 프록시의 하위 집합을 포함하는 여러 개의 고유한 복제본 세트로 자동으로 분할합니다. 이러한 복제본 하위 집합은 프록시 및 기타 환경 리소스 세트를 로드하고 실행하는 방식의 동작이 단일 환경과 동일합니다. 사용자에게 투명하며 단일 환경과 마찬가지로 환경을 계속 사용할 수 있습니다.
프로비저닝
환경별 프록시 한도 향상을 사용하여 새 조직을 프로비저닝하려면 다음 안내를 따르세요.
Apigee 담당자에게 프로젝트 ID와 조직 이름을 제공하여 프록시 한도 향상을 설정합니다.
[[["이해하기 쉬움","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-05(UTC)"],[[["\u003cp\u003eNew Apigee hybrid organizations can now be provisioned to deploy more than 50 proxies per environment, a feature also available for Apigee X, and is subject to the 2024 subscription plan entitlements.\u003c/p\u003e\n"],["\u003cp\u003eEnabling the enhanced proxy limit requires setting the \u003ccode\u003eenhanceProxyLimits\u003c/code\u003e property to \u003ccode\u003etrue\u003c/code\u003e in the overrides file during the provisioning of a new organization and this setting cannot be changed once set.\u003c/p\u003e\n"],["\u003cp\u003eWhen over 50 proxies are deployed, Apigee automatically partitions the environment into replica sets, which is transparent to the user and does not change how the environment is used.\u003c/p\u003e\n"],["\u003cp\u003eEnhanced proxy limits are only available for new organizations and not for existing ones, and backups of orgs created without it cannot be restored to organizations created with it enabled.\u003c/p\u003e\n"],["\u003cp\u003eProxy chaining with mTLS is not supported, and there might be virtual host conflicts during Helm release creation, which requires manual annotation commands to resolve.\u003c/p\u003e\n"]]],[],null,["# Enhanced per-environment proxy limits\n\n| You are currently viewing version 1.14 of the Apigee hybrid documentation. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\nOverview\n--------\n\n\nNew Apigee hybrid organizations can be provisioned with the ability to deploy more than 50 proxies per environment enabled. This feature is also available for [Apigee X](/apigee/docs/api-platform/reference/limits#api-proxies).\n\n- The maximum number of deployed API proxies and shared flows per organization is 6000.\n- The maximum number of proxy deployment units per Apigee instance is 6000.\n- The maximum number of API base paths per Apigee organization is 3000.\n\n\nWhen more than 50 proxies are deployed in an environment, Apigee will automatically partition the environment into several distinct replica sets, each containing a subset of proxies deployed in the environment. These replica subsets are equivalent in behavior to a single environment in the way it loads and runs a set of proxies and other environment resources. This will be transparent to the user, and you can continue to use the environment as you would a single environment.\n| **Note:** Enhanced proxy limits feature is only available for new hybrid organizations. This feature is available exclusively as part of the [2024 subscription plan](https://cloud.google.com/apigee/docs/api-platform/reference/subscription-entitlements#subscription-2024-entitlements), and is subject to the entitlements granted under that subscription. They cannot be enabled on existing organizations.\n\nProvisioning\n------------\n\n\nTo provision a new org with the enhanced number of proxies per environment:\n\n1. Provide your project ID and organization name to your Apigee representative to set up the enhanced proxy limit.\n2. Follow the Apigee hybrid [installation instructions](/apigee/docs/hybrid/v1.14/install-before-begin) to provision the hybrid org. In your overrides file, add the [`enhanceProxyLimits`](/apigee/docs/hybrid/v1.14/config-prop-ref#enhanceproxylimits) top-level property: \n\n ```\n enhanceProxyLimits: true\n ```\n\n Apply changes to `enhanceProxyLimits` by updating the `apigee-org` chart and the `apigee-virtualhost` chart for every environment group.\n | **Alert:** Do not change this value once set.\n3. Create and deploy a proxy.\n4. Verify that the enhanced proxy limits are enabled:\n 1. Get the name of the configmap for your Apigee namespace: \n\n ```\n kubectl get configmap -n APIGEE_NAMESPACE\n ```\n\n\n Your output should look similar to the following: \n\n ```\n NAME DATA AGE\n ...\n apigee-synchronizer-hybr-example-env-dggroupconfi-bc7726a 3 12m\n ...\n ```\n 2. Check the named configmap: \n\n ```\n kubectl get configmap -n APIGEE_NAMESPACE CONFIGMAP_NAME -o yaml\n ```\n\n\n Where \u003cvar translate=\"no\"\u003eCONFIGMAP_NAME\u003c/var\u003e is the name of the configmap from the previous step.\n\n\n Your output should look similar to the following: \n\n kubectl get configmap -n apigee apigee-synchronizer-hybr-example-env-dggroupconfi-bc7726a -o yaml\n apiVersion: v1\n data:\n contract.revid: \"2\"\n contract.uid: 4a792429-20fb-4b29-bed3-3f8ce7b3353e\n deploymentGroups: auto-2ecde5ae-04\n kind: ConfigMap\n metadata:\n creationTimestamp: \"2024-05-15T20:04:26Z\"\n labels:\n apigee.cloud.google.com/platform: apigee\n name: apigee-synchronizer-hybr-test-env-dggroupconfi-bc7726a\n namespace: apigee\n ownerReferences:\n - apiVersion: apigee.cloud.google.com/v1alpha2\n blockOwnerDeletion: true\n controller: true\n kind: ApigeeEnvironment\n name: hybrid-dev--test-env-4f37f70\n uid: 696e84ec-5c54-4858-a2e0-e36db5ff3506\n resourceVersion: \"2520100\"\n uid: b297bd33-300a-48cf-bf85-6c7cd0ff288f\n\n5. Check for the existence of runtime pods containing the substring `auto`: \n\n ```\n kubectl get pods -n APIGEE_NAMESPACE | grep auto\n ```\n\n\n Your output should look similar to the following: \n\n kubectl get pods -n apigee | grep auto\n apigee-runtime-hybr-test-env-auto-2ecde5a-bca5298-4gsrw 1/1 Running 0 98m\n\nLimitations\n-----------\n\n\nApigee offers enhanced per-environment proxy limits only on newly created orgs. Converting existing orgs to use enhanced proxy limits is not supported.\n\n\nBackups of an organization that was created without enhanced proxy limits enabled cannot be restored to an organization created with the feature enabled.\n\nKnown issues\n------------\n\n- Proxy chaining:\n - Proxy chaining with mTLS is not supported. See [known issue 392135466](/apigee/docs/release/known-issues#392135466).\n\nTroubleshooting\n---------------"]]