Author : Achala N Gowda 1
Date of Publication :20th May 2021
Abstract: In Cloud computing, Kubernetes and Docker containers will provide an infrastructure for running the code in the cloud, but managing storage in the cloud infrastructure is a different problem from managing the compute instances. Storage for the containers will be provided in the form of volumes attached to the pods, but the problem is the loss of files when a container or the pod crashes. So, there is a need of using the persistent volumes and the services for managing the persistent volume. The persistent volume manager is a special module of Kubernetes API which creates and manages the persistent volume based on the developer's requirement. Which has been written and detailed in this paper.
Reference :