Launch
This is the documentation for OpenEBS Docs 3.10.x, which is no longer actively maintained.
See the latest version (4.1.x) to view the latest documentation.
This user guide will guide you in deploying your sample application in a Jiva setup.
#
Deploying a sample applicationTo deploy a sample application using the previously created StorageClass, a PVC, that utilises the created StorageClass, needs to be deployed. Given below is an example YAML for a PVC which uses the SC created earlier.
Apply the above PVC yaml to dynamically create volume and verify that the PVC has been successfully created and bound to a PersistentVolume (PV).
Sample Output:
Also, verify if volume is ready to serve IOs.
Sample Command:
Sample Output:
Now, to deploy an application using the above created PVC specify the claimName
parameter under volumes.
Apply the above YAML. Verify that the pod is running.
Sample Output: