Integrate OpenStack projects with Kubernetes for multi-tenancy.
8023bdc864
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. |
||
---|---|---|
cmd | ||
deployment | ||
devstack | ||
doc | ||
hack | ||
install | ||
pkg | ||
tools | ||
vendor | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md | ||
test-requirements.txt |
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).
- Source: https://git.openstack.org/cgit/openstack/stackube
- Bugs: https://bugs.launchpad.net/stackube
- Blueprints: https://blueprints.launchpad.net/stackube
- Documentation: https://stackube.readthedocs.io
- Demo: https://www.youtube.com/watch?v=jn1PDrYqkVA
Architecture
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.