- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 692 for host:kubernetes.io (0.03 sec)
-
Upgrade A Cluster | Kubernetes
This page provides an overview of the steps you should follow to upgrade a Kubernetes cluster. 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. The way that you upgrade a cluster depends on how you initially deployed it and on any subsequent changes. At a high level, the steps you perform are:kubernetes.io/docs/tasks/administer-cluster/cluster-upgrade/Registered: Wed Jul 16 08:15:33 UTC 2025 - 456.7K bytes - Viewed (0) -
Using a KMS provider for data encryption | Kube...
This page shows how to configure a Key Management Service (KMS) provider and plugin to enable secret data encryption. In Kubernetes 1.33 there are two versions of KMS at-rest encryption. You should use KMS v2 if feasible because KMS v1 is deprecated (since Kubernetes v1.28) and disabled by default (since Kubernetes v1.29). KMS v2 offers significantly better performance characteristics than KMS v1. Caution:This documentation is for the generally available implementation of KMS v2 (and for the deprecated version 1 implementation).kubernetes.io/docs/tasks/administer-cluster/kms-provider/Registered: Wed Jul 16 08:20:35 UTC 2025 - 485.1K bytes - Viewed (0) -
Resize CPU and Memory Resources assigned to Con...
FEATURE STATE: Kubernetes v1.33 [beta] (enabled by default: true) This page explains how to change the CPU and memory resource requests and limits assigned to a container without recreating the Pod. Traditionally, changing a Pod's resource requirements necessitated deleting the existing Pod and creating a replacement, often managed by a workload controller. In-place Pod Resize allows changing the CPU/memory allocation of container(s) within a running Pod while potentially avoiding application disruption.kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/Registered: Wed Jul 16 08:20:41 UTC 2025 - 477.1K bytes - Viewed (0) -
Configure RunAsUserName for Windows pods and co...
FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to use the runAsUserName setting for Pods and containers that will run on Windows nodes. This is roughly equivalent of the Linux-specific runAsUser setting, allowing you to run applications in a container as a different username than the default. Before you begin You need to have a Kubernetes cluster and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/configure-pod-container/configure-runasusername/Registered: Wed Jul 16 08:20:50 UTC 2025 - 467.9K bytes - Viewed (0) -
Storage Classes | Kubernetes
This document describes the concept of a StorageClass in Kubernetes. Familiarity with volumes and persistent volumes is suggested. A StorageClass provides a way for administrators to describe the classes of storage they offer. Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary policies determined by the cluster administrators. Kubernetes itself is unopinionated about what classes represent. The Kubernetes concept of a storage class is similar to “profiles” in some other storage system designs.kubernetes.io/docs/concepts/storage/storage-classes/Registered: Wed Jul 16 07:46:34 UTC 2025 - 514.5K 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: Wed Jul 16 08:06:31 UTC 2025 - 475.5K bytes - Viewed (0) -
Change the Access Mode of a PersistentVolume to...
This page shows how to change the access mode on an existing PersistentVolume to use ReadWriteOncePod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/administer-cluster/change-pv-access-mode-readwriteoncepod/Registered: Wed Jul 16 08:07:28 UTC 2025 - 468.1K bytes - Viewed (0) -
Reserve Compute Resources for System Daemons | ...
Kubernetes nodes can be scheduled to Capacity. Pods can consume all the available capacity on a node by default. This is an issue because nodes typically run quite a few system daemons that power the OS and Kubernetes itself. Unless resources are set aside for these system daemons, pods and system daemons compete for resources and lead to resource starvation issues on the node. The kubelet exposes a feature named 'Node Allocatable' that helps to reserve compute resources for system daemons.kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/Registered: Wed Jul 16 08:06:44 UTC 2025 - 466.1K 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: Wed Jul 16 08:03:22 UTC 2025 - 463.3K 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 Jul 16 07:53:32 UTC 2025 - 561.2K bytes - Viewed (0)