Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 1 - 10 of 660 for host:kubernetes.io (0.05 sec)

  1. Production environment | Kubernetes

    Create a production-quality Kubernetes cluster
    kubernetes.io/docs/setup/production-environment/
    Registered: Fri May 17 07:28:31 UTC 2024
    - 434.4K bytes
    - Viewed (0)
  2. Pod Quality of Service Classes | Kubernetes

    This page introduces Quality of Service (QoS) classes in Kubernetes, and explains how Kubernetes assigns a QoS class to each Pod as a consequence of the resource constraints that you specify for the containers in that Pod. Kubernetes relies on this classification to make decisions about which Pods to evict when there are not enough available resources on a Node. Quality of Service classes Kubernetes classifies the Pods that you run and allocates each Pod into a specific quality of service (QoS) class.
    kubernetes.io/docs/concepts/workloads/pods/pod-qos/
    Registered: Fri May 17 07:29:58 UTC 2024
    - 424.6K bytes
    - Viewed (0)
  3. Cloud Native Security and Kubernetes | Kubernetes

    Concepts for keeping your cloud-native workload secure.
    kubernetes.io/docs/concepts/security/cloud-native-security/
    Registered: Fri May 17 07:32:43 UTC 2024
    - 427.4K bytes
    - Viewed (0)
  4. Good practices for Kubernetes Secrets | Kubernetes

    Principles and practices for good Secret management for cluster administrators and application developers.
    kubernetes.io/docs/concepts/security/secrets-good-practices/
    Registered: Fri May 17 07:32:51 UTC 2024
    - 423.4K bytes
    - Viewed (0)
  5. Jobs | Kubernetes

    Jobs represent one-off tasks that run to completion and then stop.
    kubernetes.io/docs/concepts/workloads/controllers/job/
    Registered: Fri May 17 07:32:57 UTC 2024
    - 525.8K bytes
    - Viewed (0)
  6. Managing Workloads | Kubernetes

    You've deployed your application and exposed it via a Service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Organizing resource configurations Many applications require multiple resources to be created, such as a Deployment along with a Service. Management of multiple resources can be simplified by grouping them together in the same file (separated by --- in YAML). For example:
    kubernetes.io/docs/concepts/workloads/management/
    Registered: Fri May 17 07:33:18 UTC 2024
    - 450.8K bytes
    - Viewed (0)
  7. Security | Kubernetes

    Concepts for keeping your cloud-native workload secure.
    kubernetes.io/docs/concepts/security/
    Registered: Fri May 17 07:33:22 UTC 2024
    - 423.2K bytes
    - Viewed (0)
  8. Gateway API | Kubernetes

    Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.
    kubernetes.io/docs/concepts/services-networking/gateway/
    Registered: Fri May 17 07:33:27 UTC 2024
    - 430.2K bytes
    - Viewed (0)
  9. Kubernetes Scheduler | Kubernetes

    In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. Scheduling overview A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the scheduler becomes responsible for finding the best Node for that Pod to run on. The scheduler reaches this placement decision taking into account the scheduling principles described below.
    kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/
    Registered: Fri May 17 07:41:17 UTC 2024
    - 422.6K bytes
    - Viewed (0)
  10. Resource Bin Packing | Kubernetes

    In the scheduling-plugin NodeResourcesFit of kube-scheduler, there are two scoring strategies that support the bin packing of resources: MostAllocated and RequestedToCapacityRatio. Enabling bin packing using MostAllocated strategy The MostAllocated strategy scores the nodes based on the utilization of resources, favoring the ones with higher allocation. For each resource type, you can set a weight to modify its influence in the node score. To set the MostAllocated strategy for the NodeResourcesFit plugin, use a scheduler configuration similar to the following:
    kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/
    Registered: Fri May 17 07:41:26 UTC 2024
    - 436.5K bytes
    - Viewed (0)
Back to top