- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 571 - 580 of 686 for host:kubernetes.io (0.07 sec)
-
Storage Capacity | Kubernetes
Storage capacity is limited and may vary depending on the node on which a pod runs: network-attached storage might not be accessible by all nodes, or storage is local to a node to begin with. FEATURE STATE: Kubernetes v1.24 [stable] This page describes how Kubernetes keeps track of storage capacity and how the scheduler uses that information to schedule Pods onto nodes that have access to enough storage capacity for the remaining missing volumes.kubernetes.io/docs/concepts/storage/storage-capacity/Registered: Wed Jun 04 06:43:50 UTC 2025 - 450.9K bytes - Viewed (0) -
Volume Attributes Classes | Kubernetes
FEATURE STATE: Kubernetes v1.31 [beta] (enabled by default: false) This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is un-opinionated about what these classes represent. This is a beta feature and disabled by default. If you want to test the feature whilst it's beta, you need to enable the VolumeAttributesClass feature gate for the kube-controller-manager, kube-scheduler, and the kube-apiserver.kubernetes.io/docs/concepts/storage/volume-attributes-classes/Registered: Wed Jun 04 06:44:57 UTC 2025 - 457.9K bytes - Viewed (0) -
Volume Health Monitoring | Kubernetes
FEATURE STATE: Kubernetes v1.21 [alpha] CSI volume health monitoring allows CSI Drivers to detect abnormal volume conditions from the underlying storage systems and report them as events on PVCs or Pods. Volume health monitoring Kubernetes volume health monitoring is part of how Kubernetes implements the Container Storage Interface (CSI). Volume health monitoring feature is implemented in two components: an External Health Monitor controller, and the kubelet. If a CSI Driver supports Volume Health Monitoring feature from the controller side, an event will be reported on the related PersistentVolumeClaim (PVC) when an abnormal volume condition is detected on a CSI volume.kubernetes.io/docs/concepts/storage/volume-health-monitoring/Registered: Wed Jun 04 06:43:46 UTC 2025 - 450.8K bytes - Viewed (0) -
System Logs | Kubernetes
System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!kubernetes.io/docs/concepts/cluster-administration/system-logs/Registered: Wed Jun 04 06:47:57 UTC 2025 - 467.5K bytes - Viewed (0) -
Guide for Running Windows Containers in Kuberne...
This page provides a walkthrough for some steps you can follow to run Windows containers using Kubernetes. The page also highlights some Windows specific functionality within Kubernetes. It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. The kubectl commands to interface with the cluster are identical. The examples in this page are provided to jumpstart your experience with Windows containers.kubernetes.io/docs/concepts/windows/user-guide/Registered: Wed Jun 04 06:48:02 UTC 2025 - 480.2K bytes - Viewed (0) -
Extending Kubernetes | Kubernetes
Different ways to change the behavior of your Kubernetes cluster.kubernetes.io/docs/concepts/extend-kubernetes/Registered: Wed Jun 04 06:48:11 UTC 2025 - 467.6K bytes - Viewed (0) -
Upgrading Windows nodes | Kubernetes
FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to upgrade a Windows node created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. Your Kubernetes server must be at or later than version 1.kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-windows-nodes/Registered: Wed Jun 04 06:48:16 UTC 2025 - 451.7K bytes - Viewed (0) -
Install and Set Up kubectl on Linux | 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 Linux The following methods exist for installing kubectl on Linux: Install kubectl binary with curl on Linux Install using native package management Install using other package management Install kubectl binary with curl on Linux Download the latest release with the command:kubernetes.io/docs/tasks/tools/install-kubectl-linux/Registered: Wed Jun 04 06:48:47 UTC 2025 - 486.6K bytes - Viewed (0) -
Autoscale the DNS Service in a Cluster | Kubern...
This page shows how to enable and configure autoscaling of the DNS service in your Kubernetes cluster. 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/dns-horizontal-autoscaling/Registered: Wed Jun 04 06:49:11 UTC 2025 - 477.8K bytes - Viewed (0) -
Use Kube-router for NetworkPolicy | Kubernetes
This page shows how to use Kube-router for NetworkPolicy. Before you begin You need to have a Kubernetes cluster running. If you do not already have a cluster, you can create one by using any of the cluster installers like Kops, Bootkube, Kubeadm etc. Installing Kube-router addon The Kube-router Addon comes with a Network Policy Controller that watches Kubernetes API server for any NetworkPolicy and pods updated and configures iptables rules and ipsets to allow or block traffic as directed by the policies.kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/Registered: Wed Jun 04 06:49:47 UTC 2025 - 447.8K bytes - Viewed (0)