autoscaling neondatabase 开源的pg 扩展工具(核心是解决neondatabase的一些问题),但是设计上有不少值得学习参考的地方

参考架构

neondatabase 开源的k8s  postgres  autoscaling 工具_html

 

 

说明

autoscaling 设计上实现了自己的一个vm (支持在线迁移业务影响小),实现了自己的scheduler,也算是一个不错的k8s 扩展开发参考项目

参考资料

https://github.com/neondatabase/autoscaling

https://www.qemu.org/docs/master/devel/migration.html