Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 600 for host:kubernetes.io (0.03 sec)

  1. Ingress Controllers | Kubernetes

    In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.
    kubernetes.io/docs/concepts/services-networking/ingress-controllers/
    Registered: Fri Jun 27 06:37:42 UTC 2025
    - 457.5K bytes
    - Viewed (0)
  2. 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: Fri Jun 27 06:37:56 UTC 2025
    - 451.7K bytes
    - Viewed (0)
  3. Hardening Guide - Scheduler Configuration | Kub...

    Information about how to make the Kubernetes scheduler more secure.
    kubernetes.io/docs/concepts/security/hardening-guide/scheduler/
    Registered: Fri Jun 27 06:39:54 UTC 2025
    - 457.2K bytes
    - Viewed (0)
  4. Resource Management for Windows nodes | Kubernetes

    This page outlines the differences in how resources are managed between Linux and Windows. On Linux nodes, cgroups are used as a pod boundary for resource control. Containers are created within that boundary for network, process and file system isolation. The Linux cgroup APIs can be used to gather CPU, I/O, and memory use statistics. In contrast, Windows uses a job object per container with a system namespace filter to contain all processes in a container and provide logical isolation from the host.
    kubernetes.io/docs/concepts/configuration/windows-resource-management/
    Registered: Fri Jun 27 06:40:22 UTC 2025
    - 451.7K bytes
    - Viewed (0)
  5. Cluster Administration | Kubernetes

    Lower-level detail relevant to creating or administering a Kubernetes cluster.
    kubernetes.io/docs/concepts/cluster-administration/
    Registered: Fri Jun 27 06:40:36 UTC 2025
    - 451.9K bytes
    - Viewed (0)
  6. Metrics For Kubernetes System Components | Kube...

    System component metrics can give a better look into what is happening inside them. Metrics are particularly useful for building dashboards and alerts. Kubernetes components emit metrics in Prometheus format. This format is structured plain text, designed so that people and machines can both read it. Metrics in Kubernetes In most cases metrics are available on /metrics endpoint of the HTTP server. For components that don't expose endpoint by default, it can be enabled using --bind-address flag.
    kubernetes.io/docs/concepts/cluster-administration/system-metrics/
    Registered: Fri Jun 27 06:41:50 UTC 2025
    - 463.7K bytes
    - Viewed (0)
  7. 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: Fri Jun 27 06:42:46 UTC 2025
    - 464.3K bytes
    - Viewed (0)
  8. Linux kernel security constraints for Pods and ...

    Overview of Linux kernel security modules and constraints that you can use to harden your Pods and containers.
    kubernetes.io/docs/concepts/security/linux-kernel-security-constraints/
    Registered: Fri Jun 27 06:43:39 UTC 2025
    - 461K bytes
    - Viewed (0)
  9. Cluster Networking | Kubernetes

    Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and localhost communications. Pod-to-Pod communications: this is the primary focus of this document. Pod-to-Service communications: this is covered by Services. External-to-Service communications: this is also covered by Services. Kubernetes is all about sharing machines among applications.
    kubernetes.io/docs/concepts/cluster-administration/networking/
    Registered: Fri Jun 27 06:43:44 UTC 2025
    - 452.8K bytes
    - Viewed (0)
  10. 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: Fri Jun 27 06:43:25 UTC 2025
    - 460K bytes
    - Viewed (0)
Back to top