- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 724 for host:kubernetes.io (0.03 sec)
-
Automatic Cleanup for Finished Jobs | Kubernetes
A time-to-live mechanism to clean up old Jobs that have finished execution.kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/Registered: Fri Jan 16 10:56:45 UTC 2026 - 471.9K bytes - Viewed (0) -
Object Names and IDs | Kubernetes
Each object in your cluster has a Name that is unique for that type of resource. Every Kubernetes object also has a UID that is unique across your whole cluster. For example, you can only have one Pod named myapp-1234 within the same namespace, but you can have one Pod and one Deployment that are each named myapp-1234. For non-unique user-provided attributes, Kubernetes provides labels and annotations. Names A client-provided string that refers to an object in a resource URL, such as /api/v1/pods/some-name.kubernetes.io/docs/concepts/overview/working-with-objects/names/Registered: Fri Jan 16 10:56:56 UTC 2026 - 477.2K bytes - Viewed (0) -
Containers | Kubernetes
Technology for packaging an application along with its runtime dependencies.kubernetes.io/docs/concepts/containers/Registered: Fri Jan 16 10:57:02 UTC 2026 - 470.7K bytes - Viewed (0) -
The Kubernetes API | Kubernetes
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.kubernetes.io/docs/concepts/overview/kubernetes-api/Registered: Fri Jan 16 10:56:35 UTC 2026 - 487.3K bytes - Viewed (0) -
Gateway API | Kubernetes
Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.kubernetes.io/docs/concepts/services-networking/gateway/Registered: Fri Jan 16 11:09:33 UTC 2026 - 492.3K bytes - Viewed (0) -
Cloud Native Security and Kubernetes | Kubernetes
Concepts for keeping your cloud native workload secure.kubernetes.io/docs/concepts/security/cloud-native-security/Registered: Fri Jan 16 11:11:18 UTC 2026 - 480.2K bytes - Viewed (0) -
Multi-tenancy | Kubernetes
This page provides an overview of available configuration options and best practices for cluster multi-tenancy. Sharing clusters saves costs and simplifies administration. However, sharing clusters also presents challenges such as security, fairness, and managing noisy neighbors. Clusters can be shared in many ways. In some cases, different applications may run in the same cluster. In other cases, multiple instances of the same application may run in the same cluster, one for each end user.kubernetes.io/docs/concepts/security/multi-tenancy/Registered: Fri Jan 16 11:12:31 UTC 2026 - 498.9K bytes - Viewed (0) -
Node-pressure Eviction | Kubernetes
Node-pressure eviction is the process by which the kubelet proactively terminates pods to reclaim resource on nodes. The kubelet monitors resources like memory, disk space, and filesystem inodes on your cluster's nodes. When one or more of these resources reach specific consumption levels, the kubelet can proactively fail one or more pods on the node to reclaim resources and prevent starvation. During a node-pressure eviction, the kubelet sets the phase for the selected pods to Failed, and terminates the Pod.kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/Registered: Fri Jan 16 11:12:44 UTC 2026 - 504.2K bytes - Viewed (0) -
Admission Webhook Good Practices | Kubernetes
Recommendations for designing and deploying admission webhooks in Kubernetes.kubernetes.io/docs/concepts/cluster-administration/admission-webhooks-good-practices/Registered: Fri Jan 16 11:11:57 UTC 2026 - 502.8K bytes - Viewed (0) -
User Namespaces | Kubernetes
FEATURE STATE: Kubernetes v1.30 [beta] This page explains how user namespaces are used in Kubernetes pods. A user namespace isolates the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.kubernetes.io/docs/concepts/workloads/pods/user-namespaces/Registered: Fri Jan 16 10:54:19 UTC 2026 - 485.2K bytes - Viewed (0)