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

intel/vck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12534d1 · Jan 3, 2023

History

74 Commits
Jun 11, 2018
Jul 11, 2018
Sep 13, 2018
Jul 13, 2018
Jul 13, 2018
Sep 13, 2018
Jul 13, 2018
Sep 13, 2018
Jul 13, 2018
Jun 11, 2018
Jul 11, 2018
Sep 13, 2018
Mar 10, 2018
Feb 23, 2018
Jul 13, 2018
Jan 3, 2023
Jul 11, 2018
Mar 10, 2018
Jul 13, 2018

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