From 123dacb6f3cf061e414793aadc619d825c1adfba Mon Sep 17 00:00:00 2001 From: KID-G <362753231@qq.com> Date: Fri, 23 Apr 2021 14:53:06 +0800 Subject: [PATCH] fix wrong word and modify charts readme #51 --- README.md | 2 +- charts/README.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 932e2d45..6bdbcf1b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ English | [中文](README_zh.md) ## What is XenonDB? -[XnenoDB](https://github.com/radondb/xenondb) is a open-source, cloud-native, highly available cluster solutions that is based on [MySQL](https://MySQL.org) database. With the Raft protocol,XenonDB provide the faster failover performance without losing any transactions. +[XenonDB](https://github.com/radondb/xenondb) is a open-source, cloud-native, highly available cluster solutions that is based on [MySQL](https://MySQL.org) database. With the Raft protocol,XenonDB provide the faster failover performance without losing any transactions. At present, XenonDB has supported the deployment of MySQL high availability clusters on kubernetes and kubesphere platforms. diff --git a/charts/README.md b/charts/README.md index d39ab7fe..e51ef352 100644 --- a/charts/README.md +++ b/charts/README.md @@ -1,3 +1,20 @@ +# XenonDB +XenonDB is a open-source, cloud-native, highly available cluster solutions that is based on database. + +# Github + +https://github.com/radondb/xenondb +# Features +- High availability MySQL database + - Non-centralized automatic leader election + - Second level switch leader to follower + - Strongly consistent data for cluster switching +- Cluster management +- Monitoring and alerting +- Logs +- Account management + + # Introduction This chart bootstraps a single leader and multiple followers [MySQL](https://MySQL.org) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.