Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 61 - 70 of 602 for content_length:[500000 TO 999999] (0.03 sec)

  1. 패스워드 해싱을 이용한 OAuth2, JWT 토큰을 사용하는 Bearer 인증 - F...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/ko/tutorial/security/oauth2-jwt/
    Registered: Wed Oct 15 06:09:15 UTC 2025
    - 605K bytes
    - Viewed (0)
  2. Request Parameters - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/ko/reference/parameters/ Similar Results (20)
    Registered: Wed Oct 15 06:18:02 UTC 2025
    - 640.8K bytes
    - Viewed (0)
  3. Simple OAuth2 with Password and Bearer - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/ja/tutorial/security/simple-oauth2/
    Registered: Wed Oct 15 07:38:03 UTC 2025
    - 494.4K bytes
    - Viewed (0)
  4. Configure a Security Context for a Pod or Conta...

    A security context defines privilege and access control settings for a Pod or Container. Security context settings include, but are not limited to: Discretionary Access Control: Permission to access an object, like a file, is based on user ID (UID) and group ID (GID). Security Enhanced Linux (SELinux): Objects are assigned security labels. Running as privileged or unprivileged. Linux Capabilities: Give a process some privileges, but not all the privileges of the root user.
    kubernetes.io/docs/tasks/configure-pod-container/security-context/
    Registered: Wed Oct 15 08:02:52 UTC 2025
    - 539.6K bytes
    - Viewed (0)
  5. Configure a Pod to Use a PersistentVolume for S...

    This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.
    kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/
    Registered: Wed Oct 15 08:02:02 UTC 2025
    - 502.5K bytes
    - Viewed (0)
  6. Configure Quality of Service for Pods | Kubernetes

    This page shows how to configure Pods so that they will be assigned particular Quality of Service (QoS) classes. Kubernetes uses QoS classes to make decisions about evicting Pods when Node resources are exceeded. When Kubernetes creates a Pod it assigns one of these QoS classes to the Pod: Guaranteed Burstable BestEffort 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/quality-service-pod/
    Registered: Wed Oct 15 08:01:49 UTC 2025
    - 494K bytes
    - Viewed (0)
  7. Assign Pod-level CPU and memory resources | Kub...

    FEATURE STATE: Kubernetes v1.34 [beta] (enabled by default: true) This page shows how to specify CPU and memory resources for a Pod at pod-level in addition to container-level resource specifications. A Kubernetes node allocates resources to a pod based on the pod's resource requests. These requests can be defined at the pod level or individually for containers within the pod. When both are present, the pod-level requests take precedence.
    kubernetes.io/docs/tasks/configure-pod-container/assign-pod-level-resources/
    Registered: Wed Oct 15 08:01:42 UTC 2025
    - 495.1K bytes
    - Viewed (0)
  8. Migrate Kubernetes Objects Using Storage Versio...

    FEATURE STATE: Kubernetes v1.30 [alpha] (enabled by default: false) Kubernetes relies on API data being actively re-written, to support some maintenance activities related to at rest storage. Two prominent examples are the versioned schema of stored resources (that is, the preferred storage schema changing from v1 to v2 for a given resource) and encryption at rest (that is, rewriting stale data based on a change in how the data should be encrypted).
    kubernetes.io/docs/tasks/manage-kubernetes-objects/storage-version-migration/
    Registered: Wed Oct 15 08:11:30 UTC 2025
    - 503.5K bytes
    - Viewed (0)
  9. Assigning Pods to Nodes | Kubernetes

    You can constrain a Pod so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. There are several ways to do this and the recommended approaches all use label selectors to facilitate the selection. Often, you do not need to set any such constraints; the scheduler will automatically do a reasonable placement (for example, spreading your Pods across nodes so as not place Pods on a node with insufficient free resources).
    kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
    Registered: Wed Oct 15 07:44:21 UTC 2025
    - 539.8K bytes
    - Viewed (0)
  10. Kubernetes Metrics Reference | Kubernetes

    Details of the metric data that Kubernetes components export.
    kubernetes.io/docs/reference/instrumentation/metrics/
    Registered: Wed Oct 15 08:28:02 UTC 2025
    - 744.1K bytes
    - Viewed (0)
Back to top