Categorygithub.com/intelai/vck
repositorypackage
0.1.0
Repository: https://github.com/intelai/vck.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Volume Controller for Kubernetes (VCK)

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 VCK, users are expected to only interact with custom resources (CRs).

VCK overview figure

Further Reading