=====Overview===== In this section we will discuss the following advanced storage features for Kubernetes: * Configure Block Devices * Cloning So let's get started =====Configure Block Devices===== Block devices are unformated storage devices which are still used by some applications, mostly databases. The idea is that the DB will write faster on raw black device than on formatted file system and sometimes that is actually so. At the same time, it has a lot of risks because of the lack of journals. Firstly, configure a dynamic provisioning, using the previous section (Storage). Then let's create the claim: =====Cloning=====