Integrate OpenStack projects with Kubernetes for multi-tenancy.
Go to file
mozhulee 328463416e Fix identity endpoint
Change-Id: I2db64d89a4ebcb2dd37276abaf89400dc055c1a4
Closes-Bug: 1709270
Signed-off-by: mozhuli <21621232@zju.edu.cn>
2017-08-10 16:00:16 +08:00
cmd Add kube-dns 2017-08-04 08:56:27 +08:00
deployment Add kube-dns 2017-08-04 08:56:27 +08:00
devstack Add deployments for stackube addons 2017-08-04 18:37:30 +08:00
doc Fix document format, e.g. numbers and paragraph 2017-08-04 10:32:50 +08:00
hack Merge "Add LICENSE for files" 2017-07-28 08:23:25 +00:00
pkg Add kubecrd unit tests 2017-08-07 17:02:32 +08:00
tools Add LICENSE for files 2017-07-28 16:09:52 +08:00
vendor Fix identity endpoint 2017-08-10 16:00:16 +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
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 LICENSE for files 2017-07-28 16:09:52 +08:00
Makefile Add kube-dns 2017-08-04 08:56:27 +08:00
README.md Add links of documentation. 2017-06-08 20:25:07 +08:00
test-requirements.txt Use openstackdocstheme for documentation 2017-08-04 10:10:00 +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.