Skip to content

Commit 64eb02b

Browse files
authored
Merge pull request #202 from molliezhang/main
docs *: Add files about monitoring #169
2 parents 63dfdad + aa1663d commit 64eb02b

39 files changed

+287
-67
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,29 @@ RadonDB MySQL Kubernetes supports deployment and management of RaodnDB MySQL clu
2525
- Leader-follower switching in second-level
2626
- Strongly consistent data for cluster switching
2727
- Cluster management
28-
- Monitoring and alerting
28+
- [Monitoring and alerting](docs/deploy_monitoring.md)
29+
- [Backups](docs/deploy_backup_restore_s3.md)
2930
- Logs
3031
- Account management
3132

3233
## Quick Start
3334

3435
### Helm
3536

36-
- [Deploy RadonDB MySQL on Kubernetes](docs/Kubernetes/deploy_radondb-mysql_on_kubernetes.md)
37-
- [Deploy RadonDB MySQL through git on Kubesphere](docs/KubeSphere/deploy_radondb-mysql_on_kubesphere.md)
38-
- [Deploy RadonDB MySQL through helm repo on Kubesphere](docs/KubeSphere/deploy_radondb-mysql_on_kubesphere_repo.md)
39-
- [Deploy RadonDB MySQL through Appstore of KubeSphere](docs/KubeSphere/deploy_radondb-mysql_on_kubesphere_appstore.md)
37+
- [Deploy RadonDB MySQL on Kubernetes](docs/kubernetes/deploy_radondb-mysql_on_kubernetes.md)
38+
- [Deploy RadonDB MySQL through git on Kubesphere](docs/kubesphere/deploy_radondb-mysql_on_kubesphere.md)
39+
- [Deploy RadonDB MySQL through helm repo on Kubesphere](docs/kubesphere/deploy_radondb-mysql_on_kubesphere_repo.md)
40+
- [Deploy RadonDB MySQL through Appstore of KubeSphere](docs/kubesphere/deploy_radondb-mysql_on_kubesphere_appstore.md)
4041

4142
### Operator
4243

43-
- [Deploy RadonDB MySQL on Kubernetes](docs/Kubernetes/deploy_radondb-mysql_operator_on_k8s.md)
44+
- [Deploy RadonDB MySQL on Kubernetes](docs/kubernetes/deploy_radondb-mysql_operator_on_k8s.md)
4445

4546
## Roadmap
4647

4748
| Release | Features | Mode |
4849
|------|--------|--------|
49-
| 1.0 | High availability <br> Non-centralized automatic leader election <br> Second-level switching <br> Strongly consistent data <br> Cluster management <br> Monitoring and alerting <br> Logs <br> Account management | Helm |
50+
| 1.0 | Cluster management <br> Monitoring and alerting <br> Logs <br> Account management | Helm |
5051
| 2.0 | Node management <br> Automatic expansion and shrinkage capacity <br> Upgrade <br> Backups and Restorations <br> Automatic failover <br> Automatic rebuild node <br> Automatic restart service(all or signal node)<br> Account management(API)<br> Migrating Data online | Operator |
5152
| 3.0 | Automatic O&M <br> Multiple node roles <br> Disaster Recovery <br> SSL transmission encryption | Operator |
5253

@@ -56,17 +57,17 @@ RadonDB MySQL Kubernetes supports deployment and management of RaodnDB MySQL clu
5657

5758
## License
5859

59-
RadonDB MySQL is released under the Apache 2.0, see [LICENSE](./LICENSE).
60+
RadonDB MySQL is released under the Apache 2.0, see [License](./LICENSE).
6061

6162
## Discussion and Community
6263

6364
- Forum
6465

