- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 702 for host:kubernetes.io (0.07 sec)
-
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 Oct 24 09:10:18 UTC 2025 - 489.9K bytes - Viewed (0) -
Good practices for Kubernetes Secrets | Kubernetes
Principles and practices for good Secret management for cluster administrators and application developers.kubernetes.io/docs/concepts/security/secrets-good-practices/Registered: Fri Oct 24 09:09:52 UTC 2025 - 466.7K bytes - Viewed (0) -
Resource Bin Packing | Kubernetes
In the scheduling-plugin NodeResourcesFit of kube-scheduler, there are two scoring strategies that support the bin packing of resources: MostAllocated and RequestedToCapacityRatio. Enabling bin packing using MostAllocated strategy The MostAllocated strategy scores the nodes based on the utilization of resources, favoring the ones with higher allocation. For each resource type, you can set a weight to modify its influence in the node score. To set the MostAllocated strategy for the NodeResourcesFit plugin, use a scheduler configuration similar to the following:kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/Registered: Fri Oct 24 09:09:44 UTC 2025 - 478.8K bytes - Viewed (0) -
Production environment | Kubernetes
Create a production-quality Kubernetes clusterkubernetes.io/docs/setup/production-environment/Registered: Fri Oct 24 08:51:50 UTC 2025 - 477.9K bytes - Viewed (0) -
Field Selectors | Kubernetes
Field selectors let you select Kubernetes objects based on the value of one or more resource fields. Here are some examples of field selector queries: metadata.name=my-service metadata.namespace!=default status.phase=Pending This kubectl command selects all Pods for which the value of the status.phase field is Running: kubectl get pods --field-selector status.phase=Running Note:Field selectors are essentially resource filters. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected.kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/Registered: Fri Oct 24 08:52:31 UTC 2025 - 467.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 Oct 24 08:52:40 UTC 2025 - 468.3K bytes - Viewed (0) -
Container Runtimes | Kubernetes
Note: Dockershim has been removed from the Kubernetes project as of release 1.24. Read the Dockershim Removal FAQ for further details. You need to install a container runtime into each node in the cluster so that Pods can run there. This page outlines what is involved and describes related tasks for setting up nodes. Kubernetes 1.34 requires that you use a runtime that conforms with the Container Runtime Interface (CRI).kubernetes.io/docs/setup/production-environment/container-runtimes/Registered: Fri Oct 24 08:52:53 UTC 2025 - 481.5K 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 Oct 24 08:51:36 UTC 2025 - 478.4K bytes - Viewed (0) -
Dynamic Resource Allocation | Kubernetes
FEATURE STATE: Kubernetes v1.34 [stable] (enabled by default: true) This page describes dynamic resource allocation (DRA) in Kubernetes. About DRA DRA is a Kubernetes feature that lets you request and share resources among Pods. These resources are often attached devices like hardware accelerators. With DRA, device drivers and cluster admins define device classes that are available to claim in workloads. Kubernetes allocates matching devices to specific claims and places the corresponding Pods on nodes that can access the allocated devices.kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/Registered: Fri Oct 24 09:09:28 UTC 2025 - 538.1K bytes - Viewed (0) -
Windows Storage | Kubernetes
This page provides an storage overview specific to the Windows operating system. Persistent storage Windows has a layered filesystem driver to mount container layers and create a copy filesystem based on NTFS. All file paths in the container are resolved only within the context of that container. With Docker, volume mounts can only target a directory in the container, and not an individual file. This limitation does not apply to containerd.kubernetes.io/docs/concepts/storage/windows-storage/Registered: Fri Oct 24 09:07:55 UTC 2025 - 461.6K bytes - Viewed (0)