当前位置:网站首页>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未来规划
相关链接
作者

边栏推荐
- 力扣刷题之移动零
- Goldfish Brother RHCA Memoirs: CL210 manages OPENSTACK network -- network configuration options
- Friends who want to use the database anytime, anywhere and as you like, all attention!
- 网站建设流程
- 用VS2013编译带boost库程序时提示 fatal error C1001: 编译器中发生内部错误
- DAO开发教程【WEB3.0】
- 【周赛复盘】LeetCode第304场单周赛
- [National Programming] "Software Programming - Lecture Video" [Zero Basic Introduction to Practical Application]
- LeetCode 0152. 乘积最大子数组:dp + 原地滚动
- COS User Practice Call for Papers
猜你喜欢
随机推荐
C#/VB.NET 从PDF中提取表格
ClassID的计算中,&表示啥意思
Screen: GFF, OGS, Oncell, Incell of full lamination process
Goldfish Brother RHCA Memoirs: CL210 manages OPENSTACK network -- network configuration options
When compiling a program with boost library with VS2013, it prompts fatal error C1001: An internal error occurred in the compiler
力扣刷题之合并两个有序数组
Source code analysis of GZIPOutputStream class
GZIPOutputStream 类源码分析
Map by value
XML配置
使用常见问题解答软件的好处有哪些?
#yyds干货盘点# 面试必刷TOP101: 链表中倒数最后k个结点
odoo+物联网
Three solutions: npm WARN config global --global, --local are deprecated. Use --location=global instead.
在GBase 8c数据库后台,使用什么样的命令来对gtm、dn节点进行主备切换的操作?
Live chat system technology (8) : vivo live IM message module architecture practice in the system
屏:全贴合工艺之GFF、OGS、Oncell、Incell
PanGu-Coder:函数级的代码生成模型
暑假第一周总结博客
The elder brother of the goldfish RHCA memoirs: CL210 experiment management it network - chapter

![[Kapok] #Summer Challenge# Hongmeng mini game project - Sudoku (3)](/img/8d/4f5f7c2463b781cba1c68370d3c29c.png)






