Infrastructure
Kubero [pronounced: Kube Hero] is a self-hosted PaaS (Platform as a Service) that allows any developer to deploy their application on Kubernetes without specialized knowledge. Kubero follows the principles of 12-factor apps. It is possible to run apps based on existing containers or from source code.
[!NOTE] Kubero v3.0.0 is on the way!
We're gearing up for the Kubero v3.0.0 release! 🎉 This major update features a rewritten backend, now powered by NestJS, bringing best practices and maintainability.
More Screenshots and a full video on YouTube
Kubero is Kubernetes native and runs with two containers on any Kubernetes instance (kubero-ui and Operator). All data is stored on your Kubernetes etcd without an extra database.
Addon | Maintainer | Built in* | |
---|---|---|---|
MySQL | Bitnami | ✅ | |
PostgreSQL | Bitnami | ✅ | |
Redis | Bitnami | ✅ | |
MongoDB | Bitnami | ✅ | |
Elasticsearch | Bitnami | ✅ | |
Kafka | Bitnami | ✅ | |
CouchDB | Apache | ✅ | |
![]() | Haraka Mail Server | Kubero | ✅ |
Memcache | Bitnami | ✅ | |
RabbitMQ | Bitnami | ✅ | |
Cludflare Tunnels | Adianth | ||
![]() | Minio | Minio | |
Percona MongoDB Cluster | Percona | ||
Crunchy Postgres Cluster | Crunchy Data | ||
Redis Cluster | Opstree | ||
CockroachDB | CockroachDB | ||
Clickhouse | Altinity |
* Ships with the Kubero Operator
Check out the full list here or submit your own app! Read here how to do it.
1) Download and unpack the Kubero CLI (MacOS, Linux, Windows)
Binaries (MacOS, Linux)
$ curl -fsSL get.kubero.dev | bash
Brew (MacOS, Linux)
$ brew tap kubero-dev/kubero
$ brew install kubero-cli
2) Run kubero install
to install all components on a new or your existing cluster
You can bring your own existing cluster or create one with the kubero install on one of the following providers:
Basically everything that can be packaged in a single container can be deployed by Kubero.
Kubero starts now building your app. Once the build is complete, Kubero will launch the final container and make it accessible via the configured domain.
https://www.kubero.dev/docs/quickstart
https://github.com/orgs/kubero-dev/projects/1/views/3
All contributions are welcome!
Starring this project is a huge motivation. ⭐ Thank you!