- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 686 for timestamp:[now/d-1M TO *] (0.12 sec)
-
Node-pressure Eviction | Kubernetes
Node-pressure eviction is the process by which the kubelet proactively terminates pods to reclaim resources on nodes. Note: FEATURE STATE: Kubernetes v1.31 [beta] (enabled by default: true) The split image filesystem feature, which enables support for the containerfs filesystem, adds several new eviction signals, thresholds and metrics. To use containerfs, the Kubernetes release v1.33 requires the KubeletSeparateDiskGC feature gate to be enabled. Currently, only CRI-O (v1.29 or higher) offers the containerfs filesystem support.kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/Registered: Mon Jul 07 09:13:32 UTC 2025 - 483.1K bytes - Viewed (0) -
Dynamic Resource Allocation | Kubernetes
FEATURE STATE: Kubernetes v1.32 [beta] (enabled by default: false) Dynamic resource allocation is an API for requesting and sharing resources between pods and containers inside a pod. It is a generalization of the persistent volumes API for generic resources. Typically those resources are devices like GPUs. Third-party resource drivers are responsible for tracking and preparing resources, with allocation of resources handled by Kubernetes via structured parameters (introduced in Kubernetes 1.kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/Registered: Mon Jul 07 09:13:44 UTC 2025 - 496.2K bytes - Viewed (0) -
Resource Bin Packing | Kubernetes
In the scheduling-plugin NodeResourcesFit of kube-scheduler, there are two scoring strategies that support the bin packing of resources: MostAllocated and RequestedToCapacityRatio. Enabling bin packing using MostAllocated strategy The MostAllocated strategy scores the nodes based on the utilization of resources, favoring the ones with higher allocation. For each resource type, you can set a weight to modify its influence in the node score. To set the MostAllocated strategy for the NodeResourcesFit plugin, use a scheduler configuration similar to the following:kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/Registered: Mon Jul 07 09:13:54 UTC 2025 - 466.8K bytes - Viewed (0) -
Monitor Node Health | Kubernetes
Node Problem Detector is a daemon for monitoring and reporting about a node's health. You can run Node Problem Detector as a DaemonSet or as a standalone daemon. Node Problem Detector collects information about node problems from various daemons and reports these conditions to the API server as Node Conditions or as Events. To learn how to install and use Node Problem Detector, see Node Problem Detector project documentation.kubernetes.io/docs/tasks/debug/debug-cluster/monitor-node-health/Registered: Mon Jul 07 09:28:39 UTC 2025 - 477.8K bytes - Viewed (0) -
Indexed Job for Parallel Processing with Static...
FEATURE STATE: Kubernetes v1.24 [stable] In this example, you will run a Kubernetes Job that uses multiple parallel worker processes. Each worker is a different container running in its own Pod. The Pods have an index number that the control plane sets automatically, which allows each Pod to identify which part of the overall task to work on. The pod index is available in the annotation batch.kubernetes.io/job-completion-index as a string representing its decimal value.kubernetes.io/docs/tasks/job/indexed-parallel-processing-static/Registered: Mon Jul 07 09:28:24 UTC 2025 - 471.1K bytes - Viewed (0) -
Manage HugePages | Kubernetes
Configure and manage huge pages as a schedulable resource in a cluster.kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/Registered: Mon Jul 07 09:40:38 UTC 2025 - 458.5K bytes - Viewed (0) -
Perform a Rolling Update on a DaemonSet | Kuber...
This page shows how to perform a rolling update on a DaemonSet. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/Registered: Mon Jul 07 09:40:47 UTC 2025 - 478.9K bytes - Viewed (0) -
Install Tools | Kubernetes
Set up Kubernetes tools on your computer.kubernetes.io/docs/tasks/tools/Registered: Mon Jul 07 09:18:25 UTC 2025 - 448.9K bytes - Viewed (0) -
Install and Set Up kubectl on Windows | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.33 client can communicate with v1.32, v1.33, and v1.34 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary on Windows (via direct download or curl) Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary on Windows (via direct download or curl) You have two options for installing kubectl on your Windows devicekubernetes.io/docs/tasks/tools/install-kubectl-windows/Registered: Mon Jul 07 09:18:31 UTC 2025 - 465.8K bytes - Viewed (0) -
Multi-tenancy | Kubernetes
This page provides an overview of available configuration options and best practices for cluster multi-tenancy. Sharing clusters saves costs and simplifies administration. However, sharing clusters also presents challenges such as security, fairness, and managing noisy neighbors. Clusters can be shared in many ways. In some cases, different applications may run in the same cluster. In other cases, multiple instances of the same application may run in the same cluster, one for each end user.kubernetes.io/docs/concepts/security/multi-tenancy/Registered: Mon Jul 07 09:18:37 UTC 2025 - 477.9K bytes - Viewed (0)