Kubernetes Question of the Day 8


Userlevel 7
Badge +22

Day 8 is here. Hint some answers might be contained in previous posts on the Hub. Hint 2, there are some other great contributors to Kubernetes topics here as well, it could be that I am also sourcing questions from their content. :) 

By default Kubernetes comes with Volume Snapshotting enabled?


4 comments

Userlevel 1

Snapshotting capabilities are enabled through CSI drivers.

Userlevel 7
Badge +20

Answer placed.  Let’s see. 🤞🏼

Userlevel 7
Badge +22

Answer False.

 

It is the responsibility of the distribution to add volume snapshotting, otherwise you will need to do this yourself.

You can check your system with the following command: kubectl get volumesnapshotclass 

You can follow the instructions here to install https://github.com/kubernetes-csi/external-snapshotter

Userlevel 7
Badge +20

Yahoo got that one.  On to the next.

Comment