Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 161 - 170 of 673 for host:kubernetes.io (0.03 sec)

  1. 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: Wed Feb 12 06:28:01 UTC 2025
    - 443.7K bytes
    - Viewed (0)
  2. Persistent Volumes | Kubernetes

    This document describes persistent volumes in Kubernetes. Familiarity with volumes, StorageClasses and VolumeAttributesClasses is suggested. Introduction Managing storage is a distinct problem from managing compute instances. The PersistentVolume subsystem provides an API for users and administrators that abstracts details of how storage is provided from how it is consumed. To do this, we introduce two new API resources: PersistentVolume and PersistentVolumeClaim. A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.
    kubernetes.io/docs/concepts/storage/persistent-volumes/
    Registered: Wed Feb 12 05:50:26 UTC 2025
    - 537.5K bytes
    - Viewed (0)
  3. 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: Wed Feb 12 06:14:22 UTC 2025
    - 562.4K bytes
    - Viewed (0)
  4. 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: Wed Feb 12 06:14:31 UTC 2025
    - 427.7K bytes
    - Viewed (0)
  5. 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: Wed Feb 12 05:58:31 UTC 2025
    - 442.7K bytes
    - Viewed (0)
  6. 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: Wed Feb 12 05:59:20 UTC 2025
    - 448.7K bytes
    - Viewed (0)
  7. Share Process Namespace between Containers in a...

    This page shows how to configure process namespace sharing for a pod. When process namespace sharing is enabled, processes in a container are visible to all other containers in the same pod. You can use this feature to configure cooperating containers, such as a log handler sidecar container, or to troubleshoot container images that don't include debugging utilities like a shell. 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/share-process-namespace/
    Registered: Wed Feb 12 06:12:23 UTC 2025
    - 440.2K bytes
    - Viewed (0)
  8. Monitoring, Logging, and Debugging | Kubernetes

    Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
    kubernetes.io/docs/tasks/debug/
    Registered: Wed Feb 12 06:12:28 UTC 2025
    - 434.9K bytes
    - Viewed (0)
  9. Auditing | Kubernetes

    Kubernetes auditing provides a security-relevant, chronological set of records documenting the sequence of actions in a cluster. The cluster audits the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself. Auditing allows cluster administrators to answer the following questions: what happened? when did it happen? who initiated it? on what did it happen? where was it observed? from where was it initiated?
    kubernetes.io/docs/tasks/debug/debug-cluster/audit/
    Registered: Wed Feb 12 06:12:55 UTC 2025
    - 461.5K bytes
    - Viewed (0)
  10. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Registered: Wed Feb 12 06:27:19 UTC 2025
    - 432K bytes
    - Viewed (0)
Back to top