- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 685 for host:kubernetes.io (0.02 sec)
-
Configuring each kubelet in your cluster using ...
Note: Dockershim has been removed from the Kubernetes project as of release 1.24. Read the Dockershim Removal FAQ for further details. FEATURE STATE: Kubernetes v1.11 [stable] The lifecycle of the kubeadm CLI tool is decoupled from the kubelet, which is a daemon that runs on each node within the Kubernetes cluster. The kubeadm CLI tool is executed by the user when Kubernetes is initialized or upgraded, whereas the kubelet is always running in the background.kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration/Registered: Wed Apr 16 05:50:02 UTC 2025 - 448.8K bytes - Viewed (0) -
Garbage Collection | Kubernetes
Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up cluster resources. This allows the clean up of resources like the following: Terminated pods Completed Jobs Objects without owner references Unused containers and container images Dynamically provisioned PersistentVolumes with a StorageClass reclaim policy of Delete Stale or expired CertificateSigningRequests (CSRs) Nodes deleted in the following scenarios: On a cloud when the cluster uses a cloud controller manager On-premises when the cluster uses an addon similar to a cloud controller manager Node Lease objects Owners and dependents Many objects in Kubernetes link to each other through owner references.kubernetes.io/docs/concepts/architecture/garbage-collection/Registered: Wed Apr 16 05:49:52 UTC 2025 - 447.3K bytes - Viewed (0) -
About cgroup v2 | Kubernetes
On Linux, control groups constrain resources that are allocated to processes. The kubelet and the underlying container runtime need to interface with cgroups to enforce resource management for pods and containers which includes cpu/memory requests and limits for containerized workloads. There are two versions of cgroups in Linux: cgroup v1 and cgroup v2. cgroup v2 is the new generation of the cgroup API. What is cgroup v2? FEATURE STATE: Kubernetes v1.kubernetes.io/docs/concepts/architecture/cgroups/Registered: Wed Apr 16 05:49:48 UTC 2025 - 439.7K bytes - Viewed (0) -
Validate node setup | Kubernetes
Node Conformance Test Node conformance test is a containerized test framework that provides a system verification and functionality test for a node. The test validates whether the node meets the minimum requirements for Kubernetes; a node that passes the test is qualified to join a Kubernetes cluster. Node Prerequisite To run node conformance test, a node must satisfy the same prerequisites as a standard Kubernetes node. At a minimum, the node should have the following daemons installed:kubernetes.io/docs/setup/best-practices/node-conformance/Registered: Wed Apr 16 05:51:30 UTC 2025 - 438.8K bytes - Viewed (0) -
Annotations | Kubernetes
You can use Kubernetes annotations to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. Attaching metadata to objects You can use either labels or annotations to attach metadata to Kubernetes objects. Labels can be used to select objects and to find collections of objects that satisfy certain conditions. In contrast, annotations are not used to identify and select objects. The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by labels.kubernetes.io/docs/concepts/overview/working-with-objects/annotations/Registered: Wed Apr 16 05:50:54 UTC 2025 - 441.4K bytes - Viewed (0) -
Container Environment | Kubernetes
This page describes the resources available to Containers in the Container environment. Container environment The Kubernetes Container environment provides several important resources to Containers: A filesystem, which is a combination of an image and one or more volumes. Information about the Container itself. Information about other objects in the cluster. Container information The hostname of a Container is the name of the Pod in which the Container is running. It is available through the hostname command or the gethostname function call in libc.kubernetes.io/docs/concepts/containers/container-environment/Registered: Wed Apr 16 05:50:58 UTC 2025 - 436.6K bytes - Viewed (0) -
Cluster Architecture | Kubernetes
The architectural concepts behind Kubernetes.kubernetes.io/docs/concepts/architecture/Registered: Wed Apr 16 05:51:21 UTC 2025 - 452K bytes - Viewed (0) -
Set up a High Availability etcd Cluster with ku...
By default, kubeadm runs a local etcd instance on each control plane node. It is also possible to treat the etcd cluster as external and provision etcd instances on separate hosts. The differences between the two approaches are covered in the Options for Highly Available topology page. This task walks through the process of creating a high availability external etcd cluster of three members that can be used by kubeadm during cluster creation.kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/Registered: Wed Apr 16 05:51:55 UTC 2025 - 459.9K bytes - Viewed (0) -
Finalizers | Kubernetes
Finalizers are namespaced keys that tell Kubernetes to wait until specific conditions are met before it fully deletes resources marked for deletion. Finalizers alert controllers to clean up resources the deleted object owned. When you tell Kubernetes to delete an object that has finalizers specified for it, the Kubernetes API marks the object for deletion by populating .metadata.deletionTimestamp, and returns a 202 status code (HTTP "Accepted"). The target object remains in a terminating state while the control plane, or other components, take the actions defined by the finalizers.kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/Registered: Wed Apr 16 05:51:11 UTC 2025 - 441.7K bytes - Viewed (0) -
Networking on Windows | Kubernetes
Kubernetes supports running nodes on either Linux or Windows. You can mix both kinds of node within a single cluster. This page provides an overview to networking specific to the Windows operating system. Container networking on Windows Networking for Windows containers is exposed through CNI plugins. Windows containers function similarly to virtual machines in regards to networking. Each container has a virtual network adapter (vNIC) which is connected to a Hyper-V virtual switch (vSwitch).kubernetes.io/docs/concepts/services-networking/windows-networking/Registered: Wed Apr 16 05:53:56 UTC 2025 - 446.8K bytes - Viewed (0)