Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sipb/homeworld
Cluster management system for the SIPB Hyades project
https://github.com/sipb/homeworld
cluster hyades kubernetes
Last synced: 2 months ago
JSON representation
Cluster management system for the SIPB Hyades project
- Host: GitHub
- URL: https://github.com/sipb/homeworld
- Owner: sipb
- License: mit
- Created: 2017-05-06T18:45:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T21:13:41.000Z (over 2 years ago)
- Last Synced: 2024-08-01T10:17:36.308Z (5 months ago)
- Topics: cluster, hyades, kubernetes
- Language: Go
- Homepage:
- Size: 2.98 MB
- Stars: 21
- Watchers: 31
- Forks: 19
- Open Issues: 150
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - sipb/homeworld - Cluster management system for the SIPB Hyades project (kubernetes)
README
# The Homeworld Project
Homeworld is a self-assembling bare-metal distribution of [Kubernetes](https://kubernetes.io/) built by [MIT SIPB](https://sipb.mit.edu/) for our [Hyades cluster](http://hyades.mit.edu/).
# Key features
Disclaimer: Homeworld is unfinished, and not all of these features are fully implemented. Do not trust Homeworld with your critical data or services at this time.
* Bare-metal: Homeworld handles the entire installation and operation process of a cluster, from providing a customized debian installer to integrating with external authentication mechanisms.
* Self-assembling: Homeworld is designed to be easily deployable and scalable on bare metal hardware; once the supervisor node is installed, each additional node (master or worker) only requires an IP address and an admission token, and then everything else is automated.
* Self-contained: Homeworld builds almost everything from source (except Go and Debian), and does not depend on the security of container registries like Docker Hub. Upstream sources are themselves pinned, to help defend against supply-chain attacks.
* Secure by default: Homeworld strives to operate securely without requiring any additional configuration or tooling.
* Self-testing: Homeworld's integration tests are (in most cases) the same as the monitoring tools used to ensure that the cluster is functional, so monitoring confirms not just that elements of the system are online, but that they are functional.# Subfolders
* platform: the bazel workspace, containing all of the code used in Homeworld except for the chroot scripts.
* build-chroot: scripts for creating and managing a chroot suitable for building Homeworld, which is required.
* deploy-chroot: scripts for creating and managing a chroot suitable for deploying and administering Homeworld, which is optional.
* .circleci: configuration for continuous integration of the Homeworld build process.
* .jenkins: configuration for continuous integration of the Homeworld build and deployment (i.e. self-assembly) processes.
* docs: documentation on building, maintaining, and deploying Homeworld.
* design: somewhat outdated and incomplete documentation on Homeworld's design.# Contact
Project lead: Cel Skeggs. Contact over SIPB Mattermost or via MIT email.