Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 231 - 240 of 685 for host:kubernetes.io (0.03 sec)

  1. Volume Snapshots | Kubernetes

    In Kubernetes, a VolumeSnapshot represents a snapshot of a volume on a storage system. This document assumes that you are already familiar with Kubernetes persistent volumes. Introduction Similar to how API resources PersistentVolume and PersistentVolumeClaim are used to provision volumes for users and administrators, VolumeSnapshotContent and VolumeSnapshot API resources are provided to create volume snapshots for users and administrators. A VolumeSnapshotContent is a snapshot taken from a volume in the cluster that has been provisioned by an administrator.
    kubernetes.io/docs/concepts/storage/volume-snapshots/
    Registered: Wed Apr 16 05:59:31 UTC 2025
    - 456.4K bytes
    - Viewed (0)
  2. Security For Windows Nodes | Kubernetes

    This page describes security considerations and best practices specific to the Windows operating system. Protection for Secret data on nodes On Windows, data from Secrets are written out in clear text onto the node's local storage (as compared to using tmpfs / in-memory filesystems on Linux). As a cluster operator, you should take both of the following additional measures: Use file ACLs to secure the Secrets' file location. Apply volume-level encryption using BitLocker.
    kubernetes.io/docs/concepts/security/windows-security/
    Registered: Wed Apr 16 05:59:46 UTC 2025
    - 435.1K bytes
    - Viewed (0)
  3. Storage Classes | Kubernetes

    This document describes the concept of a StorageClass in Kubernetes. Familiarity with volumes and persistent volumes is suggested. A StorageClass provides a way for administrators to describe the classes of storage they offer. Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary policies determined by the cluster administrators. Kubernetes itself is unopinionated about what classes represent. The Kubernetes concept of a storage class is similar to “profiles” in some other storage system designs.
    kubernetes.io/docs/concepts/storage/storage-classes/
    Registered: Wed Apr 16 05:58:34 UTC 2025
    - 495.8K bytes
    - Viewed (0)
  4. Dynamic Volume Provisioning | Kubernetes

    Dynamic volume provisioning allows storage volumes to be created on-demand. Without dynamic provisioning, cluster administrators have to manually make calls to their cloud or storage provider to create new storage volumes, and then create PersistentVolume objects to represent them in Kubernetes. The dynamic provisioning feature eliminates the need for cluster administrators to pre-provision storage. Instead, it automatically provisions storage when users create PersistentVolumeClaim objects. Background The implementation of dynamic volume provisioning is based on the API object StorageClass from the API group storage.
    kubernetes.io/docs/concepts/storage/dynamic-provisioning/
    Registered: Wed Apr 16 05:58:39 UTC 2025
    - 443.5K bytes
    - Viewed (0)
  5. Network Policies | Kubernetes

    If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4), NetworkPolicies allow you to specify rules for traffic flow within your cluster, and also between Pods and the outside world. Your cluster must use a network plugin that supports NetworkPolicy enforcement.
    kubernetes.io/docs/concepts/services-networking/network-policies/
    Registered: Wed Apr 16 05:59:58 UTC 2025
    - 492.7K bytes
    - Viewed (0)
  6. Certificate Management with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.15 [stable] Client certificates generated by kubeadm expire after 1 year. This page explains how to manage certificate renewals with kubeadm. It also covers other tasks related to kubeadm certificate management. The Kubernetes project recommends upgrading to the latest patch releases promptly, and to ensure that you are running a supported minor release of Kubernetes. Following this recommendation helps you to to stay secure. Before you begin You should be familiar with PKI certificates and requirements in Kubernetes.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/
    Registered: Wed Apr 16 06:04:33 UTC 2025
    - 492.4K bytes
    - Viewed (0)
  7. 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 Apr 16 06:02:24 UTC 2025
    - 453.3K bytes
    - Viewed (0)
  8. 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: Wed Apr 16 06:04:48 UTC 2025
    - 449.4K bytes
    - Viewed (0)
  9. Install and Set Up kubectl on macOS | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.32 client can communicate with v1.31, v1.32, and v1.33 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on macOS The following methods exist for installing kubectl on macOS: Install kubectl on macOS Install kubectl binary with curl on macOS Install with Homebrew on macOS Install with Macports on macOS Verify kubectl configuration Optional kubectl configurations and plugins Enable shell autocompletion Install kubectl convert plugin Install kubectl binary with curl on macOS Download the latest release:
    kubernetes.io/docs/tasks/tools/install-kubectl-macos/
    Registered: Wed Apr 16 06:06:41 UTC 2025
    - 468.1K bytes
    - Viewed (0)
  10. kubectl set env | Kubernetes

    Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/
    Registered: Wed Apr 16 06:34:56 UTC 2025
    - 446.6K bytes
    - Viewed (0)
Back to top