- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 699 for host:kubernetes.io (1.29 sec)
-
Configuration APIs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/config-api/Registered: Wed Sep 03 06:54:57 UTC 2025 - 454.7K bytes - Viewed (0) -
Persistent Volumes | Kubernetes
This document describes persistent volumes in Kubernetes. Familiarity with volumes, StorageClasses and VolumeAttributesClasses is suggested. Introduction Managing storage is a distinct problem from managing compute instances. The PersistentVolume subsystem provides an API for users and administrators that abstracts details of how storage is provided from how it is consumed. To do this, we introduce two new API resources: PersistentVolume and PersistentVolumeClaim. A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.kubernetes.io/docs/concepts/storage/persistent-volumes/Registered: Wed Sep 03 05:56:52 UTC 2025 - 564K bytes - Viewed (0) -
Network Policies | Kubernetes
If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4), NetworkPolicies allow you to specify rules for traffic flow within your cluster, and also between Pods and the outside world. Your cluster must use a network plugin that supports NetworkPolicy enforcement.kubernetes.io/docs/concepts/services-networking/network-policies/Registered: Wed Sep 03 05:57:27 UTC 2025 - 515K bytes - Viewed (0) -
Volume Snapshots | Kubernetes
In Kubernetes, a VolumeSnapshot represents a snapshot of a volume on a storage system. This document assumes that you are already familiar with Kubernetes persistent volumes. Introduction Similar to how API resources PersistentVolume and PersistentVolumeClaim are used to provision volumes for users and administrators, VolumeSnapshotContent and VolumeSnapshot API resources are provided to create volume snapshots for users and administrators. A VolumeSnapshotContent is a snapshot taken from a volume in the cluster that has been provisioned by an administrator.kubernetes.io/docs/concepts/storage/volume-snapshots/Registered: Wed Sep 03 05:57:11 UTC 2025 - 478.6K bytes - Viewed (0) -
Kubernetes Documentation | Kubernetes
Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.kubernetes.io/docs/home/Registered: Wed Sep 03 05:51:33 UTC 2025 - 459.6K bytes - Viewed (0) -
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 Sep 03 05:52:53 UTC 2025 - 471.3K 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 Sep 03 05:52:35 UTC 2025 - 482.4K bytes - Viewed (0) -
Cluster Architecture | Kubernetes
The architectural concepts behind Kubernetes.kubernetes.io/docs/concepts/architecture/Registered: Wed Sep 03 05:53:23 UTC 2025 - 474.7K bytes - Viewed (0) -
Finalizers | Kubernetes
Finalizers are namespaced keys that tell Kubernetes to wait until specific conditions are met before it fully deletes resources that are 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 Sep 03 05:55:12 UTC 2025 - 464.9K 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 Sep 03 05:55:01 UTC 2025 - 463.7K bytes - Viewed (0)