About 437,000 results
Open links in new tab
  1. Considerations for large clusters - Kubernetes

    Apr 26, 2024 · Kubernetes v1.34 supports clusters with up to 5,000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet all of the following criteria: …

  2. How Many Pods Can Run on a Node? The Definitive Guide

    Nov 13, 2025 · While the default configuration supports 110 pods per node, this can be increased to up to 256 pods in Standard clusters. Administrators can define the maximum pod count …

  3. Configure maximum Pods per node - Google Cloud

    3 days ago · By default, GKE allows up to 110 Pods per node on Standard clusters, however Standard clusters can be configured to allow up to 256 Pods per node. Autopilot clusters, …

  4. kubernetes - Why is there a max pods per node? - Stack Overflow

    Jan 19, 2023 · When you create a cluster, you normally have to assign a range that cluster will use for the pods (each pod will take an IP from that pool). There's only so many IPs in that …

  5. why the number of pods per node should not exceed 110

    Jul 18, 2023 · We are planning to build a cluster with no more than 200 nodes, and the best practice of not exceeding 110 pods per node on the official website is also applicable to our …

  6. How do I check the max pod capacity of a Kubernetes node

    Feb 24, 2020 · On Google Kubernetes Engine (GKE), the limit is 100 pods per node, regardless of the type of node. On Azure Kubernetes Service (AKS), the default limit is 30 pods per node …

  7. Kubernetes Node Capacity: A Step by Step Planning Guide - Densify

    The table above shows the default number of pods for different hosted Kubernetes services and the CLI flag to use if you want to change this setting when provisioning Kubernetes clusters.

  8. Building large clusters - Kubernetes - Wikimedia

    Jun 13, 2019 · At v1.16, Kubernetes supports clusters with up to 5000 nodes. More specifically, we support configurations that meet all of the following criteria: A cluster is a set of nodes …

  9. Kubelet Too Many Pods | kube-prometheus runbooks

    Since Kubernetes only officially supports 110 pods per node, you should preferably move pods onto other nodes or expand your cluster with more worker nodes.

  10. Increasing the maxPods of a k8s node - Stack Overflow

    Jul 30, 2020 · You're able to configure the maximum number of pods per node at cluster deployment time or as you add new node pools. If you deploy with the Azure CLI or with a …