- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 706 for host:kubernetes.io (0.06 sec)
-
Workload Management | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/workloads/controllers/Registered: Fri Dec 12 08:16:18 UTC 2025 - 464.3K bytes - Viewed (0) -
EndpointSlices | Kubernetes
The EndpointSlice API is the mechanism that Kubernetes uses to let your Service scale to handle large numbers of backends, and allows the cluster to update its list of healthy backends efficiently.kubernetes.io/docs/concepts/services-networking/endpoint-slices/Registered: Fri Dec 12 08:16:23 UTC 2025 - 474.5K bytes - Viewed (0) -
Developing Cloud Controller Manager | Kubernetes
FEATURE STATE: Kubernetes v1.11 [beta] The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.kubernetes.io/docs/tasks/administer-cluster/developing-cloud-controller-manager/Registered: Fri Dec 12 08:35:54 UTC 2025 - 462.8K bytes - Viewed (0) -
Utilizing the NUMA-aware Memory Manager | Kuber...
FEATURE STATE: Kubernetes v1.32 [stable](enabled by default) The Kubernetes Memory Manager enables the feature of guaranteed memory (and hugepages) allocation for pods in the Guaranteed QoS class. The Memory Manager employs hint generation protocol to yield the most suitable NUMA affinity for a pod. The Memory Manager feeds the central manager (Topology Manager) with these affinity hints. Based on both the hints and Topology Manager policy, the pod is rejected or admitted to the node.kubernetes.io/docs/tasks/administer-cluster/memory-manager/Registered: Fri Dec 12 08:36:14 UTC 2025 - 499.9K bytes - Viewed (0) -
Configure a Pod to Use a PersistentVolume for S...
This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/Registered: Fri Dec 12 08:35:44 UTC 2025 - 502.1K bytes - Viewed (0) -
Configure a kubelet image credential provider |...
FEATURE STATE: Kubernetes v1.26 [stable] Starting from Kubernetes v1.20, the kubelet can dynamically retrieve credentials for a container image registry using exec plugins. The kubelet and the exec plugin communicate through stdio (stdin, stdout, and stderr) using Kubernetes versioned APIs. These plugins allow the kubelet to request credentials for a container registry dynamically as opposed to storing static credentials on disk. For example, the plugin may talk to a local metadata server to retrieve short-lived credentials for an image that is being pulled by the kubelet.kubernetes.io/docs/tasks/administer-cluster/kubelet-credential-provider/Registered: Fri Dec 12 08:35:02 UTC 2025 - 493.1K bytes - Viewed (0) -
Schedule GPUs | Kubernetes
Configure and schedule GPUs for use as a resource by nodes in a cluster.kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/Registered: Fri Dec 12 08:57:21 UTC 2025 - 471.1K bytes - Viewed (0) -
Troubleshooting kubeadm | Kubernetes
As with any program, you might run into an error installing or running kubeadm. This page lists some common failure scenarios and have provided steps that can help you understand and fix the problem. If your problem is not listed below, please follow the following steps: If you think your problem is a bug with kubeadm: Go to github.com/kubernetes/kubeadm and search for existing issues. If no issue exists, please open one and follow the issue template.kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/Registered: Fri Dec 12 08:07:41 UTC 2025 - 504.6K 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 Dec 12 08:08:58 UTC 2025 - 463.3K bytes - Viewed (0) -
Configure Minimum and Maximum CPU Constraints f...
Define a range of valid CPU resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace/Registered: Fri Dec 12 08:17:50 UTC 2025 - 491.4K bytes - Viewed (0)