-
Notifications
You must be signed in to change notification settings - Fork 107
Home
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.
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.
Kubero provides a set of addons/plugins that can be with your applications.
Currently available addons are:
- Redis
- Rediscluster
- MongoDB
- Postgres
There is currently only a NodeJS build container. This part may still change a lot.