Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3201 - 3210 of about 10,000 for content_length:[100000 TO 499999] (0.2 sec)

  1. Creating a cluster with kubeadm | Kubernetes

    Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, such as bootstrap tokens and cluster upgrades. The kubeadm tool is good if you need: A simple way for you to try out Kubernetes, possibly for the first time. A way for existing users to automate setting up a cluster and test their application.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
    Registered: Mon Jan 13 07:34:33 UTC 2025
    - 466.7K bytes
    - Viewed (0)
  2. Kaynaklar - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/tr/resources/
    Registered: Mon Jan 13 07:38:01 UTC 2025
    - 105.5K bytes
    - Viewed (0)
  3. Storage | Kubernetes

    Ways to provide both long-term and temporary storage to Pods in your cluster.
    kubernetes.io/docs/concepts/storage/
    Registered: Mon Jan 13 07:37:18 UTC 2025
    - 428.1K bytes
    - Viewed (0)
  4. Volume Attributes Classes | Kubernetes

    FEATURE STATE: Kubernetes v1.31 [beta] (enabled by default: false) This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is un-opinionated about what these classes represent. This is a beta feature and disabled by default. If you want to test the feature whilst it's beta, you need to enable the VolumeAttributesClass feature gate for the kube-controller-manager, kube-scheduler, and the kube-apiserver.
    kubernetes.io/docs/concepts/storage/volume-attributes-classes/
    Registered: Mon Jan 13 07:37:22 UTC 2025
    - 440.9K bytes
    - Viewed (0)
  5. Labels and Selectors | Kubernetes

    Labels are key/value pairs that are attached to objects such as Pods. Labels are intended to be used to specify identifying attributes of objects that are meaningful and relevant to users, but do not directly imply semantics to the core system. Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time.
    kubernetes.io/docs/concepts/overview/working-with-objects/labels/
    Registered: Mon Jan 13 07:37:26 UTC 2025
    - 459K bytes
    - Viewed (0)
  6. Downward API | Kubernetes

    There are two ways to expose Pod and container fields to a running container: environment variables, and as files that are populated by a special volume type. Together, these two ways of exposing Pod and container fields are called the downward API.
    kubernetes.io/docs/concepts/workloads/pods/downward-api/
    Registered: Mon Jan 13 07:37:31 UTC 2025
    - 434.6K bytes
    - Viewed (0)
  7. Generate Clients - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/hu/advanced/generate-clients/
    Registered: Mon Jan 13 07:36:44 UTC 2025
    - 183.3K bytes
    - Viewed (0)
  8. Repository Management - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/hu/management/
    Registered: Mon Jan 13 07:37:38 UTC 2025
    - 110.6K bytes
    - Viewed (0)
  9. Pods | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/workloads/pods/
    Registered: Mon Jan 13 07:36:33 UTC 2025
    - 462.8K bytes
    - Viewed (0)
  10. Namespaces | Kubernetes

    In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.
    kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
    Registered: Mon Jan 13 07:36:48 UTC 2025
    - 440.1K bytes
    - Viewed (0)
Back to top