Skip to content

pranoyk/volume-snapshotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volume-Snapshotter

The aim of this project is to create a kubernetes controller to snapshot a volume and also create a PVC out of an existing volume snapshot

Implementation

In order to achieve the above task I have created my own CRD that can be found at pkg/apis/pranoykundu.dev/v1/types.go. This project heavily uses the Volume Snapshot API and the PVC API.

Setup

In order run the application we need to setup CSI driver as mentioned here https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/docs/deploy-1.17-and-later.md All the required files are mentioned in the manifests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages