- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 686 for host:kubernetes.io (0.05 sec)
-
Certificate Management with kubeadm | Kubernetes
FEATURE STATE: Kubernetes v1.15 [stable] Client certificates generated by kubeadm expire after 1 year. This page explains how to manage certificate renewals with kubeadm. It also covers other tasks related to kubeadm certificate management. The Kubernetes project recommends upgrading to the latest patch releases promptly, and to ensure that you are running a supported minor release of Kubernetes. Following this recommendation helps you to to stay secure. Before you begin You should be familiar with PKI certificates and requirements in Kubernetes.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/Registered: Fri Jun 27 06:44:14 UTC 2025 - 506.7K bytes - Viewed (0) -
Install and Set Up kubectl on macOS | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.33 client can communicate with v1.32, v1.33, and v1.34 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on macOS The following methods exist for installing kubectl on macOS: Install kubectl on macOS Install kubectl binary with curl on macOS Install with Homebrew on macOS Install with Macports on macOS Verify kubectl configuration Optional kubectl configurations and plugins Enable shell autocompletion Install kubectl convert plugin Install kubectl binary with curl on macOS Download the latest release:kubernetes.io/docs/tasks/tools/install-kubectl-macos/Registered: Fri Jun 27 06:43:53 UTC 2025 - 482.6K 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: Fri Jun 27 06:36:27 UTC 2025 - 556.8K 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: Fri Jun 27 06:36:40 UTC 2025 - 507.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 Jun 27 06:35:57 UTC 2025 - 474.8K 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 Jun 27 06:29:21 UTC 2025 - 452.4K 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: Fri Jun 27 06:29:30 UTC 2025 - 455.8K 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 Jun 27 06:29:38 UTC 2025 - 454K bytes - Viewed (0) -
Upgrading kubeadm clusters | Kubernetes
This page explains how to upgrade a Kubernetes cluster created with kubeadm from version 1.32.x to version 1.33.x, and from version 1.33.x to 1.33.y (where y > x). Skipping MINOR versions when upgrading is unsupported. For more details, please visit Version Skew Policy. To see information about upgrading clusters created using older versions of kubeadm, please refer to following pages instead: Upgrading a kubeadm cluster from 1.31 to 1.32 Upgrading a kubeadm cluster from 1.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/Registered: Fri Jun 27 06:44:57 UTC 2025 - 471K bytes - Viewed (0) -
Overprovision Node Capacity For A Cluster | Kub...
This page guides you through configuring Node overprovisioning in your Kubernetes cluster. Node overprovisioning is a strategy that proactively reserves a portion of your cluster's compute resources. This reservation helps reduce the time required to schedule new pods during scaling events, enhancing your cluster's responsiveness to sudden spikes in traffic or workload demands. By maintaining some unused capacity, you ensure that resources are immediately available when new pods are created, preventing them from entering a pending state while the cluster scales up.kubernetes.io/docs/tasks/administer-cluster/node-overprovisioning/Registered: Fri Jun 27 06:43:48 UTC 2025 - 467.6K bytes - Viewed (0)