Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

intel/vck

Repository files navigation

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