-1

We have a private OpenStack infrastructure. We want to create a Kubernetes infra on top of OpenStack. I want to use whatever block storage device we have in OpenStack as a HA storage cluster which can tolerate failures and is highly available as well.

I gather that I can use Glusterfs and achieve this. Is there any other opensource solution available? Any tips? any gotchas?

Hussain Nagri
  • 181
  • 1
  • 9

1 Answers1

1

A quick glance at the documentation will show that Kubernetes supports using OpenStack Cinder for storage, as well as many other provisioners.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972