- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 706 for host:kubernetes.io (0.03 sec)
-
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: Fri Dec 12 08:08:36 UTC 2025 - 482.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: Fri Dec 12 08:09:03 UTC 2025 - 465.6K bytes - Viewed (0) -
Security For Linux Nodes | Kubernetes
This page describes security considerations and best practices specific to the Linux operating system. Protection for Secret data on nodes On Linux nodes, memory-backed volumes (such as secret volume mounts, or emptyDir with medium: Memory) are implemented with a tmpfs filesystem. If you have swap configured and use an older Linux kernel (or a current kernel and an unsupported configuration of Kubernetes), memory backed volumes can have data written to persistent storage.kubernetes.io/docs/concepts/security/linux-security/Registered: Fri Dec 12 08:15:26 UTC 2025 - 459.1K bytes - Viewed (0) -
ReplicationController | Kubernetes
Legacy API for managing workloads that can scale horizontally. Superseded by the Deployment and ReplicaSet APIs.kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/Registered: Fri Dec 12 08:15:39 UTC 2025 - 486.5K bytes - Viewed (0) -
Resource Management for Pods and Containers | K...
When you specify a Pod, you can optionally specify how much of each resource a container needs. The most common resources to specify are CPU and memory (RAM); there are others. When you specify the resource request for containers in a Pod, the kube-scheduler uses this information to decide which node to place the Pod on. When you specify a resource limit for a container, the kubelet enforces those limits so that the running container is not allowed to use more of that resource than the limit you set.kubernetes.io/docs/concepts/configuration/manage-resources-containers/Registered: Fri Dec 12 08:15:43 UTC 2025 - 533.1K bytes - Viewed (0) -
Workloads | Kubernetes
Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them.kubernetes.io/docs/concepts/workloads/Registered: Fri Dec 12 08:16:26 UTC 2025 - 464K bytes - Viewed (0) -
Controlling Access to the Kubernetes API | Kube...
This page provides an overview of controlling access to the Kubernetes API. Users access the Kubernetes API using kubectl, client libraries, or by making REST requests. Both human users and Kubernetes service accounts can be authorized for API access. When a request reaches the API, it goes through several stages, illustrated in the following diagram: Transport security By default, the Kubernetes API server listens on port 6443 on the first non-localhost network interface, protected by TLS.kubernetes.io/docs/concepts/security/controlling-access/Registered: Fri Dec 12 08:16:31 UTC 2025 - 470.5K 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: Fri Dec 12 08:03:54 UTC 2025 - 463.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: Fri Dec 12 08:04:04 UTC 2025 - 475K 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: Fri Dec 12 08:04:28 UTC 2025 - 468.6K bytes - Viewed (0)