- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of 699 for host:kubernetes.io (0.24 sec)
-
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: Mon Sep 08 22:13:46 UTC 2025 - 463K 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: Mon Sep 08 22:18:58 UTC 2025 - 472.8K 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: Mon Sep 08 22:58:24 UTC 2025 - 473.2K bytes - Viewed (0) -
Managing Secrets using Kustomize | Kubernetes
Creating Secret objects using kustomization.yaml file.kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/Registered: Mon Sep 08 22:56:57 UTC 2025 - 465.6K bytes - Viewed (0) -
Creating a cluster with kubeadm | Kubernetes
Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, such as bootstrap tokens and cluster upgrades. The kubeadm tool is good if you need: A simple way for you to try out Kubernetes, possibly for the first time. A way for existing users to automate setting up a cluster and test their application.kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/Registered: Mon Sep 08 21:41:57 UTC 2025 - 494.5K bytes - Viewed (0) -
Volume Attributes Classes | Kubernetes
FEATURE STATE: Kubernetes v1.34 [stable] (enabled by default: true) This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is un-opinionated about what these classes represent. This feature is generally available (GA) as of version 1.34, and users have the option to disable it.kubernetes.io/docs/concepts/storage/volume-attributes-classes/Registered: Mon Sep 08 21:47:41 UTC 2025 - 467.6K bytes - Viewed (0) -
Runtime Class | Kubernetes
FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.kubernetes.io/docs/concepts/containers/runtime-class/Registered: Mon Sep 08 21:46:23 UTC 2025 - 469.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: Mon Sep 08 21:47:26 UTC 2025 - 477.8K bytes - Viewed (0) -
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: Mon Sep 08 21:48:57 UTC 2025 - 461.4K bytes - Viewed (0) -
Controllers | Kubernetes
In robotics and automation, a control loop is a non-terminating loop that regulates the state of a system. Here is one example of a control loop: a thermostat in a room. When you set the temperature, that's telling the thermostat about your desired state. The actual room temperature is the current state. The thermostat acts to bring the current state closer to the desired state, by turning equipment on or off.kubernetes.io/docs/concepts/architecture/controller/Registered: Mon Sep 08 21:46:00 UTC 2025 - 466.6K bytes - Viewed (0)