-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBM block storage CSI driver integration with IBM Cloud Satellite Storage #26
Comments
deployment.yaml
pvc-test.yaml
mypod.yaml
|
Verification test resultsIBM CSI block deployment pods
Storage Class
PVC Created using the above Storage Class
PV bounded by the above PVC
POD using the above PVC
POD above description
|
Read Write I/O test using IBM CSI block driverList /tmp folder on the pod's container before writing
Create new folder under /tmp folder
Write some data to a file under the created folder
List the contents of the created folder to see the new file
Perform a read action on the file
Remove the created folder and all its content
|
testing storage class through APIbody:
after deployment:
|
IBM block storage CSI driver Description:
IBM block storage CSI driver is leveraged by Kubernetes persistent volumes (PVs) to dynamically provision for block storage used with stateful containers.
IBM block storage CSI driver is based on an open-source IBM project (CSI driver), included as a part of IBM storage orchestration for containers. IBM storage orchestration for containers enables enterprises to implement a modern container-driven hybrid multicloud environment that can reduce IT costs and enhance business agility, while continuing to derive value from existing systems.
By leveraging CSI (Container Storage Interface) drivers for IBM storage systems, Kubernetes persistent volumes (PVs) can be dynamically provisioned for block or file storage to be used with stateful containers, such as database applications (IBM Db2®, MongoDB, PostgreSQL, etc) running in Red Hat® OpenShift® Container Platform and/or Kubernetes clusters. Storage provisioning can be fully automatized with additional support of cluster orchestration systems to automatically deploy, scale, and manage containerized applications.
For further details about the storage solution refer to - https://www.ibm.com/support/knowledgecenter/SSRQ8T_1.4.0/csi_block_storage_kc_welcome.html
The text was updated successfully, but these errors were encountered: