Integrate OpenStack projects with Kubernetes for multi-tenancy.
Go to file
Li Wei 240094e061 fix volume mount error in stackube-proxy
As kubernetes support mount propogation now, the "shared" propogation
type is not needed any more and would cause volume mount error.

Change-Id: Idfa718ff7f0591ed246dc06f4a78c886abe9efe2
Signed-off-by: Li Wei <liwei@anbutu.com>
2017-11-14 19:53:35 +08:00
cmd Release note 1.0beta 2017-08-31 15:17:57 +08:00
deployment fix volume mount error in stackube-proxy 2017-11-14 19:53:35 +08:00
devstack Bump 1.8 and version config, frakti 1.1.1 2017-10-28 22:41:10 +08:00
doc Update stackube architecture to latest version 2017-10-12 14:18:13 +08:00
hack Merge "Add LICENSE for files" 2017-07-28 08:23:25 +00:00
install Bump 1.8 and version config, frakti 1.1.1 2017-10-28 22:41:10 +08:00
pkg Add network-controller unit tests 2017-09-04 14:50:56 +08:00
tools Add LICENSE for files 2017-07-28 16:09:52 +08:00
vendor Add service-controller unit tests 2017-08-28 09:43:43 +08:00
.gitignore Use openstackdocstheme for documentation 2017-08-04 10:10:00 +08:00
.gitreview Added .gitreview 2017-05-17 11:18:32 +00:00
LICENSE Add LICENSE 2017-05-19 09:24:13 +08:00
Makefile Release note 1.0beta 2017-08-31 15:17:57 +08:00
README.md Unpdate and add new doc 2017-08-24 14:32:38 +08:00
bindep.txt Add initial makefile and tools 2017-05-19 09:22:32 +08:00
main.go Add LICENSE for files 2017-07-28 16:09:52 +08:00
test-requirements.txt Use openstackdocstheme for documentation 2017-08-04 10:10:00 +08:00

README.md

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).

Stackube Authors

Stackube is an open source project with an active development community. The project is initiated by HyperHQ, and involves contribution from ARM, China Mobile, etc.

Architecture

alt

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