dmsuehir / experimental-kvc

Kubernetes Volume Controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Volume Controller (KVC)

CircleCI

Overview

This project provides basic volume and data management in Kubernetes v1.9+ using custom resource definitions (CRDs), custom controllers, volumes and volume sources. It also establishes a relationship between volumes and data and provides a way to abstract the details away from the user. When using KVC, users are expected to only interact with custom resources (CRs).

Further Reading

About

Kubernetes Volume Controller

License:Apache License 2.0


Languages

Language:Go 93.7%Language:Shell 4.3%Language:Makefile 2.0%