Integrate OpenStack projects with Kubernetes for multi-tenancy.
Go to file
Pengfei Ni 82b659963e Add requires apis to rbac cluster roles
stackube-controller needs to create/delete roles and rolebindings.
It also has to visit all apis in order to create tenant's own role.

Change-Id: I48e8f0aaec00241d30dba818bcc19a3349237a16
Closes-Bug: 1707599
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
2017-07-31 17:23:08 +08:00
cmd Add LICENSE for files 2017-07-28 16:09:52 +08:00
deployment Add requires apis to rbac cluster roles 2017-07-31 17:23:08 +08:00
devstack Add LICENSE for files 2017-07-28 16:09:52 +08:00
doc Add LICENSE for files 2017-07-28 16:09:52 +08:00
hack Merge "Add LICENSE for files" 2017-07-28 08:23:25 +00:00
pkg Rework RBAC controller 2017-07-31 14:40:40 +08:00
tools Add LICENSE for files 2017-07-28 16:09:52 +08:00
vendor Add service controller 2017-07-26 20:54:24 +08:00
.gitignore Use trp to handle network 2017-06-28 19:22:08 +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 Containerize stackube controller 2017-07-28 22:44:52 +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.