-
Notifications
You must be signed in to change notification settings - Fork 110
Home
Kubero brings the convenience 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 an 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.
You can run everything that runs in a container. Kubero uses default images to build and run your app. But you can build your own builder if required. And create your custom deployment packs.
Addons are deployed with Kubernetes Operators which are configurable over the UI.
These are the currently available add-ons:
- Redis
- Redis cluster
- MongoDB
- Postgres