Integrate OpenStack projects with Kubernetes for multi-tenancy.
Go to file
Pengfei Ni c847f5e5a5 Add service controller
- Add a service controller in stackube and create lbaas v2 pools for new services,
also add members for endpoints.
- Fix getting network for system namespaces.

Change-Id: I7942a2d26dd33b4ceb75ec51c03933205a60aea7
Implements: blueprint service-loadbalancer
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
2017-07-26 20:54:24 +08:00
cmd Add service controller 2017-07-26 20:54:24 +08:00
deployment/kubestack Containerize cni network plugin 2017-07-20 10:37:44 +08:00
devstack Refactor tenant client 2017-07-20 09:57:24 +08:00
doc Fix system namespace 2017-07-17 14:43:22 +08:00
hack Add stackube proxy 2017-07-20 16:21:59 +08:00
pkg Add service controller 2017-07-26 20:54:24 +08:00
tools Update vendor and makefile 2017-06-09 13:18:01 +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 initial makefile and tools 2017-05-19 09:22:32 +08:00
Makefile Add stackube proxy 2017-07-20 16:21:59 +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.