Self hosted
🚧 Work in progress
The mogenius platform is available as a SaaS option on app.mogenius.com. If you prefer the self-hosted version of mogenius, you can install it with our Helm chart. This way you can run mogenius on your own clusters and even in air-gapped environments.
Prerequisites
- A Kubernetes cluster with at least 1 CPU and 1 GB of memory available.
- A working local installation of Helm.
- A MySQL server (optional)
Prepare your values.yaml
Quickstart
The Helm chart uses default values that deploy all required resources for the mogenius platform at once, aiming for a lightweight setup. This way, minimal configuration is required before you can get started.
The mogenius platform uses a MySQL database that is deployed from the public MySQL Docker image by default. This setup is not recommended for running the mogenius platform in production scenarios. Check out the Production setup below for instructions on connecting a dedicated MySQL instance during the installation.