Kubero

Kubero is a developer friendly selfservice platform for Kubernetes.

Stars
1.69K
Forks
59
Open issues
21
Closed issues
64
Last release
7 months ago
Last commit
6 months ago
Watchers
1.69K
Total releases
42
Total commits
955
Open PRs
3
Closed PRs
153
Repo URL
Project Website
https://www.kubero.dev/
Platform
License
gpl-3.0
Category
Offers premium version?
NO
Proprietary?
NO
About



Kubero [pronounced: Kube Hero] is a fully self-hosted Internal Developer Platform (IDP) that brings the workflows of Heroku to your Kubernetes cluster. It enables you to deploy your applications with a few clicks on the Dashboard or by CLI. It has a built-in CI/CD pipeline and supports multiple staging environments.

More Screenshots and a full video on YouTube

How it Works (DEMO)

  1. Create a pipeline with the phases you need (review, test, stage, production)
  2. Connect the pipeline to your git repository (Github, Bitbucket, Gitlab, Gitea, Gogs)
  3. Configure your apps with cronjobs and addons

Kubero will then start an init container that will clone your repository and another init container to build your app. Kubero is now able to start the container and expose it to the internet. You can now access your app via the configured domain.

Features

  • Create unlimited CI pipelines with up to 4 separate staging environments for all your applications
  • Automatically build, start, and cleanup review-apps after opening/closing a pull request
  • Automatic redeployment of the app based on a push to a branch or tag
  • Create scheduled tasks as cronjobs
  • Deploy well known apps with templates (Wordpress, Grafana, ...)
  • Easy deployment of your docker containers on Kubernetes without helm charts
  • Deploy add-ons for your application (PostgreSQL, Redis, and more ...)
  • Easy access of application logs in the UI
  • Easy and safe restart of the application in the UI
  • Triggered or Periodic vulnerability scans of your running apps
  • Comes with an API and CLI to integrate with your existing tools

Supported GIT repositories (hosted and self-hosted)

  • Gitea / Forgejo
  • Gogs
  • Github
  • Gitlab
  • Bitbucket
  • OneDev (in progress)

Tested languages/frameworks

Basically everything that can be packaged in a single container can be deployed by Kubero. Kubero uses official images to build and run the apps. But they can be replaced or extended to fit your needs.

  • GoLang (including Hugo, gin-gonic)
  • Python (including Flask)
  • JavaScript/NodeJS
  • PHP (including Laravel)
  • Ruby (including Rails)
  • Static HTML
  • Rust (including Rocket)
  • ...

You find the preconfigured buildpacks and examples here: https://github.com/kubero-dev/buildpacks

Preconfigured add-ons

The Kubero Operator ships with several basic add-ons that can be used in your apps.

  • MySQL
  • PostgreSQL
  • Redis
  • MongoDB
  • Elasticsearch
  • Kafka
  • CouchDB
  • Haraka Mail Server
  • RabbitMQ (planned)
  • CockroachDB (planned)
  • Minio (planned)
  • InfluxDB (planned)

60+ Application templates (similar to Heroku Buttons)

Check out the full list here or submit your own app! Read here how to do it.

Basic Concept

Kubero is Kubernetes native and runs with two containers on any Kubernetes instance.

Quickstart

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 cluster or create one with the kubero install on one of the following providers:

  • GKE
  • Scaleway
  • DigitalOcean
  • Linode
  • Kind (local)

Documentation

https://docs.kubero.dev/

Roadmap

https://github.com/orgs/kubero-dev/projects/1/views/3

Community

Contributing

All contributions are welcome!

  • Open an issue
  • Add a feature or open a feature request
  • Discuss ideas in the discussions
  • Fix typos
  • Contribute code
  • Write articles

Supporting this project

Starring this project is a huge motivation. ⭐ Thank you!

Alternative Projects

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.