- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 723 for host:kubernetes.io (0.03 sec)
-
Swap memory management | Kubernetes
Kubernetes can be configured to use swap memory on a node, allowing the kernel to free up physical memory by swapping out pages to backing storage. This is useful for multiple use-cases. For example, nodes running workloads that can benefit from using swap, such as those that have large memory footprints but only access a portion of that memory at any given time. It also helps prevent Pods from being terminated during memory pressure spikes, shields nodes from system-level memory spikes that might compromise its stability, allows for more flexible memory management on the node, and much more.kubernetes.io/docs/concepts/cluster-administration/swap-memory-management/Registered: Mon Jan 26 06:43:54 UTC 2026 - 494.2K bytes - Viewed (0) -
Admission Webhook Good Practices | Kubernetes
Recommendations for designing and deploying admission webhooks in Kubernetes.kubernetes.io/docs/concepts/cluster-administration/admission-webhooks-good-practices/Registered: Mon Jan 26 06:43:17 UTC 2026 - 502.8K 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.35 client can communicate with v1.34, v1.35, and v1.36 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 Jan 26 06:44:14 UTC 2026 - 486.8K bytes - Viewed (0) -
Windows in Kubernetes | Kubernetes
Kubernetes supports nodes that run Microsoft Windows.kubernetes.io/docs/concepts/windows/Registered: Mon Jan 26 06:42:57 UTC 2026 - 468.7K bytes - Viewed (0) -
Adding Linux worker nodes | Kubernetes
This page explains how to add Linux worker nodes to a kubeadm cluster. Before you begin Each joining worker node has installed the required components from Installing kubeadm, such as, kubeadm, the kubelet and a container runtime. A running kubeadm cluster created by kubeadm init and following the steps in the document Creating a cluster with kubeadm. You need superuser access to the node. Adding Linux worker nodes To add new Linux worker nodes to your cluster do the following for each machine:kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-linux-nodes/Registered: Mon Jan 26 06:44:56 UTC 2026 - 475.1K bytes - Viewed (0) -
Check whether dockershim removal affects you | ...
The dockershim component of Kubernetes allows the use of Docker as a Kubernetes's container runtime. Kubernetes' built-in dockershim component was removed in release v1.24. This page explains how your cluster could be using Docker as a container runtime, provides details on the role that dockershim plays when in use, and shows steps you can take to check whether any workloads could be affected by dockershim removal. Finding if your app has a dependencies on Docker If you are using Docker for building your application containers, you can still run these containers on any container runtime.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal...Registered: Mon Jan 26 06:45:22 UTC 2026 - 477.3K bytes - Viewed (0) -
Administration with kubeadm | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/administer-cluster/kubeadm/Registered: Mon Jan 26 06:45:42 UTC 2026 - 467.9K bytes - Viewed (0) -
Objects In Kubernetes | Kubernetes
Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster. Learn about the Kubernetes object model and how to work with these objects.kubernetes.io/docs/concepts/overview/working-with-objects/Registered: Mon Jan 26 06:28:49 UTC 2026 - 484.1K bytes - Viewed (0) -
Jobs | Kubernetes
Jobs represent one-off tasks that run to completion and then stop.kubernetes.io/docs/concepts/workloads/controllers/job/Registered: Mon Jan 26 06:29:46 UTC 2026 - 583.8K bytes - Viewed (0) -
Learning environment | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/setup/learning-environment/Registered: Mon Jan 26 06:29:53 UTC 2026 - 473.9K bytes - Viewed (0)