vck icon indicating copy to clipboard operation
vck copied to clipboard

Volume Controller for Kubernetes

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project.

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

  • Architecture
  • Developer Manual
  • Operator Manual
  • User Manual
  • Best Practices
  • FAQs