65-
The RadonDB MySQL topic is in [Kubesphere Community](https://kubesphere.com.cn/forum/t/radondb).
66+
The RadonDB MySQL topic is in [KubeSphere Community](https://kubesphere.com.cn/forum/t/radondb).
6667

6768
- Please pay attention to our official account.
6869

69-
![](docs/images/qrcode_for_gh_ffb9d7c5dc1f_258.jpg)
70+
![](docs/images/vx_code_258.jpg)
7071

7172
---
7273
<p align="center">

README_zh.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,29 @@ RadonDB MySQL Kubernetes支持在[Kubernetes](https://kubernetes.io)和[KubeSphe
2525
- 主从秒级切换
2626
- 集群切换的数据强一致性
2727
- 集群管理
28-
- 监控告警
28+
- [监控告警](docs/deploy_monitoring.md)
29+
- [备份](docs/deploy_backup_restore_s3.md)
2930
- 集群日志管理
3031
- 账户管理
3132

3233
## 快速开始
3334

3435
### Helm
3536

36-
- [ 在 Kubernetes 上部署 RadonDB MySQL 集群](docs/Kubernetes/deploy_radondb-mysql_on_kubernetes.md)
37-
- [在 KubeSphere 上通过 Git 部署 RadonDB MySQL 集群](docs/KubeSphere/deploy_radondb-mysql_on_kubesphere.md)
38-
- [在 KubeSphere 上通过 Helm Repo 部署 RadonDB MySQL 集群](docs/KubeSphere/deploy_radondb-mysql_on_kubesphere_repo.md)
39-
- [在 KubeSphere 上通过应用商店部署 RadonDB MySQL 集群](docs/KubeSphere/deploy_radondb-mysql_on_kubesphere_appstore.md)
37+
- [ 在 Kubernetes 上部署 RadonDB MySQL 集群](docs/kubernetes/deploy_radondb-mysql_on_kubernetes.md)
38+
- [在 KubeSphere 上通过 Git 部署 RadonDB MySQL 集群](docs/kubesphere/deploy_radondb-mysql_on_kubesphere.md)
39+
- [在 KubeSphere 上通过 Helm Repo 部署 RadonDB MySQL 集群](docs/kubesphere/deploy_radondb-mysql_on_kubesphere_repo.md)
40+
- [在 KubeSphere 上通过应用商店部署 RadonDB MySQL 集群](docs/kubesphere/deploy_radondb-mysql_on_kubesphere_appstore.md)
4041

4142
### Operator
4243

43-
- [在 Kubernetes 上部署 RadonDB MySQL 集群](docs/Kubernetes/deploy_radondb-mysql_operator_on_k8s.md)
44+
- [在 Kubernetes 上部署 RadonDB MySQL 集群](docs/kubernetes/deploy_radondb-mysql_operator_on_k8s.md)
4445

4546
## 路线图
4647

4748
| 版本 | 功能 | 实现方式 |
4849
|------|--------|------|
49-
| 1.0 | MySQL 高可用 <br> 无中心化领导者自动选举<br> 主从秒级切换<br> 数据强一致性 <br> 集群管理 <br> 监控告警 <br> 集群日志管理 <br> 账户管理 | Helm |
50+
| 1.0 | 集群管理 <br> 监控告警 <br> 集群日志管理 <br> 账户管理 | Helm |
5051
| 2.0 | 增删节点 <br> 自动扩缩容 <br> 升级集群 <br> 备份与恢复 <br> 故障自动转移 <br> 自动重建节点 <br> 自动重启服务 <br> 账户管理(提供 API 接口)<br> 在线迁移 | Operator |
5152
| 3.0 | 自动化运维 <br> 多节点角色 <br> 灾备集群 <br> SSL 传输加密 | Operator |
5253

@@ -56,17 +57,17 @@ RadonDB MySQL Kubernetes支持在[Kubernetes](https://kubernetes.io)和[KubeSphe
5657

5758
## 协议
5859

59-
RadonDB MySQL 基于 Apache 2.0 协议,详见 [LICENSE](./LICENSE)
60+
RadonDB MySQL 基于 Apache 2.0 协议,详见 [License](./LICENSE)
6061

6162
## 欢迎加入社区话题互动
6263

6364
- 论坛
6465

65-
请加入[Kubesphere 开发者社区](https://kubesphere.com.cn/forum/t/radondb) RadonDB MySQL 话题专区。
66+
请加入[KubeSphere 开发者社区](https://kubesphere.com.cn/forum/t/radondb) RadonDB MySQL 话题专区。
6667

67-
- 请关注我们的微信公众号
68+
- 欢迎关注微信公众号
6869

69-
![](docs/images/qrcode_for_gh_ffb9d7c5dc1f_258.jpg)
70+
![](docs/images/vx_code_258.jpg)
7071

7172
---
7273
<p align="center">
-93.4 KB
Binary file not shown.
-101 KB
Binary file not shown.
-85.4 KB
Binary file not shown.
-69.1 KB
Binary file not shown.
-83.5 KB
Binary file not shown.
-88.2 KB
Binary file not shown.
-45.9 KB
Binary file not shown.
-106 KB
Binary file not shown.

0 commit comments

Comments
 (0)