chore: update charts

Signed-off-by: mlycore <maxwell92@126.com>
1 file changed
tree: 4204146ebb666307fd6495bdf4a661ed807bb7a2
  1. .github/
  2. charts/
  3. doc/
  4. shardingsphere-operator/
  5. .gitignore
  6. .licenserc.yaml
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING.md
  9. index.yaml
  10. LICENSE
  11. README.md
README.md

ShardingSphere on Cloud

GitHub release License Twitter Slack Gitter

This repository collects scripts, tools, manifests and documentations, provides home for Apache ShardingSphere on cloud solutions.

Solutions currently included in this project:

The ShardingSphere operator uses predefined CustomResourceDefinitions for describing a Deployment for Apache ShardingSphere on Kubernetes.

ShardingSphere Operator

Prerequisites

With the help of ShardingSphere-Operator you could create a ShardingSphere-Proxy cluster including the ZooKeeper cluster in minutes.

For installation of SharingSphere-Operator, you will need a Kubernetes cluster, no matter it is a managed Kubernetes service like AWS EKS or self-hosted Kubernetes, or just a mini-kube, you can easily install ShardingSphere-Operator with respective ShardingSphere Operator Helm Charts, and apply the manifests in ShardingSphere Cluster Helm Charts describing the expected Apache ShardingSphere deployment. Kubernetes 1.18+ is recommended.

Internal Architecture

img.png

Current Status

Minimum Viable Product

Quick Start

Please follows deployment instructions to deploy a ShardingSphere cluster with version 5.1.2

Features

  • Supports the use of proxy to configure and describe the shardingsphere-proxy cluster. For detailed configuration, see the deployment documentation
  • Support native shardingsphere proxy server.yaml configuration. For specific support items, please refer to the documentation
  • Support automatic creation of HPA based on cpu metrics
  • Support automatic download of MySQL driver

Installation

Helm

  • ShardingSphere-Operator chart
    • Support deploy shardingsphere operator
  • ShardingSphere-Cluster chart
    • Support deploy shardingsphere proxy cluster
    • Support deploy Zookeeper by bitnami
    • Support automatic configuration of the address of the governance center
    • Use github pages to host repositories and support helm repo add to add repositories

Development Prerequisites

To build ShardingSphere Operator from scratch you will need to install the following tools:

Contributing

To contribute to this project, refer to Contributing.

Join the discussion

If you have any questions or feedback regarding this project, join the Apache ShardingSphere Slack.

For Wechat users, follow this wechat offcial account.

License

Apache License 2.0, see LICENSE.