配額會指定您可使用的可計數共用資源數量。配額是由 Google Kubernetes Engine 等 Google Cloud 服務定義。
系統限制是無法變更的固定值。
Google Cloud 會使用配額來確保公平性,並減少資源使用量和可用性暴增的情況。配額會限制專案可使用的Google Cloud 資源 Google Cloud 數量。配額適用於各種資源類型,包括硬體、軟體和網路元件。舉例來說,配額可以限制對服務發出的 API 呼叫數、專案並行使用的負載平衡器數量,或是可建立的專案數量。配額可以預防服務過載,進而保障Google Cloud 使用者社群的權益。配額也能協助您管理自己的 Google Cloud 資源。
[[["容易理解","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-07-14 (世界標準時間)。"],[],[],null,["# Quotas and limits\n\n*** ** * ** ***\n\nThis document lists the quotas and system limits that apply to\nGoogle Kubernetes Engine.\n\n- *Quotas* specify the amount of a countable, shared resource that you can use. Quotas are defined by Google Cloud services such as Google Kubernetes Engine.\n- *System limits* are fixed values that cannot be changed.\n\nGoogle Cloud uses quotas to help ensure fairness and reduce\nspikes in resource use and availability. A quota restricts how much of a\nGoogle Cloud resource your Google Cloud project can use. Quotas\napply to a range of resource types, including hardware, software, and network\ncomponents. For example, quotas can restrict the number of API calls to a\nservice, the number of load balancers used concurrently by your project, or the\nnumber of projects that you can create. Quotas protect the community of\nGoogle Cloud users by preventing the overloading of services. Quotas also\nhelp you to manage your own Google Cloud resources.\n\nThe Cloud Quotas system does the following:\n\n- Monitors your consumption of Google Cloud products and services\n- Restricts your consumption of those resources\n- Provides a way to [request changes to the quota value](/docs/quotas/help/request_increase) and [automate quota adjustments](/docs/quotas/quota-adjuster)\n\nIn most cases, when you attempt to consume more of a resource than its quota\nallows, the system blocks access to the resource, and the task that\nyou're trying to perform fails.\n\nQuotas generally apply at the Google Cloud project\nlevel. Your use of a resource in one project doesn't affect\nyour available quota in another project. Within a Google Cloud project, quotas\nare shared across all applications and IP addresses.\n\nTo adjust most quotas, use the Google Cloud console.\nFor more information, see\n[Request a quota adjustment](/docs/quotas/help/request_increase).\n\n\nThere are also *system limits* on GKE resources.\nSystem limits can't be changed.\n\nQuotas per project\n------------------\n\nGKE has the following quotas:\n\n- [Zonal clusters](/kubernetes-engine/docs/concepts/types-of-clusters#zonal_clusters) per zone\n- [Regional clusters](/kubernetes-engine/docs/concepts/types-of-clusters#regional_clusters) per region\n- API reads\n- API writes\n\n**Note** : Clusters created in the [Autopilot mode](/kubernetes-engine/docs/concepts/types-of-clusters#modes)\nare pre-configured as regional clusters.\n\n### Check your quota\n\nQuotas can be view in Google Cloud console, go to the **Quotas** page.\n\n[Go to Quotas](https://console.cloud.google.com/iam-admin/quotas)\n\nTo managing and request for additional quotas, see [view and manage quotas](/kubernetes-engine/quotas/view-manage)\n\nLimits per cluster\n------------------\n\nThe following tables describe the limits per GKE cluster.\n\nAny GKE versions specified in the following table apply to both\ncluster nodes and the control plane.\n\nAs a platform administrator, we recommend you to get familiar with how quotas affect large workloads that run on GKE. For additional recommendations, best practices, limits, and quotas for large workloads, see [Guidelines for creating scalable clusters](/kubernetes-engine/docs/best-practices/scalability).\n\nResource quotas\n---------------\n\n| **Note:** GKE doesn't enforce the following Kubernetes resource quotas for clusters running version 1.28 or later, however GKE doesn't restrict you from applying your own Kubernetes resource quotas.\n\nFor clusters with under 100 nodes, GKE applies\n[Kubernetes resource quota](https://kubernetes.io/docs/concepts/policy/resource-quotas/) to every namespace. These quotas protect the cluster's control\nplane from instability caused by potential bugs in applications deployed to the\ncluster. You cannot remove these quotas because they are enforced by\nGKE.\n\nGKE automatically updates resource quota values in proportion to\nthe number of nodes. For clusters with over 100 nodes, GKE\nremoves the resource quota.\n\nTo examine resource quotas, use the following command: \n\n kubectl get resourcequota gke-resource-quotas -o yaml\n\nTo view the values for a given namespace, specify the namespace by adding the\n`--namespace` option.\n\nNotes\n-----\n\n1.\n The maximum number of Pods per GKE Standard cluster includes system Pods.\n The number of system Pods varies depending on cluster configuration and enabled features.\n [↩](#fnref1)\n\n2.\n The maximum number of Pods that can fit in a node depends on\n the size of your Pod resource requests and the capacity of the node. You\n might not reach every limit at the same time. As a best practice, we\n recommend that you load test large deployments.\n [↩](#fnref2)"]]