- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 685 for host:kubernetes.io (0.03 sec)
-
Node Resource Managers | Kubernetes
In order to support latency-critical and high-throughput workloads, Kubernetes offers a suite of Resource Managers. The managers aim to co-ordinate and optimise the alignment of node's resources for pods configured with a specific requirement for CPUs, devices, and memory (hugepages) resources. Hardware topology alignment policies Topology Manager is a kubelet component that aims to coordinate the set of components that are responsible for these optimizations. The overall resource management process is governed using the policy you specify.kubernetes.io/docs/concepts/policy/node-resource-managers/Registered: Wed Apr 16 05:53:37 UTC 2025 - 460.1K bytes - Viewed (0) -
Storage Capacity | Kubernetes
Storage capacity is limited and may vary depending on the node on which a pod runs: network-attached storage might not be accessible by all nodes, or storage is local to a node to begin with. FEATURE STATE: Kubernetes v1.24 [stable] This page describes how Kubernetes keeps track of storage capacity and how the scheduler uses that information to schedule Pods onto nodes that have access to enough storage capacity for the remaining missing volumes.kubernetes.io/docs/concepts/storage/storage-capacity/Registered: Wed Apr 16 05:54:23 UTC 2025 - 437.6K bytes - Viewed (0) -
StatefulSets | Kubernetes
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.kubernetes.io/docs/concepts/workloads/controllers/statefulset/Registered: Wed Apr 16 05:54:01 UTC 2025 - 472.4K bytes - Viewed (0) -
Best practices | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/setup/best-practices/Registered: Wed Apr 16 05:50:12 UTC 2025 - 431.5K bytes - Viewed (0) -
Bootstrapping clusters with kubeadm | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/setup/production-environment/tools/kubeadm/Registered: Wed Apr 16 05:50:22 UTC 2025 - 433.2K bytes - Viewed (0) -
Installing kubeadm | Kubernetes
This page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.32. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.31) Installing kubeadm (Kubernetes v1.30) Installing kubeadm (Kubernetes v1.29) Installing kubeadm (Kubernetes v1.kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/Registered: Wed Apr 16 05:50:26 UTC 2025 - 467.9K bytes - Viewed (0) -
Pods | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/workloads/pods/Registered: Wed Apr 16 05:52:11 UTC 2025 - 468K bytes - Viewed (0) -
Namespaces | Kubernetes
In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/Registered: Wed Apr 16 05:51:02 UTC 2025 - 443.9K bytes - Viewed (0) -
Controllers | Kubernetes
In robotics and automation, a control loop is a non-terminating loop that regulates the state of a system. Here is one example of a control loop: a thermostat in a room. When you set the temperature, that's telling the thermostat about your desired state. The actual room temperature is the current state. The thermostat acts to bring the current state closer to the desired state, by turning equipment on or off.kubernetes.io/docs/concepts/architecture/controller/Registered: Wed Apr 16 05:51:45 UTC 2025 - 442.6K bytes - Viewed (0) -
Leases | Kubernetes
Distributed systems often have a need for leases, which provide a mechanism to lock shared resources and coordinate activity between members of a set. In Kubernetes, the lease concept is represented by Lease objects in the coordination.k8s.io API Group, which are used for system-critical capabilities such as node heartbeats and component-level leader election. Node heartbeats Kubernetes uses the Lease API to communicate kubelet node heartbeats to the Kubernetes API server.kubernetes.io/docs/concepts/architecture/leases/Registered: Wed Apr 16 05:52:49 UTC 2025 - 442.2K bytes - Viewed (0)