当前位置:网站首页>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进行添加仓库
新特性
- 支持使用
shardingsphereproxyCRD 进行描述 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未来规划
相关链接
作者

边栏推荐
- SQL函数 TO_DATE(一)
- To drive efficient upstream and downstream collaboration, how can cross-border B2B e-commerce platforms release the core value of the LED industry supply chain?
- Goldfish Brother RHCA Memoirs: CL210 manages OPENSTACK network -- network configuration options
- 选择合适的 DevOps 工具,从理解 DevOps 开始
- Clip-on multimeter use method, how to measure the voltage, current, resistance?
- 直播系统聊天技术(八):vivo直播系统中IM消息模块的架构实践
- modbus bus module DAM-8082
- Map传值
- XML配置
- 将ENS域名转化为音乐需要几步?
猜你喜欢
随机推荐
The elder brother of the goldfish RHCA memoirs: CL210 experiment management it network - chapter
【pyqt5】自定义控件 实现能够保持长宽比地缩放子控件
XML配置
选择合适的 DevOps 工具,从理解 DevOps 开始
DAO开发教程【WEB3.0】
在Map传值与对象传值中模糊查询
【服务器数据恢复】服务器Raid5阵列mdisk组中多块磁盘离线的数据恢复案例
【木棉花】#夏日挑战赛# 鸿蒙小游戏项目——数独Sudoku(3)
重保特辑|拦截99%恶意流量,揭秘WAF攻防演练最佳实践
突破性能天花板!亚信数据库支撑 10 多亿用户,峰值每秒百万交易
ClassID的计算中,&表示啥意思
Library website construction source code sharing
AntDB数据库亮相24届高速展,助力智慧高速创新应用
A simple Flask PIN
odoo 编码规范(编程规范、编码指南)
Friends who want to use the database anytime, anywhere and as you like, all attention!
MySQL数据库————存储过程和函数
SQL函数 TO_DATE(一)
The function realization of the national standard GB28181 protocol EasyGBS platform compatible with the old version of the inflow port
Win11如何删除升级包?Win11删除升级包的方法









