Integrate OpenStack projects with Kubernetes for multi-tenancy.
Go to file
OpenDev Sysadmins 8023bdc864 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:41 +00: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 Replace openstack.org git:// URLs with https:// 2019-03-24 20:36:10 +00:00
doc Replace openstack.org git:// URLs with https:// 2019-03-24 20:36:10 +00:00
hack Merge "Add LICENSE for files" 2017-07-28 08:23:25 +00:00
install Update with stackube demo 2017-11-18 23:40:06 +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 OpenDev Migration Patch 2019-04-19 19:50:41 +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 Update with stackube demo 2017-11-18 23:40:06 +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).

Architecture

alt

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.

License

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