Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

53-Kubernetes Io Docs Concepts Storage Volume Health Monitoring

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Documentation Kubernetes Blog Training Partners Community Case Studies Versions English

Kubernetes Documentation / Concepts / Storage / Volume Health Monitoring

 Search
Volume Health Monitoring
Home
FEATURE STATE: Kubernetes v1.21 [alpha]
Getting started
CSI volume health monitoring allows CSI Drivers to detect abnormal volume conditions from the
Concepts
underlying storage systems and report them as events on PVCs or Pods.
Overview
Cluster
Architecture
Volume health monitoring
Containers
Kubernetes volume health monitoring is part of how Kubernetes implements the Container
Workloads
Storage Interface (CSI). Volume health monitoring feature is implemented in two components:
Services, Load
an External Health Monitor controller, and the kubelet.
Balancing, and
Networking If a CSI Driver supports Volume Health Monitoring feature from the controller side, an event will
Storage be reported on the related PersistentVolumeClaim (PVC) when an abnormal volume condition is
detected on a CSI volume.
Volumes
Persistent Volumes The External Health Monitor controller also watches for node failure events. You can enable
Volume Snapshots node failure monitoring by setting the enable-node-watcher ag to true. When the external

CSI Volume Cloning

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Storage Classes health monitor detects a node failure event, the controller reports an Event will be reported on
Volume Snapshot the PVC to indicate that pods using this PVC are on a failed node.

If a CSI Driver supports Volume Health Monitoring feature from the node side, an Event will be
Documentation Kubernetes Blog Training Partners Community Case Studies Versions English
reported on every Pod using the PVC when an abnormal volume condition is detected on a CSI
volume.

Note: You need to enable the CSIVolumeHealth feature gate to use this feature from the
node side.

What's next
See the CSI driver documentation to nd out which CSI drivers have implemented this feature.

Feedback
Was this page helpful?

Yes No

Last modi ed March 31, 2021 at 12:53 AM PST: Fix docs for volume health monitoring
(c3af732d1)

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Home Blog Training Partners Community Case Studies

   © 2021 The Kubernetes Authors | Documentation Distributed under CC BY 4.0   


Copyright © 2021 The Linux Foundation ®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks.
 Documentation Kubernetes Blog Training Partners Community Case Studies Versions
For a list of trademarks of The Linux Foundation, please see our Trademark Usage page
English 
ICP license: 京ICP备17074266号-3

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD

You might also like