Skip to content

Commit 025a63e

Browse files
authored
Update README.md
1 parent 046691b commit 025a63e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
<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.
1616

1717
<br>
1818
<br>
@@ -22,21 +22,21 @@ Kubero [pronounced: Kube Hero] is a self-hosted PaaS (Platform as a Service) tha
2222
More <a href="https://docs.kubero.dev/screenshots" target="_blank">Screenshots</a> and a full video on
2323
<a href="https://www.youtube.com/watch?v=kmqhddc6UlI" target="_blank">YouTube</a><p>
2424

25-
## How it Works ([DEMO](https://demo.kubero.dev))
25+
## How GitOps Works ([DEMO](https://demo.kubero.dev))
2626
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)
2828
3. Configure your apps with cronjobs and addons
2929

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.
3131

3232
## Features
3333
- Create unlimited CI/CD pipelines with up to 4 separate **staging environments** for all your applications
3434
- Automatically build, start, and cleanup **review-apps** after opening/closing a pull request
3535
- Automatic **redeployment** of the app based on a push to a branch or tag
3636
- 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)
3838
- 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))
4040
- Easy access of **application logs** in the web-UI
4141
- Easy and safe **restart** of the application in the web-UI
4242
- 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
9090
\* Ships with the Kubero Operator
9191

9292
## 80+ Application templates (similar to Heroku Buttons)
93-
- Wordpress
93+
- WordPress
9494
- Grafana
95-
- Bluesky PDS (Personal Data Server)
95+
- Bitwarden
9696
- <a href="https://uptime.kuma.pet" target="_blank">Kuma</a>
9797
- <a href="https://github.com/zadam/trilium" target="_blank">Trilium Notes</a>
9898
- ...
9999

100100
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.
101101

102102
## 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.
104104
<br>
105105
<br>
106106

@@ -114,15 +114,15 @@ Binaries (MacOS, Linux)
114114
curl -fsSL get.kubero.dev | bash
115115
```
116116

117-
Brew (MacOS, Linux)
117+
Brew (MacOS, Linux)
118118
```
119119
brew tap kubero-dev/kubero
120120
brew install kubero-cli
121121
```
122122

123123
**2) Run `kubero install` to install all components on a new or your existing cluster**
124124

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:
126126
- GKE
127127
- Scaleway
128128
- DigitalOcean
@@ -140,10 +140,10 @@ https://github.com/orgs/kubero-dev/projects/1/views/3
140140

141141
## Contributing
142142
All contributions are welcome!
143-
- Open an issue
144-
- Add a feature or open a feature request
145-
- Discuss ideas in the discussions
146-
- Fix typos
143+
- Rise an issue/bug/error
144+
- Open a feature request
145+
- Discuss ideas in the discussions section or discord
146+
- Fix typos (I do a lot of them)
147147
- Contribute code
148148
- Write articles
149149

0 commit comments

Comments
 (0)