Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 723 for host:kubernetes.io (0.03 sec)

  1. Topology Aware Routing | Kubernetes

    _Topology Aware Routing_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help with reliability, performance (network latency and throughput), or cost.
    kubernetes.io/docs/concepts/services-networking/topology-aware-routing/
    Registered: Mon Jan 26 06:36:35 UTC 2026
    - 481.8K bytes
    - Viewed (0)
  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/
    Registered: Mon Jan 26 06:36:02 UTC 2026
    - 489.4K bytes
    - Viewed (0)
  3. Create a Windows HostProcess Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.
    kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
    Registered: Mon Jan 26 06:49:32 UTC 2026
    - 485.3K bytes
    - Viewed (0)
  4. Scheduling Framework | Kubernetes

    FEATURE STATE: Kubernetes v1.19 [stable] The scheduling framework is a pluggable architecture for the Kubernetes scheduler. It consists of a set of "plugin" APIs that are compiled directly into the scheduler. These APIs allow most scheduling features to be implemented as plugins, while keeping the scheduling "core" lightweight and maintainable. Refer to the design proposal of the scheduling framework for more technical information on the design of the framework.
    kubernetes.io/docs/concepts/scheduling-eviction/scheduling-framework/
    Registered: Mon Jan 26 06:41:37 UTC 2026
    - 484.9K bytes
    - Viewed (0)
  5. Hardening Guide - Scheduler Configuration | Kub...

    Information about how to make the Kubernetes scheduler more secure.
    kubernetes.io/docs/concepts/security/hardening-guide/scheduler/
    Registered: Mon Jan 26 06:41:41 UTC 2026
    - 477.7K bytes
    - Viewed (0)
  6. Accessing Clusters | Kubernetes

    This topic discusses multiple ways to interact with clusters. Accessing for the first time with kubectl When accessing the Kubernetes API for the first time, we suggest using the Kubernetes CLI, kubectl. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through a Getting started guide, or someone else set up the cluster and provided you with credentials and a location.
    kubernetes.io/docs/tasks/access-application-cluster/access-cluster/
    Registered: Mon Jan 26 06:57:44 UTC 2026
    - 486.1K bytes
    - Viewed (0)
  7. Update API Objects in Place Using kubectl patch...

    Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
    Registered: Mon Jan 26 06:58:18 UTC 2026
    - 520.7K bytes
    - Viewed (0)
  8. 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/
    Registered: Mon Jan 26 06:58:31 UTC 2026
    - 491.7K bytes
    - Viewed (0)
  9. Tools for Monitoring Resources | Kubernetes

    To scale an application and provide a reliable service, you need to understand how the application behaves when it is deployed. You can examine application performance in a Kubernetes cluster by examining the containers, pods, services, and the characteristics of the overall cluster. Kubernetes provides detailed information about an application's resource usage at each of these levels. This information allows you to evaluate your application's performance and where bottlenecks can be removed to improve overall performance.
    kubernetes.io/docs/tasks/debug/debug-cluster/resource-usage-monitoring/
    Registered: Mon Jan 26 06:57:33 UTC 2026
    - 474.1K bytes
    - Viewed (0)
  10. Troubleshooting Applications | Kubernetes

    Debugging common containerized application issues.
    kubernetes.io/docs/tasks/debug/debug-application/
    Registered: Mon Jan 26 06:57:56 UTC 2026
    - 467.4K bytes
    - Viewed (0)
Back to top