Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] テスト test %27

Results 331 - 340 of 699 for host:kubernetes.io (0.03 sec)

  1. 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/
    Registered: Mon Sep 08 22:41:29 UTC 2025
    - 477.7K bytes
    - Viewed (0)
  2. 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/
    Registered: Mon Sep 08 22:41:45 UTC 2025
    - 471K bytes
    - Viewed (0)
  3. Operating etcd clusters for Kubernetes | Kubern...

    etcd is a consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. If your Kubernetes cluster uses etcd as its backing store, make sure you have a back up plan for the data. You can find in-depth information about etcd in the official documentation. Before you begin Before you follow steps in this page to deploy, manage, back up or restore etcd, you need to understand the typical expectations for operating an etcd cluster.
    kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/
    Registered: Mon Sep 08 22:40:49 UTC 2025
    - 489.1K bytes
    - Viewed (0)
  4. 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/
    Registered: Mon Sep 08 22:42:55 UTC 2025
    - 473.4K bytes
    - Viewed (0)
  5. Configure a Pod to Use a Volume for Storage | K...

    This page shows how to configure a Pod to use a Volume for storage. A Container's file system lives only as long as the Container does. So when a Container terminates and restarts, filesystem changes are lost. For more consistent storage that is independent of the Container, you can use a Volume. This is especially important for stateful applications, such as key-value stores (such as Redis) and databases. Before you begin 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/configure-pod-container/configure-volume-storage/
    Registered: Mon Sep 08 22:42:39 UTC 2025
    - 470.4K bytes
    - Viewed (0)
  6. Good practices for Dynamic Resource Allocation ...

    This page describes good practices when configuring a Kubernetes cluster utilizing Dynamic Resource Allocation (DRA). These instructions are for cluster administrators. Separate permissions to DRA related APIs DRA is orchestrated through a number of different APIs. Use authorization tools (like RBAC, or another solution) to control access to the right APIs depending on the persona of your user. In general, DeviceClasses and ResourceSlices should be restricted to admins and the DRA drivers.
    kubernetes.io/docs/concepts/cluster-administration/dra/
    Registered: Mon Sep 08 22:24:18 UTC 2025
    - 474.5K bytes
    - Viewed (0)
  7. 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/
    Registered: Mon Sep 08 22:56:39 UTC 2025
    - 591.1K bytes
    - Viewed (0)
  8. Parallel Processing using Expansions | Kubernetes

    This task demonstrates running multiple Jobs based on a common template. You can use this approach to process batches of work in parallel. For this example there are only three items: apple, banana, and cherry. The sample Jobs process each item by printing a string then pausing. See using Jobs in real workloads to learn about how this pattern fits more realistic use cases. Before you begin You should be familiar with the basic, non-parallel, use of Job.
    kubernetes.io/docs/tasks/job/parallel-processing-expansion/
    Registered: Mon Sep 08 22:55:33 UTC 2025
    - 477.9K bytes
    - Viewed (0)
  9. Inject Data Into Applications | Kubernetes

    Specify configuration and other data for the Pods that run your workload.
    kubernetes.io/docs/tasks/inject-data-application/
    Registered: Mon Sep 08 23:06:51 UTC 2025
    - 456.5K bytes
    - Viewed (0)
  10. kubeadm upgrade | Kubernetes

    kubeadm upgrade is a user-friendly command that wraps complex upgrading logic behind one command, with support for both planning an upgrade and actually performing it. kubeadm upgrade guidance The steps for performing an upgrade using kubeadm are outlined in this document. For older versions of kubeadm, please refer to older documentation sets of the Kubernetes website. You can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/
    Registered: Mon Sep 08 23:58:56 UTC 2025
    - 471.5K bytes
    - Viewed (0)
Back to top