Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 291 - 300 of 484 for content_length:[500000 TO 999999] (0.04 sec)

  1. Federation

    expand all collapse all Getting started Vespa Overview Features Vespa CLI vespa vespa activate vespa auth vespa clone...
    docs.vespa.ai/en/federation.html
    Registered: Wed Jun 04 04:12:38 UTC 2025
    - Last Modified: Tue Jun 03 13:37:24 UTC 2025
    - 606.4K bytes
    - Viewed (0)
  2. Jewel — Ceph Documentation

    Notice This document is for a development version of Ceph. Report a Documentation Bug Jewel  Jewel is the 10th stabl...
    docs.ceph.com/en/latest/releases/jewel/
    Registered: Wed Jun 04 01:52:47 UTC 2025
    - Last Modified: Mon Feb 17 17:18:41 UTC 2025
    - 619.1K bytes
    - Viewed (0)
  3. Services top-level elements | Docker Docs

    Explore all the attributes the services top-level element can have.
    docs.docker.com/reference/compose-file/services/
    Registered: Wed Jun 04 02:09:49 UTC 2025
    - Last Modified: Tue Jun 03 22:41:53 UTC 2025
    - 579.5K bytes
    - Viewed (0)
  4. Workflow commands for GitHub Actions - GitHub Docs

    You can use workflow commands when running shell commands in a workflow or in an action's code.
    docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-f...
    Registered: Wed Jun 04 01:40:25 UTC 2025
    - 539.6K bytes
    - Viewed (0)
  5. 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 Jun 04 06:46:38 UTC 2025
    - 509.2K bytes
    - Viewed (0)
  6. 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 Jun 04 06:44:46 UTC 2025
    - 555.8K bytes
    - Viewed (0)
  7. 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 Jun 04 06:43:27 UTC 2025
    - 506.1K bytes
    - Viewed (0)
  8. Pod Topology Spread Constraints | Kubernetes

    You can use topology spread constraints to control how Pods are spread across your cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. This can help to achieve high availability as well as efficient resource utilization. You can set cluster-level constraints as a default, or configure topology spread constraints for individual workloads. Motivation Imagine that you have a cluster of up to twenty nodes, and you want to run a workload that automatically scales how many replicas it uses.
    kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
    Registered: Wed Jun 04 06:41:45 UTC 2025
    - 504.7K bytes
    - Viewed (0)
  9. Resource Management for Pods and Containers | K...

    When you specify a Pod, you can optionally specify how much of each resource a container needs. The most common resources to specify are CPU and memory (RAM); there are others. When you specify the resource request for containers in a Pod, the kube-scheduler uses this information to decide which node to place the Pod on. When you specify a resource limit for a container, the kubelet enforces those limits so that the running container is not allowed to use more of that resource than the limit you set.
    kubernetes.io/docs/concepts/configuration/manage-resources-containers/
    Registered: Wed Jun 04 06:45:41 UTC 2025
    - 519.7K bytes
    - Viewed (0)
  10. Example: Deploying WordPress and MySQL with Per...

    This tutorial shows you how to deploy a WordPress site and a MySQL database using Minikube. Both applications use PersistentVolumes and PersistentVolumeClaims to store data. A PersistentVolume (PV) is a piece of storage in the cluster that has been manually provisioned by an administrator, or dynamically provisioned by Kubernetes using a StorageClass. A PersistentVolumeClaim (PVC) is a request for storage by a user that can be fulfilled by a PV.
    kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/
    Registered: Wed Jun 04 07:06:18 UTC 2025
    - 489.2K bytes
    - Viewed (0)
Back to top