Chandan Sagar Pradhan
Chandan Sagar Pradhan

Reputation: 133

Is pre disk addition is a must before deploying OpenEBS?

I have a 3 node k8s cluster and having a remote storage box with additional disks connected to it. I want to utilize these disks. So is this use case supported on OpenEBS? Also, do I have to attach the disks to Node before deploying OpenEBS? Is this a prerequisites?

Upvotes: 0

Views: 112

Answers (2)

Ajesh
Ajesh

Reputation: 386

Yes OpenEBS support storage with additional disks connected. With 0.7 it has a feature NDM (Node Disk Manager) which would monitor the disks attached to the nodes. Once the disks are attached you can create a pool on top of it and use the same. For more details, document link

Upvotes: 0

Rico
Rico

Reputation: 61551

Sure. It's supported and you need the disk attached when you setup OpenEBS as your block storage.

After you set it up, essentially you can create volumes (pvcs, pvs) for Kubernetes and mount them on your pods for consumption.

You can setup OpenEBS on Kubernetes cluster where you run your workloads either using helm or kubectl

Upvotes: 1

Related Questions