I am trying to deploy Elasticsearch and kibana on my kubernetes cluster hosted on my VM following the documentation given by Elasticsearch:
i am getting this error "no persistent volumes available for this claim and no storage class is set" (while deploying the step ( Deploy an Elasticsearch cluster yaml specification). I believe I need to create a PV or storage class. I thought this ECK operator will automatically create storage class and will bind to the PVC, but it is not happening.
Documentation need improvement where they should clearly says that user need to create storage class separately. I found it it is lacking accurate and clear guidlines about persistent storage.
Now can someone please guide me what I need to do step by step? so that I can successfully deployed the Elastisearch and kibana on my k8 cluster. I have seen the other posts where it says use volumecliamtypes which I donot understand.
Thanks