Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 Sep 03 06:13:29 UTC 2025
    - 489.9K bytes
    - Viewed (0)
  2. Simple OAuth2 with Password and Bearer - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/bn/tutorial/security/simple-oauth2/
    Registered: Wed Sep 03 05:43:39 UTC 2025
    - 496.6K bytes
    - Viewed (0)
  3. 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 Sep 03 06:15:14 UTC 2025
    - 498.4K bytes
    - Viewed (0)
  4. Request Parameters - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/uk/reference/parameters/ Similar Results (20)
    Registered: Wed Sep 03 06:16:25 UTC 2025
    - 644.1K bytes
    - Viewed (0)
  5. Managing Service Accounts | Kubernetes

    A ServiceAccount provides an identity for processes that run in a Pod. A process inside a Pod can use the identity of its associated service account to authenticate to the cluster's API server. For an introduction to service accounts, read configure service accounts. This task guide explains some of the concepts behind ServiceAccounts. The guide also explains how to obtain or revoke tokens that represent ServiceAccounts, and how to (optionally) bind a ServiceAccount's validity to the lifetime of an API object.
    kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/
    Registered: Wed Sep 03 06:26:00 UTC 2025
    - 525.5K bytes
    - Viewed (0)
  6. Custom Response Classes - File, HTML, Redirect,...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/vi/reference/responses/
    Registered: Wed Sep 03 06:44:53 UTC 2025
    - 538K bytes
    - Viewed (0)
  7. Command line tool (kubectl) | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/
    Registered: Wed Sep 03 06:35:35 UTC 2025
    - 502.8K bytes
    - Viewed (0)
  8. Glossary | Kubernetes

    Glossary This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes te...
    kubernetes.io/docs/reference/glossary/ Similar Results (1)
    Registered: Wed Sep 03 06:33:39 UTC 2025
    - 660.2K bytes
    - Viewed (0)
  9. Update API Objects in Place Using kubectl patch...

    Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
    Registered: Wed Sep 03 06:20:49 UTC 2025
    - 507.7K bytes
    - Viewed (0)
  10. 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 Sep 03 06:21:38 UTC 2025
    - 499.4K bytes
    - Viewed (0)
Back to top