Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1151 - 1160 of 5,486 for timestamp:[now/d-1d TO *] (0.19 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: Tue Nov 26 03:10:26 UTC 2024
    - 461.3K bytes
    - Viewed (0)
  2. ConfigMaps | Kubernetes

    A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigMap allows you to decouple environment-specific configuration from your container images, so that your applications are easily portable. Caution:ConfigMap does not provide secrecy or encryption. If the data you want to store are confidential, use a Secret rather than a ConfigMap, or use additional (third party) tools to keep your data private.
    kubernetes.io/docs/concepts/configuration/configmap/
    Registered: Tue Nov 26 03:11:04 UTC 2024
    - 464.9K bytes
    - Viewed (0)
  3. 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: Tue Nov 26 03:09:47 UTC 2024
    - 453.6K bytes
    - Viewed (0)
  4. Runtime Class | Kubernetes

    FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.
    kubernetes.io/docs/concepts/containers/runtime-class/
    Registered: Tue Nov 26 03:10:39 UTC 2024
    - 436.3K bytes
    - Viewed (0)
  5. Pod Overhead | Kubernetes

    FEATURE STATE: Kubernetes v1.24 [stable] When you run a Pod on a Node, the Pod itself takes an amount of system resources. These resources are additional to the resources needed to run the container(s) inside the Pod. In Kubernetes, Pod Overhead is a way to account for the resources consumed by the Pod infrastructure on top of the container requests & limits. In Kubernetes, the Pod's overhead is set at admission time according to the overhead associated with the Pod's RuntimeClass.
    kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/
    Registered: Tue Nov 26 03:11:29 UTC 2024
    - 439.6K bytes
    - Viewed (0)
  6. Storage Capacity | Kubernetes

    Storage capacity is limited and may vary depending on the node on which a pod runs: network-attached storage might not be accessible by all nodes, or storage is local to a node to begin with. FEATURE STATE: Kubernetes v1.24 [stable] This page describes how Kubernetes keeps track of storage capacity and how the scheduler uses that information to schedule Pods onto nodes that have access to enough storage capacity for the remaining missing volumes.
    kubernetes.io/docs/concepts/storage/storage-capacity/
    Registered: Tue Nov 26 03:11:50 UTC 2024
    - 428.2K bytes
    - Viewed (0)
  7. Node Resource Managers | Kubernetes

    In order to support latency-critical and high-throughput workloads, Kubernetes offers a suite of Resource Managers. The managers aim to co-ordinate and optimise node's resources alignment for pods configured with a specific requirement for CPUs, devices, and memory (hugepages) resources. The main manager, the Topology Manager, is a Kubelet component that co-ordinates the overall resource management process through its policy. The configuration of individual managers is elaborated in dedicated documents:
    kubernetes.io/docs/concepts/policy/node-resource-managers/
    Registered: Tue Nov 26 03:12:03 UTC 2024
    - 424.3K bytes
    - Viewed (0)
  8. HTTP Basic Auth - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pl/advanced/security/http-basic-auth/
    Registered: Tue Nov 26 03:12:42 UTC 2024
    - 162.7K bytes
    - Viewed (0)
  9. JSON Compatible Encoder - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/fa/tutorial/encoder/
    Registered: Tue Nov 26 02:06:49 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  10. زیر برنامه ها - اتصال - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/fa/advanced/sub-applications/
    Registered: Tue Nov 26 02:08:52 UTC 2024
    - 123.1K bytes
    - Viewed (0)
Back to top