Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 81 - 90 of 738 for content_length:[500000 TO 999999] (0.03 seconds)

  1. Disruptions | Kubernetes

    This guide is for application owners who want to build highly available applications, and thus need to understand what types of disruptions can happen to Pods. It is also for cluster administrators who want to perform automated cluster actions, like upgrading and autoscaling clusters. Voluntary and involuntary disruptions Pods do not disappear until someone (a person or a controller) destroys them, or there is an unavoidable hardware or system software error.
    kubernetes.io/docs/concepts/workloads/pods/disruptions/
    Fri Feb 06 07:38:58 GMT 2026
      489.9K bytes
  2. Ephemeral Volumes | Kubernetes

    This document describes ephemeral volumes in Kubernetes. Familiarity with volumes is suggested, in particular PersistentVolumeClaim and PersistentVolume. Some applications need additional storage but don't care whether that data is stored persistently across restarts. For example, caching services are often limited by memory size and can move infrequently used data into storage that is slower than memory with little impact on overall performance. Other applications expect some read-only input data to be present in files, like configuration data or secret keys.
    kubernetes.io/docs/concepts/storage/ephemeral-volumes/
    Fri Feb 06 07:45:46 GMT 2026
      490.2K bytes
  3. Advanced Pod Configuration | Kubernetes

    This page covers advanced Pod configuration topics including PriorityClasses, RuntimeClasses, security context within Pods, and introduces aspects of scheduling. PriorityClasses PriorityClasses allow you to set the importance of Pods relative to other Pods. If you assign a priority class to a Pod, Kubernetes sets the .spec.priority field for that Pod based on the PriorityClass you specified (you cannot set .spec.priority directly). If or when a Pod cannot be scheduled, and the problem is due to a lack of resources, the kube-scheduler tries to preempt lower priority Pods, in order to make scheduling of the higher priority Pod possible.
    kubernetes.io/docs/concepts/workloads/pods/advanced-pod-config/
    Fri Feb 06 07:47:18 GMT 2026
      507.2K bytes
  4. Control Memory Management Policies on a Node | ...

    FEATURE STATE: Kubernetes v1.32 [stable](enabled by default) The Kubernetes Memory Manager enables the feature of guaranteed memory (and hugepages) allocation for pods in the Guaranteed QoS class. The Memory Manager employs a hint generation protocol to yield the most suitable NUMA affinity for a pod. The Memory Manager feeds the central manager (Topology Manager) with these affinity hints. Based on both the hints and Topology Manager policy, the pod is rejected or admitted to the node.
    kubernetes.io/docs/tasks/administer-cluster/memory-manager/
    Fri Feb 06 08:00:22 GMT 2026
      498.2K bytes
  5. Create static Pods | Kubernetes

    Static Pods are managed directly by the kubelet daemon on a specific node, without the API server observing them. Unlike Pods that are managed by the control plane (for example, a Deployment); instead, the kubelet watches each static Pod (and restarts it if it fails). Static Pods are always bound to one Kubelet on a specific node. The kubelet automatically tries to create a mirror Pod on the Kubernetes API server for each static Pod.
    kubernetes.io/docs/tasks/configure-pod-container/static-pod/
    Fri Feb 06 08:00:43 GMT 2026
      492.4K bytes
  6. Migrate Replicated Control Plane To Use Cloud C...

    The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.
    kubernetes.io/docs/tasks/administer-cluster/controller-manager-leader-migration/
    Fri Feb 06 07:59:27 GMT 2026
      492.5K bytes
  7. HTTP API | Prometheus

    Prometheus project documentation for HTTP API
    prometheus.io/docs/prometheus/latest/querying/api/
    Fri Feb 06 10:56:21 GMT 2026
      737K bytes
  8. Native Histograms | Prometheus

    Prometheus project documentation for Native Histograms
    prometheus.io/docs/specs/native_histograms/
    Fri Feb 06 10:58:51 GMT 2026
      747.4K bytes
  9. Meeting | Redis

    Developers love Redis. Unlock the full potential of the Redis database with Redis Enterprise and start building blazing fast apps.
    redis.io/meeting/
    Fri Feb 06 11:08:38 GMT 2026
      649.9K bytes
  10. Redis vs Memcached | Redis

    Developers love Redis. Unlock the full potential of the Redis database with Redis Enterprise and start building blazing fast apps.
    redis.io/compare/memcached/
    Fri Feb 06 11:12:36 GMT 2026
      507.6K bytes
Back to Top