Local Storage for OpenShift

Zhimin Wen
ITNEXT
Published in
2 min readOct 7, 2020

--

Sometimes for performance consideration, you may want to use local storage instead of the network storage. Of course, you will lose the flexibility of moving the pod around the nodes freely. The pod will be bound to the node which provides the local storage.

This paper explores how can we add a disk, create a file system on the immutable OS (RHCOS) in the OpenShift 4.x environment. Further to create the persistent…

--

--