Strimzi - Local Storage: Defined static PVs
See:
* https://kubernetes.io/blog/2019/04/04/kubernetes-1.14-local-persistent-volumes-ga/
* https://docs.confluent.io/operator/current/co-storage.html#use-statically-provisioned-persistent-volumes
sudo mkdir /var/lib/local-storage
sudo mkdir /var/lib/local-storage/zookeeper-0
sudo mkdir /var/lib/local-storage/kafka-0
kubectl -n juplo apply -f local-storage.yaml
kubectl apply -f pv-zookeeper-0.yaml
kubectl apply -f pv-kafka-0.yaml
kubectl get pv
kubectl -n juplo apply -f cluster.yaml
kubectl -n juplo get pvc
kubectl -n juplo get pvc/data-0-juplo-kafka-0 -o yaml