- Sort Score
- Num 10 results
- Language All
- Labels All
Results 641 - 650 of 721 for host:kubernetes.io (0.04 seconds)
-
Manage Cluster Daemons | Kubernetes
Perform common tasks for managing a DaemonSet, such as performing a rolling update.kubernetes.io/docs/tasks/manage-daemon/Fri Feb 06 08:11:44 GMT 2026 467.5K bytes -
Create an External Load Balancer | Kubernetes
This page shows how to create an external load balancer. When creating a Service, you have the option of automatically creating a cloud load balancer. This provides an externally-accessible IP address that sends traffic to the correct port on your cluster nodes, provided your cluster runs in a supported environment and is configured with the correct cloud load balancer provider package. You can also use an Ingress in place of Service.kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/Fri Feb 06 08:10:39 GMT 2026 484.8K bytes -
Inject Data Into Applications | Kubernetes
Specify configuration and other data for the Pods that run your workload.kubernetes.io/docs/tasks/inject-data-application/Fri Feb 06 08:11:29 GMT 2026 468.4K bytes -
Define Environment Variable Values Using An Ini...
FEATURE STATE: Kubernetes v1.35 [beta](enabled by default) This page show how to configure environment variables for containers in a Pod via file. 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-environment-variable-via-file/Fri Feb 06 08:10:51 GMT 2026 483.3K bytes -
Overprovision Node Capacity For A Cluster | Kub...
This page guides you through configuring Node overprovisioning in your Kubernetes cluster. Node overprovisioning is a strategy that proactively reserves a portion of your cluster's compute resources. This reservation helps reduce the time required to schedule new pods during scaling events, enhancing your cluster's responsiveness to sudden spikes in traffic or workload demands. By maintaining some unused capacity, you ensure that resources are immediately available when new pods are created, preventing them from entering a pending state while the cluster scales up.kubernetes.io/docs/tasks/administer-cluster/node-overprovisioning/Fri Feb 06 07:53:59 GMT 2026 489.7K bytes -
Upgrading kubeadm clusters | Kubernetes
This page explains how to upgrade a Kubernetes cluster created with kubeadm from version 1.34.x to version 1.35.x, and from version 1.35.x to 1.35.y (where y > x). Skipping MINOR versions when upgrading is unsupported. For more details, please visit Version Skew Policy. To see information about upgrading clusters created using older versions of kubeadm, please refer to following pages instead: Upgrading a kubeadm cluster from 1.33 to 1.34 Upgrading a kubeadm cluster from 1.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/Fri Feb 06 07:54:21 GMT 2026 495.1K bytes -
Change the Access Mode of a PersistentVolume to...
This page shows how to change the access mode on an existing PersistentVolume to use ReadWriteOncePod. 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/administer-cluster/change-pv-access-mode-readwriteoncepod/Fri Feb 06 07:55:12 GMT 2026 485.4K bytes -
Changing the Container Runtime on a Node from D...
This task outlines the steps needed to update your container runtime to containerd from Docker. It is applicable for cluster operators running Kubernetes 1.23 or earlier. This also covers an example scenario for migrating from dockershim to containerd. Alternative container runtimes can be picked from this page. Before you begin Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/Fri Feb 06 07:53:40 GMT 2026 483K bytes -
Monitoring in Kubernetes | Kubernetes
Monitoring kubernetes system components.kubernetes.io/docs/tasks/debug/monitoring/Fri Feb 06 08:05:55 GMT 2026 466.4K bytes -
Declarative Management of Kubernetes Objects Us...
Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl apply to recursively create and update those objects as needed. This method retains writes made to live objects without merging the changes back into the object configuration files. kubectl diff also gives you a preview of what changes apply will make. 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.kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/Fri Feb 06 08:07:21 GMT 2026 603.1K bytes