Integrate OpenStack projects with Kubernetes for multi-tenancy.
Go to file
Harry Zhang f3545f50a4 Update vendor and makefile
Change-Id: I25bd3edf05652c1215eba4d98a965bee310c99f8
2017-06-09 13:18:01 +08:00
devstack Add devstack plugin for stackube 2017-05-31 13:48:26 +08:00
doc Add architecture png 2017-05-26 16:07:13 +08:00
Godeps Update vendor and makefile 2017-06-09 13:18:01 +08:00
pkg/apis/v1 Add initial network and tenant spec 2017-06-01 15:07:55 +08:00
tools Update vendor and makefile 2017-06-09 13:18:01 +08:00
vendor Update vendor and makefile 2017-06-09 13:18:01 +08:00
.gitreview Added .gitreview 2017-05-17 11:18:32 +00:00
bindep.txt Add initial makefile and tools 2017-05-19 09:22:32 +08:00
LICENSE Add LICENSE 2017-05-19 09:24:13 +08:00
main.go Add initial makefile and tools 2017-05-19 09:22:32 +08:00
Makefile Update vendor and makefile 2017-06-09 13:18:01 +08:00
README.md Add links of documentation. 2017-06-08 20:25:07 +08:00
test-requirements.txt Fix document building 2017-05-24 15:22:46 +08:00

Stackube

Stackube is a Kubernetes-centric OpenStack distro. It uses Kubernetes, instead of Nova, as the compute fabric controller, to provision containers as the compute instance, along with other OpenStack services (e.g. Cinder, Neutron). It supports multiple container runtime technologies, e.g. Docker, Hyper, and offers built-in soft / hard multi-tenancy (depending on the container runtime used).

Architecture

alt

Stackube uses the Apache v2.0 license. All library dependencies allow for unrestricted distribution and deployment.