- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 705 for host:kubernetes.io (0.03 sec)
-
Scheduling, Preemption and Eviction | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/scheduling-eviction/Registered: Fri Dec 12 08:11:00 UTC 2025 - 462.7K bytes - Viewed (0) -
API Priority and Fairness | Kubernetes
FEATURE STATE: Kubernetes v1.29 [stable] Controlling the behavior of the Kubernetes API server in an overload situation is a key task for cluster administrators. The kube-apiserver has some controls available (i.e. the --max-requests-inflight and --max-mutating-requests-inflight command-line flags) to limit the amount of outstanding work that will be accepted, preventing a flood of inbound requests from overloading and potentially crashing the API server, but these flags are not enough to ensure that the most important requests get through in a period of high traffic.kubernetes.io/docs/concepts/cluster-administration/flow-control/Registered: Fri Dec 12 08:17:29 UTC 2025 - 518.4K bytes - Viewed (0) -
Migrating from dockershim | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/Registered: Fri Dec 12 08:16:56 UTC 2025 - 460.7K bytes - Viewed (0) -
Available Documentation Versions | Kubernetes
This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.kubernetes.io/docs/home/supported-doc-versions/Registered: Fri Dec 12 08:07:11 UTC 2025 - 460.7K bytes - Viewed (0) -
Kubernetes API Server Bypass Risks | Kubernetes
Security architecture information relating to the API server and other componentskubernetes.io/docs/concepts/security/api-server-bypass-risks/Registered: Fri Dec 12 08:08:29 UTC 2025 - 466.1K bytes - Viewed (0) -
Service ClusterIP allocation | Kubernetes
In Kubernetes, Services are an abstract way to expose an application running on a set of Pods. Services can have a cluster-scoped virtual IP address (using a Service of type: ClusterIP). Clients can connect using that virtual IP address, and Kubernetes then load-balances traffic to that Service across the different backing Pods. How Service ClusterIPs are allocated? When Kubernetes needs to assign a virtual IP address for a Service, that assignment happens one of two ways:kubernetes.io/docs/concepts/services-networking/cluster-ip-allocation/Registered: Fri Dec 12 08:08:54 UTC 2025 - 469.3K bytes - Viewed (0) -
Ephemeral Containers | Kubernetes
FEATURE STATE: Kubernetes v1.25 [stable] This page provides an overview of ephemeral containers: a special type of container that runs temporarily in an existing Pod to accomplish user-initiated actions such as troubleshooting. You use ephemeral containers to inspect services rather than to build applications. Understanding ephemeral containers Pods are the fundamental building block of Kubernetes applications. Since Pods are intended to be disposable and replaceable, you cannot add a container to a Pod once it has been created.kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/Registered: Fri Dec 12 08:09:32 UTC 2025 - 463.5K bytes - Viewed (0) -
Recommended Labels | Kubernetes
You can visualize and manage Kubernetes objects with more tools than kubectl and the dashboard. A common set of labels allows tools to work interoperably, describing objects in a common manner that all tools can understand. In addition to supporting tooling, the recommended labels describe applications in a way that can be queried. The metadata is organized around the concept of an application. Kubernetes is not a platform as a service (PaaS) and doesn't have or enforce a formal notion of an application.kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/Registered: Fri Dec 12 08:05:39 UTC 2025 - 479.3K bytes - Viewed (0) -
Secrets | Kubernetes
A Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Such information might otherwise be put in a Pod specification or in a container image. Using a Secret means that you don't need to include confidential data in your application code. Because Secrets can be created independently of the Pods that use them, there is less risk of the Secret (and its data) being exposed during the workflow of creating, viewing, and editing Pods.kubernetes.io/docs/concepts/configuration/secret/Registered: Fri Dec 12 08:12:34 UTC 2025 - 531.5K bytes - Viewed (0) -
Services, Load Balancing, and Networking | Kube...
Concepts and resources behind networking in Kubernetes.kubernetes.io/docs/concepts/services-networking/Registered: Fri Dec 12 08:12:28 UTC 2025 - 467.8K bytes - Viewed (0)