Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 702 for host:kubernetes.io (0.1 sec)

  1. Node Autoscaling | Kubernetes

    Automatically provision and consolidate the Nodes in your cluster to adapt to demand and optimize cost.
    kubernetes.io/docs/concepts/cluster-administration/node-autoscaling/
    Registered: Fri Oct 24 09:12:41 UTC 2025
    - 475.1K bytes
    - Viewed (0)
  2. Manage Memory, CPU, and API Resources | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/
    Registered: Fri Oct 24 09:23:14 UTC 2025
    - 459.4K bytes
    - Viewed (0)
  3. Control Topology Management Policies on a node ...

    FEATURE STATE: Kubernetes v1.27 [stable] An increasing number of systems leverage a combination of CPUs and hardware accelerators to support latency-critical execution and high-throughput parallel computation. These include workloads in fields such as telecommunications, scientific computing, machine learning, financial services and data analytics. Such hybrid systems comprise a high performance environment. In order to extract the best performance, optimizations related to CPU isolation, memory and device locality are required. However, in Kubernetes, these optimizations are handled by a disjoint set of components.
    kubernetes.io/docs/tasks/administer-cluster/topology-manager/
    Registered: Fri Oct 24 09:23:36 UTC 2025
    - 490.3K bytes
    - Viewed (0)
  4. API Priority and Fairness | Kubernetes

    FEATURE STATE: Kubernetes v1.29 [stable] Controlling the behavior of the Kubernetes API server in an overload situation is a key task for cluster administrators. The kube-apiserver has some controls available (i.e. the --max-requests-inflight and --max-mutating-requests-inflight command-line flags) to limit the amount of outstanding work that will be accepted, preventing a flood of inbound requests from overloading and potentially crashing the API server, but these flags are not enough to ensure that the most important requests get through in a period of high traffic.
    kubernetes.io/docs/concepts/cluster-administration/flow-control/
    Registered: Fri Oct 24 09:16:55 UTC 2025
    - 518.8K bytes
    - Viewed (0)
  5. Configuring a cgroup driver | Kubernetes

    This page explains how to configure the kubelet's cgroup driver to match the container runtime cgroup driver for kubeadm clusters. Before you begin You should be familiar with the Kubernetes container runtime requirements. Configuring the container runtime cgroup driver The Container runtimes page explains that the systemd driver is recommended for kubeadm based setups instead of the kubelet's default cgroupfs driver, because kubeadm manages the kubelet as a systemd service.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/
    Registered: Fri Oct 24 09:16:20 UTC 2025
    - 467.5K bytes
    - Viewed (0)
  6. Device Plugins | Kubernetes

    Device plugins let you configure your cluster with support for devices or resources that require vendor-specific setup, such as GPUs, NICs, FPGAs, or non-volatile main memory.
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
    Registered: Fri Oct 24 09:17:23 UTC 2025
    - 490.8K bytes
    - Viewed (0)
  7. Guaranteed Scheduling For Critical Add-On Pods ...

    Kubernetes core components such as the API server, scheduler, and controller-manager run on a control plane node. However, add-ons must run on a regular cluster node. Some of these add-ons are critical to a fully functional cluster, such as metrics-server, DNS, and UI. A cluster may stop working properly if a critical add-on is evicted (either manually or as a side effect of another operation like upgrade) and becomes pending (for example when the cluster is highly utilized and either there are other pending pods that schedule into the space vacated by the evicted critical add-on pod or the amount of resources available on the node changed for some other reason).
    kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
    Registered: Fri Oct 24 09:19:28 UTC 2025
    - 461.1K bytes
    - Viewed (0)
  8. Switching from Polling to CRI Event-based Updat...

    FEATURE STATE: Kubernetes v1.26 [alpha] (enabled by default: false) This page shows how to migrate nodes to use event based updates for container status. The event-based implementation reduces node resource consumption by the kubelet, compared to the legacy approach that relies on polling. You may know this feature as evented Pod lifecycle event generator (PLEG). That's the name used internally within the Kubernetes project for a key implementation detail.
    kubernetes.io/docs/tasks/administer-cluster/switch-to-evented-pleg/
    Registered: Fri Oct 24 09:20:22 UTC 2025
    - 465.1K bytes
    - Viewed (0)
  9. Node Shutdowns | Kubernetes

    In a Kubernetes cluster, a node can be shut down in a planned graceful way or unexpectedly because of reasons such as a power outage or something else external. A node shutdown could lead to workload failure if the node is not drained before the shutdown. A node shutdown can be either graceful or non-graceful. Graceful node shutdown The kubelet attempts to detect node system shutdown and terminates pods running on the node.
    kubernetes.io/docs/concepts/cluster-administration/node-shutdown/
    Registered: Fri Oct 24 09:18:41 UTC 2025
    - 478.6K bytes
    - Viewed (0)
  10. Available Documentation Versions | Kubernetes

    This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.
    kubernetes.io/docs/home/supported-doc-versions/
    Registered: Fri Oct 24 08:54:41 UTC 2025
    - 461.1K bytes
    - Viewed (0)
Back to top