Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.37 KB

kubernetes-storage.md

File metadata and controls

25 lines (15 loc) · 1.37 KB
title description lang
Kubernetes Storage
How does Storidge work with Kubernetes?
en-US

Kubernetes Storage

Which Kubernetes versions does Storidge CIO support?

Storidge CIO supports Kubernetes version 1.12 and above. Support will track new versions of Kubernetes as they are released.

Does Storidge have a CSI driver or volume plugin?

Yes, a Storidge CSI driver is available.

This driver passes requests for persistent volume claims or persistent volumes to the Storidge CIO software. The driver supports declarative input and enables storage for pods to be dynamically provisioned on demand based on storage classes or profiles.

Do I have to use cio CLI commands to create volumes for Kubernetes pods?

You can use either the kubectl CLI or Storidge's cio CLI to create volumes for Kubernetes pods.

Storidge provides a CSI driver that allows persistent volumes to be requested natively from the kubectl CLI.

Volumes can also be created using the cio CLI. See cio volume for examples.