Skip to content

etcook/kubero

This branch is 1500 commits behind kubero-dev/kubero:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 28, 2022
Nov 7, 2022
Dec 2, 2022
Dec 1, 2022
Dec 2, 2022
Jul 7, 2022
Dec 3, 2022
Aug 26, 2022
Nov 28, 2022
Dec 2, 2022
Oct 9, 2022
Jul 13, 2022
May 20, 2022
Dec 1, 2022
Nov 28, 2022
Nov 5, 2022
Oct 3, 2022
Nov 30, 2022
Aug 26, 2022
Nov 30, 2022
Sep 11, 2022
Nov 2, 2022
May 31, 2022
Nov 30, 2022

Repository files navigation



GitHub GitHub release (latest by date)


Kubero brings the convinience of Heroku to your kubernetes cluster. Your developers should not need to worry about the underlying infrastructure and deployment. It enables you to deploy your applications within some clicks. It also provides a dashboard and CLI to manage your applications.

Kubero is Kubernetes native and runs on every Kubernetes.

What can Kubero do for you?

  • Create a CI pipeline with up to 4 separate environments for all your applications: review apps -> testing -> stageing -> production
  • Build, start and cleanup reviewapps after opening/closing a pull request
  • Automatic deployment of the app based on a branch or tag
  • Create scheduled tasks (cronjobs)
  • Easy deployment of your apps on kubernetes without helm charts
  • Deploy addons (PostgreSQL, Redis, more to come)
  • Easy access of application logs in the UI
  • Easy and safe restart of the application in the UI

What Kubero won't do for you

  • Manage your Kubernetes cluster
  • Install and manage your operators
  • Give access to your container CLI

Supported GIT repositories

Which languages are supported

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

So far tested languages/frameworks:

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

Preconfigured Buildpacks

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

Quickstart

  1. Download and unpack the Kubero CLI

  2. Run kubero install to install all components on your cluster

Screenshots

more Screenshots

Usage

  1. Create a pipeline with all your phases
  2. Connect the Pipeline to your git repository (Github, Bitbucket, Gitlab, Gitea, Gogs)
  3. Create your apps with cronjobs and addons

Documentation

https://github.com/kubero-dev/kubero/wiki

Roadmap

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

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

Support

Staring this projects helps a lot. ⭐ Thank you!

Stargazers over time

About

A Heroku clone for Kubernetes

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 68.3%
  • Vue 29.7%
  • JavaScript 1.5%
  • Other 0.5%