当前位置:网站首页>Database Plus 的云上之旅:SphereEx 正式开源 ShardingSphere on Cloud 解决方案
Database Plus 的云上之旅:SphereEx 正式开源 ShardingSphere on Cloud 解决方案
2022-08-01 18:58:00 【InfoQ】
ShardingSphere Operator

- 简化启动配置:ShardingSphere 拥有丰富的数据库增强能力,其相应的配置也较为复杂。在当前版本里,ShardingSphere Operator 将配置和配置的挂载行为进行自动化,用户只需要填写最小化启动依赖配置,就可以在集群中快速部署和启动一个 ShardingSphere-Proxy 集群,而运行时的配置都可以通过 DistSQL 进行实现。
- 自动部署治理节点:ShardingSphere 在运行的过程中依赖治理中心对元数据进行持久化,并实现集群节点间的元数据广播。为了优化用户体验,做到开箱即用,ShardingSphere Operator 可以根据用户需要将治理节点同计算节点一起部署,并配置依赖关系。
- 高可用:在云环境中为了简化维护,希望尽可能实现去状态的部署。ShardingSphere-Proxy 作为无状态的计算节点,配合 ShardingSphere Operator 可以实现多种维度的健康状态探测和故障恢复能力。
- 水平扩容:利用 Kubernetes 的 HPA,可以实现基于 CPU 和内存的 ShardingSphere-Proxy 水平扩缩容。而 ShardingSphere Operator 将逐步支持多种自定义指标,为 ShardingSphere-Proxy 实现更智能、更稳定的高级自动扩容能力。
Helm 部署
- ShardingSphere-Operator Chart
- 支持部署 ShardingSphere-Operator
- ShardingSphere-Cluster Chart
- 支持部署 ShardingSphere-Proxy 集群
- 支持通过 Bitnami 部署 ZooKeeper 集群
- 支持 ShardingSphere-Proxy 自动配置并连接治理节点
- 使用 Github Pages 托管 Charts 并可以使用
helm repo add
进行添加仓库
新特性
- 支持使用
shardingsphereproxy
CRD 进行描述 ShardingSphere-Proxy 集群信息
- 支持原生的 ShardingSphere-Proxy server.yaml 配置进行启动
- 支持基于 CPU 指标的 HPA 配置自动扩容
- 支持自动下载 MySQL 驱动
快速体验
kubectl create ns sharding
helm repo add shardingspherecloud https://sphereex.github.io/shardingsphere-on-cloud/
helm install operator shardingspherecloud/shardingsphere-operator -n sharding
helm install cluster shardingspherecloud/shardingsphere-cluster -n sharding
sharding
未来规划
相关链接
作者

边栏推荐
- 面试必问的HashCode技术内幕
- Use of message template placeholders
- Win11校园网无法连接怎么办?Win11连接不到校园网的解决方法
- odoo+物联网
- 选择合适的 DevOps 工具,从理解 DevOps 开始
- LeetCode 0152. Product Maximum Subarray: dp + Roll in Place
- 在表格数据上,为什么基于树的模型仍然优于深度学习?
- Shell script topic (07): file from cfs to bos
- 123123123123
- Prometheus's Recording rules practice
猜你喜欢
30分钟成为Contributor|如何多方位参与OpenHarmony开源贡献?
A simple Flask PIN
Library website construction source code sharing
[pyqt5] Custom controls to achieve scaling sub-controls that maintain the aspect ratio
LeetCode 0152. Product Maximum Subarray: dp + Roll in Place
小白系统初始化配置资源失败怎么办
483-82(23、239、450、113)
Win11如何开启剪贴板自动复制?Win11开启剪贴板自动复制的方法
Shell script topic (07): file from cfs to bos
在表格数据上,为什么基于树的模型仍然优于深度学习?
随机推荐
mysql函数的作用有哪些
LeetCode 0151. Reverse a string of words
Stop using MySQL online DDL
Break the performance ceiling!AsiaInfo database supports more than 1 billion users, with a peak of one million transactions per second
Keras深度学习实战——交通标志识别
用VS2013编译带boost库程序时提示 fatal error C1001: 编译器中发生内部错误
从普通进阶成优秀的测试/开发程序员,一路过关斩将
GZIPOutputStream 类源码分析
Zabbix6.0钉钉机器人告警
2022年 PHP面试问题记录
DAO development tutorial [WEB3.0]
Redis的内存淘汰策略和过期删除策略的区别是什么
SQL函数 TO_DATE(二)
1065 A+B and C (64bit)
突破性能天花板!亚信数据库支撑 10 多亿用户,峰值每秒百万交易
硬件大熊原创合集(2022/07更新)
在GBase 8c数据库后台,使用什么样的命令来对gtm、dn节点进行主备切换的操作?
Map by value
Win11如何开启剪贴板自动复制?Win11开启剪贴板自动复制的方法
LeetCode 0152. Product Maximum Subarray: dp + Roll in Place