We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions
cover of episode DoK Talks #136 - Building a mesh for databases from scratch and why // Maxwell Miao

DoK Talks #136 - Building a mesh for databases from scratch and why // Maxwell Miao

2022/6/15
logo of podcast Data on Kubernetes Community

Data on Kubernetes Community

Shownotes Transcript

https://go.dok.community/slack

https://dok.community/  )

ABSTRACT OF THE TALK  

In this talk, Maxwell is going to share his thoughts about Service Mesh and database operations, called Database Mesh, and figure out the design of Pisanix.  

Running databases on Kubernetes is hard,  Database Mesh is building a new standard of databases management on cloud. It tries to make database operation more easier, and provides a framework for different kind of databases.  

Such as using a CRD called VirtualDatabase to describe a virtual database, developers will only need to know about this, meanwhile DBAs will have to bind TrafficStrategy and DatabaseEndpoint to VirtualDatabase, let Pisanix running like a MySQL proxy for applications. More features like SecurityClaim and TrafficQoS will be added to simplify the database operation work.  

BIO  

  • Focus on SaaS and Database Mesh 

  • Previously worked at 株式会社ネットスターズ、ChuanyangTech、AntFinancial、Yeepay 

  • Linuxer & Gopher & Rustacean,open source advocator,cloud native envanglist 

  • “CaaSOne” Community Cofounder 

  • Contributor of multiple cloud native open source projects 

  • Participated in writing Analysis and practice of Tensorflow、Istio Handbook  

KEY TAKE-AWAYS FROM THE TALK  

What's the difference of Service Mesh and Database Mesh.  

Why do people need a mesh for databases.  

What does Pisanix can help DBAs daily work.  

The current status of Pisanix.