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
+16-2
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,12 @@ Kubero is Kubernetes native and runs on any Kubernetes instance.
32
32
33
33
## Supported GIT repositories (hosted and self-hosted)
34
34
- Gitea
35
-
- Forgejo (WIP)
36
-
- OneDev (WIP)
37
35
- Gogs
38
36
- Github
39
37
- Gitlab
40
38
- Bitbucket
39
+
- Forgejo (WIP)
40
+
- OneDev (WIP)
41
41
42
42
## Tested languages/frameworks
43
43
Basicly *everything* that can be shipped in a single container. Kubero uses official images to build and run the apps. But they can be replaced or extended to fit your needs.
@@ -54,6 +54,20 @@ Basicly *everything* that can be shipped in a single container. Kubero uses offi
54
54
You find the preconfigured buildpacks and examples here:
55
55
https://github.com/kubero-dev/buildpacks
56
56
57
+
## Preconfigured addons
58
+
- MySQL
59
+
- PostgreSQL
60
+
- Redis
61
+
- MongoDB
62
+
- Elasticsearch
63
+
- Kafka
64
+
- Memcached
65
+
- CouchDB
66
+
- RabbitMQ (WIP, ~v1.8.0)
67
+
- Minio (WIP, ~v1.8.0)
68
+
- InfluxDB (WIP, ~v1.8.0)
69
+
- CockroachDB (WIP)
70
+
57
71
## Quickstart
58
72
1) Download and unpack the <ahref="https://github.com/kubero-dev/kubero-cli/releases/latest">Kubero CLI</a><p>
59
73
2) Run `kubero install` to install all components on an new or your existing cluster
0 commit comments