@@ -16,23 +16,23 @@ More [Screenshots](https://www.kubero.dev/docs/screenshots) and a full video on
16
16
[YouTube](https://www.youtube.com/watch?v=kmqhddc6UlI)
17
17
18
18
## Features ([DEMO](https://demo.kubero.dev))
19
- - Create unlimited CI/CD pipelines with up to 4 separate ** staging environments** for all your applications
20
- - Automatically build, start, and cleanup ** review- apps** after opening/closing a pull request (GitOps)
21
- - Automatic **redeployment** of the app based on a push to a branch or tag
22
- - Create scheduled tasks as **cronjobs**
23
- - Deploy well known apps with **templates** [( WordPress, Grafana, ...)](https://www.kubero.dev/ templates)
24
- - Easy deployment of your docker containers on Kubernetes **without writing helm charts**
25
- - Deploy **add-ons ** along your application (PostgreSQL, Redis, [ and more ...](https://github.com/kubero-dev/kubero#preconfigured-add-ons))
26
- - Easy access of **application logs ** in the web-UI
27
- - Easy and safe **restart ** of the application in the web-UI
28
- - Triggered or periodic **vulnerability scans ** of your running apps
29
- - Comes with an **API and CLI ** to integrate with your existing tools and CI/CD
30
- - Built-in **container web console**
31
- - Build and deployment **Notifications ** to Discord/Slack/Webhooks
32
- - Integrated application **metrics and monitoring**
33
- - **Multi-tenancy ** support
34
- - Simple configuration of **Basic Auth ** for your application
35
- - **SSO ** with GitHub and Oauth2
19
+ - ** CI/CD Pipelines:** Create unlimited pipelines with up to 4 separate staging environments for all your applications.
20
+ - **GitOps Review Apps:** Automatically build, start, and clean up review apps when opening or closing pull requests.
21
+ - ** Automatic Redeployments:** Trigger app redeployments on pushes to branches or tags.
22
+ - **Docker Deployments:** Deploy Docker containers on Kubernetes without needing Helm charts.
23
+ - **App Templates:** Deploy popular applications like WordPress and Grafana with ready-to-use templates.
24
+ - **Add-ons Integration:** Seamlessly deploy add-ons such as PostgreSQL and Redis alongside your applications.
25
+ - **API & CLI: ** Integrate seamlessly with existing tools and CI/CD workflows.
26
+ - **Metrics & Monitoring: ** Access integrated metrics to monitor application health.
27
+ - **Notifications: ** Get build and deployment updates via Discord, Slack, or Webhooks.
28
+ - **Vulnerability Scans: ** Perform scheduled or triggered scans for running applications.
29
+ - **Application Logs: ** View logs directly from the web UI for easy monitoring.
30
+ - **Safe Restarts:** Restart applications safely and easily through the web UI.
31
+ - **Web Console: ** Use the built-in container web console for direct access.
32
+ - **Scheduled Tasks:** Easily create and manage cronjobs.
33
+ - **Multi-Tenancy: ** Support for managing multiple tenants.
34
+ - **Single Sign-On (SSO): ** Authenticate securely with GitHub and OAuth2.
35
+ - **Basic Auth: ** Configure Basic Auth for your applications with ease.
36
36
37
37
38
38
## Basic Concept
@@ -67,7 +67,7 @@ Kubero is Kubernetes native and runs with two containers on any Kubernetes insta
67
67
68
68
\* Ships with the Kubero Operator
69
69
70
- ## 139 + Application templates (similar to Heroku Buttons)
70
+ ## 164 + Application templates (similar to Heroku Buttons)
71
71
- WordPress
72
72
- Grafana
73
73
- Bitwarden
0 commit comments