- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 591 - 600 of 685 for host:kubernetes.io (0.04 sec)
-
Volume Health Monitoring | Kubernetes
FEATURE STATE: Kubernetes v1.21 [alpha] CSI volume health monitoring allows CSI Drivers to detect abnormal volume conditions from the underlying storage systems and report them as events on PVCs or Pods. Volume health monitoring Kubernetes volume health monitoring is part of how Kubernetes implements the Container Storage Interface (CSI). Volume health monitoring feature is implemented in two components: an External Health Monitor controller, and the kubelet. If a CSI Driver supports Volume Health Monitoring feature from the controller side, an event will be reported on the related PersistentVolumeClaim (PVC) when an abnormal volume condition is detected on a CSI volume.kubernetes.io/docs/concepts/storage/volume-health-monitoring/Registered: Wed Apr 16 05:58:01 UTC 2025 - 437.4K bytes - Viewed (0) -
CronJob | Kubernetes
A CronJob starts one-time Jobs on a repeating schedule.kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/Registered: Wed Apr 16 05:58:12 UTC 2025 - 453.9K bytes - Viewed (0) -
Pod Overhead | Kubernetes
FEATURE STATE: Kubernetes v1.24 [stable] When you run a Pod on a Node, the Pod itself takes an amount of system resources. These resources are additional to the resources needed to run the container(s) inside the Pod. In Kubernetes, Pod Overhead is a way to account for the resources consumed by the Pod infrastructure on top of the container requests & limits. In Kubernetes, the Pod's overhead is set at admission time according to the overhead associated with the Pod's RuntimeClass.kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/Registered: Wed Apr 16 05:58:47 UTC 2025 - 448.8K bytes - Viewed (0) -
Process ID Limits And Reservations | Kubernetes
FEATURE STATE: Kubernetes v1.20 [stable] Kubernetes allow you to limit the number of process IDs (PIDs) that a Pod can use. You can also reserve a number of allocatable PIDs for each node for use by the operating system and daemons (rather than by Pods). Process IDs (PIDs) are a fundamental resource on nodes. It is trivial to hit the task limit without hitting any other resource limits, which can then cause instability to a host machine.kubernetes.io/docs/concepts/policy/pid-limiting/Registered: Wed Apr 16 05:58:43 UTC 2025 - 439K bytes - Viewed (0) -
API-initiated Eviction | Kubernetes
API-initiated eviction is the process by which you use the Eviction API to create an Eviction object that triggers graceful pod termination. You can request eviction by calling the Eviction API directly, or programmatically using a client of the API server, like the kubectl drain command. This creates an Eviction object, which causes the API server to terminate the Pod. API-initiated evictions respect your configured PodDisruptionBudgets and terminationGracePeriodSeconds. Using the API to create an Eviction object for a Pod is like performing a policy-controlled DELETE operation on the Pod.kubernetes.io/docs/concepts/scheduling-eviction/api-eviction/Registered: Wed Apr 16 05:57:51 UTC 2025 - 442.7K bytes - Viewed (0) -
Assign Pods to Nodes using Node Affinity | Kube...
This page shows how to assign a Kubernetes Pod to a particular node using Node Affinity in a Kubernetes cluster. 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/configure-pod-container/assign-pods-nodes-using-node-affinity/Registered: Wed Apr 16 06:12:25 UTC 2025 - 449.2K bytes - Viewed (0) -
Assign Memory Resources to Containers and Pods ...
This page shows how to assign a memory request and a memory limit to a Container. A Container is guaranteed to have as much memory as it requests, but is not allowed to use more memory than its limit. 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.kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/Registered: Wed Apr 16 06:12:29 UTC 2025 - 468.2K bytes - Viewed (0) -
Define a Command and Arguments for a Container ...
This page shows how to define commands and arguments when you run a container in a Pod. 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/inject-data-application/define-command-argument-container/Registered: Wed Apr 16 06:12:46 UTC 2025 - 444.6K bytes - Viewed (0) -
Assign CPU Resources to Containers and Pods | K...
This page shows how to assign a CPU request and a CPU limit to a container. Containers cannot use more CPU than the configured limit. Provided the system has CPU time free, a container is guaranteed to be allocated as much CPU as it requests. 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.kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/Registered: Wed Apr 16 06:12:33 UTC 2025 - 457.6K bytes - Viewed (0) -
Managing Kubernetes Objects Using Imperative Co...
Kubernetes objects can quickly be created, updated, and deleted directly using imperative commands built into the kubectl command-line tool. This document explains how those commands are organized and how to use them to manage live objects. Before you begin Install kubectl. 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.kubernetes.io/docs/tasks/manage-kubernetes-objects/imperative-command/Registered: Wed Apr 16 06:12:54 UTC 2025 - 443K bytes - Viewed (0)