- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 686 for timestamp:[now/d-7d TO *] (0.03 sec)
-
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/Registered: Fri Jun 27 06:38:03 UTC 2025 - 468.1K bytes - Viewed (0) -
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) -
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) -
Assigning Pods to Nodes | Kubernetes
You can constrain a Pod so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. There are several ways to do this and the recommended approaches all use label selectors to facilitate the selection. Often, you do not need to set any such constraints; the scheduler will automatically do a reasonable placement (for example, spreading your Pods across nodes so as not place Pods on a node with insufficient free resources).kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/Registered: Fri Jun 27 06:38:56 UTC 2025 - 525.5K bytes - Viewed (0) -
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) -
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) -
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) -
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) -
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) -
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)