Skip to content
Gianni Carafa edited this page Aug 30, 2022 · 11 revisions


Goals and Concept

Kubero brings the convinience of Heroku/platform.sh/vercel.dev to your kubernetes cluster. Your developers should not need to worry about the underlying infrastructure and deployment. Kubero is a tool that helps you to deploy your application in a kubernetes cluster.

CI/CD

Kubero comes with a integrated CI/CD pipeline. You can use it to deploy your application in a kubernetes cluster or deploy your prebuilt container images.

The Pipeline does not build a container image. It only pulls your code and runs the build scripts, which are mounted into your running container. Since the Images are not built, pushed and pulled from a registry, Kubero is a very fast solution.

Addons/Plugins

Kubero provides a set of addons/plugins that can be with your applications.

Currently available addons are:

  • Redis
  • Rediscluster
  • MongoDB
  • Postgres

Integrations/Buildpacks

There is currently only a NodeJS build container. This part may still change a lot.

Contact and community

Clone this wiki locally