Abstract
This presentation focuses on provisioning storage dynamically to a large framework orchestrated using Kubernetes. Generally, K8s Pods are mortal in nature, so when a pod dies, the data created inside it is lost forever. We propose a solution, which is called Dynamic Provisioning to overcome this data loss and to avoid manual creation of Persistent Volume (PV) and PV Claim (PVC). The audience will learn to execute Container Storage Interface (CSI) Volume methodology to create storage volume on demand at run time. The session will help understand how the Kubernetes CSI driver enables Container Storage Provider (CSP) to perform data management operations on storage resources. The session will explain how CSI creates and deploys plugins to expose new storage systems with load balancing in Kubernetes without tweaking the core code. We will also learn how storage class and central storage, which are provided by Nimble Storage Array can be leveraged to create and manage CSI volume.
Learning Objectives
Creating and Managing Container Storage Interface (CSI) Volume dynamics,Automatic Container Storage Provider (CSP) data management with load balancing,Managing Storage and Volume container architecture