Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siderolabs/omni
SaaS-simple deployment of Kubernetes - on your own hardware.
https://github.com/siderolabs/omni
Last synced: about 20 hours ago
JSON representation
SaaS-simple deployment of Kubernetes - on your own hardware.
- Host: GitHub
- URL: https://github.com/siderolabs/omni
- Owner: siderolabs
- License: other
- Created: 2024-02-29T13:12:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T02:36:34.000Z (16 days ago)
- Last Synced: 2025-01-03T08:49:36.353Z (16 days ago)
- Language: Go
- Size: 5.49 MB
- Stars: 590
- Watchers: 10
- Forks: 36
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - siderolabs/omni - SaaS-simple deployment of Kubernetes - on your own hardware. (Go)
README
![Omni screenshot](docs/img/omni.png)
SaaS-simple deployment of Kubernetes - on your own hardware.
---
Omni manages Kubernetes on bare metal, virtual machines, or in a cloud.
Built on [Talos Linux](https://talos.dev) by the folks at [Sidero](https://siderolabs.com).Boot from an Omni image. Click to allocate to a cluster. That’s it!
- Vanilla Kubernetes, on your machines, under your control.
- Elegant UI for management and operations
- Security taken care of—ties into your Enterprise ID provider
- Highly Available Kubernetes API endpoint built in
- Firewall friendly—manage edge nodes securely
- From single-node clusters to the largest scale
- Support for GPUs and most CSIs## Install
Omni is available via a [Business Source License](LICENSE) which allows free installations in non-production environments. If you would like to deploy Omni for production use please contact [Sidero sales](mailto:[email protected]). If you would like to subscribe to the hosted version of Omni please see the [SaaS pricing](https://www.siderolabs.com/pricing/).
If you would like to self-host Omni for non-production workloads please follow the [instructions in the documentation](https://omni.siderolabs.com/how-to-guides/self_hosted/index).
## Development
For instructions on developing Omni, see [DEVELOPMENT.md](DEVELOPMENT.md).
## Community
- Support: Questions, bugs, feature requests [GitHub Issues](https://github.com/siderolabs/omni/issues)
- Slack: Join our [slack channel](https://slack.dev.talos-systems.io)
- Twitter: [@SideroLabs](https://twitter.com/SideroLabs)
- Email: [[email protected]](mailto:[email protected])If you're interested in this project and would like to help in engineering efforts or have general usage questions, we are happy to have you!
We hold a weekly meeting that all audiences are welcome to attend.### Office Hours
- When: Mondays at 16:30 UTC.
- Where: [Google Meet](https://meet.google.com/day-pxhv-zky).You can subscribe to this meeting by joining the community forum above.
> Note: You can convert the meeting hours to your [local time](https://everytimezone.com/s/599e61d6).
## Contributing
Contributions are welcomed and appreciated!
See [Contributing](CONTRIBUTING.md) for our guidelines.## Licenses
The Omni code is released under a combination of two licenses:
- The main Omni Server code is licensed under [Business Source License 1.1 (BSL-1.1)](LICENSE).
- The [Omni client library](client) is licensed under [Mozilla Public License 2.0 (MPL-2.0)](client/LICENSE).When contributing to an Omni feature, you can find the relevant license in the comments at the top of each file.