Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 704 for host:kubernetes.io (0.02 sec)

  1. Service Internal Traffic Policy | Kubernetes

    If two Pods in your cluster want to communicate, and both Pods are actually running on the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node. Avoiding a round trip via the cluster network can help with reliability, performance (network latency and throughput), or cost.
    kubernetes.io/docs/concepts/services-networking/service-traffic-policy/
    Registered: Wed Nov 05 10:23:19 UTC 2025
    - 464.2K 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: Wed Nov 05 10:24:17 UTC 2025
    - 481K bytes
    - Viewed (0)
  3. EndpointSlices | Kubernetes

    The EndpointSlice API is the mechanism that Kubernetes uses to let your Service scale to handle large numbers of backends, and allows the cluster to update its list of healthy backends efficiently.
    kubernetes.io/docs/concepts/services-networking/endpoint-slices/
    Registered: Wed Nov 05 10:24:52 UTC 2025
    - 474.9K bytes
    - Viewed (0)
  4. Workload Management | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/workloads/controllers/
    Registered: Wed Nov 05 10:23:29 UTC 2025
    - 465.1K 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: Wed Nov 05 10:31:14 UTC 2025
    - 469K bytes
    - Viewed (0)
  6. Pod Scheduling Readiness | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [stable] Pods were considered ready for scheduling once created. Kubernetes scheduler does its due diligence to find nodes to place all pending Pods. However, in a real-world case, some Pods may stay in a "miss-essential-resources" state for a long period. These Pods actually churn the scheduler (and downstream integrators like Cluster AutoScaler) in an unnecessary manner. By specifying/removing a Pod's .spec.schedulingGates, you can control when a Pod is ready to be considered for scheduling.
    kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/
    Registered: Wed Nov 05 10:32:55 UTC 2025
    - 472.5K bytes
    - Viewed (0)
  7. Troubleshooting Applications | Kubernetes

    Debugging common containerized application issues.
    kubernetes.io/docs/tasks/debug/debug-application/
    Registered: Wed Nov 05 11:02:14 UTC 2025
    - 458.9K bytes
    - Viewed (0)
  8. Define Dependent Environment Variables | Kubern...

    This page shows how to define dependent environment variables for a container in a Kubernetes Pod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/inject-data-application/define-interdependent-environment-variables/
    Registered: Wed Nov 05 11:02:29 UTC 2025
    - 472K bytes
    - Viewed (0)
  9. Determine the Reason for Pod Failure | Kubernetes

    This page shows how to write and read a Container termination message. Termination messages provide a way for containers to write information about fatal events to a location where it can be easily retrieved and surfaced by tools like dashboards and monitoring software. In most cases, information that you put in a termination message should also be written to the general Kubernetes logs. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/debug/debug-application/determine-reason-pod-failure/
    Registered: Wed Nov 05 11:03:19 UTC 2025
    - 474.7K bytes
    - Viewed (0)
  10. Access Clusters Using the Kubernetes API | Kube...

    This page shows how to access clusters using the Kubernetes API. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/administer-cluster/access-cluster-api/
    Registered: Wed Nov 05 10:44:25 UTC 2025
    - 498K bytes
    - Viewed (0)
Back to top