You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
14
14
<br>
15
-
Kubero [pronounced: Kube Hero] is a self-hosted PaaS (Platform as a Service) that allows any developer to deploy their application on Kubernetes without specialized knowledge. Kubero follows the principles of 12-factor apps. It is possible to run apps based on containers or from source code.
15
+
Kubero [pronounced: Kube Hero] is a self-hosted PaaS (Platform as a Service) that allows any developer to deploy their application on Kubernetes without specialized knowledge. Kubero follows the principles of 12-factor apps. It is possible to run apps based on existing containers or from source code.
16
16
17
17
<br>
18
18
<br>
@@ -22,21 +22,21 @@ Kubero [pronounced: Kube Hero] is a self-hosted PaaS (Platform as a Service) tha
22
22
More <ahref="https://docs.kubero.dev/screenshots"target="_blank">Screenshots</a> and a full video on
## How GitOps Works ([DEMO](https://demo.kubero.dev))
26
26
1. Create a pipeline with the phases you need (review, test, stage, production)
27
-
2. Connect the pipeline to your git repository (Github, Bitbucket, Gitlab, Gitea, Gogs)
27
+
2.(optional) Connect the pipeline to your git repository (Github, Bitbucket, Gitlab, Gitea, Gogs)
28
28
3. Configure your apps with cronjobs and addons
29
29
30
-
Kubero initiates two containers: one for cloning your repository and another for building your app. Once the build is complete, Kubero will launch the final container and make it accessible via the configured domain.
30
+
Kubero starts now building your app. Once the build is complete, Kubero will launch the final container and make it accessible via the configured domain.
31
31
32
32
## Features
33
33
- Create unlimited CI/CD pipelines with up to 4 separate **staging environments** for all your applications
34
34
- Automatically build, start, and cleanup **review-apps** after opening/closing a pull request
35
35
- Automatic **redeployment** of the app based on a push to a branch or tag
36
36
- Create scheduled tasks as **cronjobs**
37
-
- Deploy well known apps with **templates**[(Wordpress, Grafana, ...)](https://www.kubero.dev/templates)
37
+
- Deploy well known apps with **templates**[(WordPress, Grafana, ...)](https://www.kubero.dev/templates)
38
38
- Easy deployment of your docker containers on Kubernetes **without writing helm charts**
39
-
- Deploy **add-ons**for your application (PostgreSQL, Redis, [and more ...](https://github.com/kubero-dev/kubero#preconfigured-add-ons))
39
+
- Deploy **add-ons**along your application (PostgreSQL, Redis, [and more ...](https://github.com/kubero-dev/kubero#preconfigured-add-ons))
40
40
- Easy access of **application logs** in the web-UI
41
41
- Easy and safe **restart** of the application in the web-UI
42
42
- Triggered or periodic **vulnerability scans** of your running apps
@@ -90,17 +90,17 @@ Basically *everything* that can be packaged in a single container can be deploye
90
90
\* Ships with the Kubero Operator
91
91
92
92
## 80+ Application templates (similar to Heroku Buttons)
Check out the full [list here](https://www.kubero.dev/templates/) or submit your own app! [Read here](https://github.com/kubero-dev/kubero/blob/main/services/) how to do it.
101
101
102
102
## Basic Concept
103
-
Kubero is Kubernetes native and runs with two containers on any Kubernetes instance.
103
+
Kubero is Kubernetes native and runs with two containers on any Kubernetes instance (kubero-ui and Operator). All data is stored on your Kubernetes etcd without an extra database.
104
104
<br>
105
105
<br>
106
106
@@ -114,15 +114,15 @@ Binaries (MacOS, Linux)
114
114
curl -fsSL get.kubero.dev | bash
115
115
```
116
116
117
-
Brew (MacOS, Linux)
117
+
Brew (MacOS, Linux)
118
118
```
119
119
brew tap kubero-dev/kubero
120
120
brew install kubero-cli
121
121
```
122
122
123
123
**2) Run `kubero install` to install all components on a new or your existing cluster**
124
124
125
-
You can bring your own cluster or create one with the kubero install on one of the following providers:
125
+
You can bring your own existing cluster or create one with the kubero install on one of the following providers:
0 commit comments