Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 705 for host:kubernetes.io (0.05 sec)

  1. Scheduler Performance Tuning | Kubernetes

    FEATURE STATE: Kubernetes v1.14 [beta] kube-scheduler is the Kubernetes default scheduler. It is responsible for placement of Pods on Nodes in a cluster. Nodes in a cluster that meet the scheduling requirements of a Pod are called feasible Nodes for the Pod. The scheduler finds feasible Nodes for a Pod and then runs a set of functions to score the feasible Nodes, picking a Node with the highest score among the feasible ones to run the Pod.
    kubernetes.io/docs/concepts/scheduling-eviction/scheduler-perf-tuning/
    Registered: Fri Dec 05 08:53:50 UTC 2025
    - 466.3K bytes
    - Viewed (0)
  2. Jobs | Kubernetes

    Jobs represent one-off tasks that run to completion and then stop.
    kubernetes.io/docs/concepts/workloads/controllers/job/
    Registered: Fri Dec 05 08:45:36 UTC 2025
    - 572.1K bytes
    - Viewed (0)
  3. Images | Kubernetes

    A container image represents binary data that encapsulates an application and all its software dependencies. Container images are executable software bundles that can run standalone and that make very well-defined assumptions about their runtime environment. You typically create a container image of your application and push it to a registry before referring to it in a Pod. This page provides an outline of the container image concept. Note:If you are looking for the container images for a Kubernetes release (such as v1.
    kubernetes.io/docs/concepts/containers/images/
    Registered: Fri Dec 05 08:44:53 UTC 2025
    - 496.5K bytes
    - Viewed (0)
  4. 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 Dec 05 08:44:59 UTC 2025
    - 466.6K bytes
    - Viewed (0)
  5. Volume Snapshot Classes | Kubernetes

    This document describes the concept of VolumeSnapshotClass in Kubernetes. Familiarity with volume snapshots and storage classes is suggested. Introduction Just like StorageClass provides a way for administrators to describe the "classes" of storage they offer when provisioning a volume, VolumeSnapshotClass provides a way to describe the "classes" of storage when provisioning a volume snapshot. The VolumeSnapshotClass Resource Each VolumeSnapshotClass contains the fields driver, deletionPolicy, and parameters, which are used when a VolumeSnapshot belonging to the class needs to be dynamically provisioned.
    kubernetes.io/docs/concepts/storage/volume-snapshot-classes/
    Registered: Fri Dec 05 08:45:27 UTC 2025
    - 465.2K bytes
    - Viewed (0)
  6. Pod Security Admission | Kubernetes

    An overview of the Pod Security Admission Controller, which can enforce the Pod Security Standards.
    kubernetes.io/docs/concepts/security/pod-security-admission/
    Registered: Fri Dec 05 08:45:47 UTC 2025
    - 468.4K bytes
    - Viewed (0)
  7. Traces For Kubernetes System Components | Kuber...

    FEATURE STATE: Kubernetes v1.27 [beta] System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the OpenTelemetry Protocol with the gRPC exporter and can be collected and routed to tracing backends using an OpenTelemetry Collector. Trace Collection Kubernetes components have built-in gRPC exporters for OTLP to export traces, either with an OpenTelemetry Collector, or without an OpenTelemetry Collector. For a complete guide to collecting traces and using the collector, see Getting Started with the OpenTelemetry Collector.
    kubernetes.io/docs/concepts/cluster-administration/system-traces/
    Registered: Fri Dec 05 08:57:01 UTC 2025
    - 469K bytes
    - Viewed (0)
  8. 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 Dec 05 08:57:13 UTC 2025
    - 465.2K bytes
    - Viewed (0)
  9. Multi-tenancy | Kubernetes

    This page provides an overview of available configuration options and best practices for cluster multi-tenancy. Sharing clusters saves costs and simplifies administration. However, sharing clusters also presents challenges such as security, fairness, and managing noisy neighbors. Clusters can be shared in many ways. In some cases, different applications may run in the same cluster. In other cases, multiple instances of the same application may run in the same cluster, one for each end user.
    kubernetes.io/docs/concepts/security/multi-tenancy/
    Registered: Fri Dec 05 08:56:56 UTC 2025
    - 488.4K bytes
    - Viewed (0)
  10. Dynamic Resource Allocation | Kubernetes

    FEATURE STATE: Kubernetes v1.34 [stable](enabled by default) This page describes dynamic resource allocation (DRA) in Kubernetes. About DRA DRA is a Kubernetes feature that lets you request and share resources among Pods. These resources are often attached devices like hardware accelerators. With DRA, device drivers and cluster admins define device classes that are available to claim in workloads. Kubernetes allocates matching devices to specific claims and places the corresponding Pods on nodes that can access the allocated devices.
    kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/
    Registered: Fri Dec 05 08:56:39 UTC 2025
    - 536.5K bytes
    - Viewed (0)
Back to top