Introduction to Vitess on Kubernetes for MySQL – Part I of III

栏目: IT技术 · 发布时间: 4年前

内容简介:Here’s high-level Vitess architecture visually explained.

In this blog post series, we will discuss an overview of Vitess technology. Vitess is a database clustering solution for horizontal scaling of data sets currently suitable to 250Gb – 300Gb in sizes*. It’s a proven technology used by several web-scale companies including YouTube. PlanetScale is the company behind developing and supporting this open-sourced project. 

Introduction to Vitess 

Here’s high-level Vitess architecture visually explained. 

Introduction to Vitess on Kubernetes for MySQL – Part I of III

Ref: Sugu Sougoumarane presents an overview of Vitess at Highload in Moscow.

Basic Vitess Components

There are two main components of Vitess. One of them is vtgate which works as a query router where vttablet is a proxy to MySQL to serve the data. 

  • vtgate : A query router responsible for figuring which query to point vttablets. They are simply stateless application servers. It hosts a schema called vschema to keep repository for vttablet(s) metadata. 
  • vttablet : Is responsible for acting as proxy to MySQL instance. Each vttablet has one associated MySQL instance which also can serve different purposes such as taking write traffic, connection pooling, backups, etc. 

Monitoring Component

  • vtctld : Web-based monitoring service that allows seeing an overview of servers and their states

Check out Vitess Concepts for further reading.

Vitess in CNCF (Cloud Native Computing Foundation) 

Cloud native technologies help modern organizations build topologies that are scalable and robust. While these environments vary from the public, private, and hybrid cloud they have one common goal to build resilient yet manageable and observable systems. Most commonly they are built around containers, microservices along with immutable infrastructures. 

CNCF categorizes these technologies in three stages. You may see the rest of the projects at CNCF Cloud Native Interactive Landscape.

Project Services and Maturity Levels

Introduction to Vitess on Kubernetes for MySQL – Part I of III

Image Credit: https://www.cncf.io/projects/

As of this writing, Vitess is the only MySQL-related project that has reached the Graduated level of CNCF. It’s the eighth project following Kubernetes, Prometheus, Envoy, CoreDNS, Containerd, Fluentd, and Jaeger. Vitess is currently reaching its 4.0 GA release. This is an important development, because Kubernetes and Native Cloud grows rapidly, and the MySQL ecosystem needed such an open-source project to be a part of this expansion.

Vitess and Kubernetes Overview 

Vitess scales MySQL via distributed sharding. Since it’s nearly impossible to run stateful databases without orchestration in Kubernetes, Vitess solves this problem by consolidating MySQL’s replication features. By sharding across multiple nodes (containers), Vitess distributes data across and allows applications to operate among them. This method protects the single point of failure of traditional unsharded database topologies where a single bad query can hose down the entire database. 

Part two of this series, setting up and deploying Vitess on Kubernetes (Minikube) for MySQL, will be coming up shortly, so please be on the lookout.

* PlanetScale’s CTO Sugu Sougoumarane quotes this from field experience.

References

Credits

  • Daniel Guzman Burgos – Technical Lead (MySQL)
  • Mykola Marzhan – Director of Server Engineering (Percona)
  • Sergey Kuzmichev – Support Engineer

以上所述就是小编给大家介绍的《Introduction to Vitess on Kubernetes for MySQL – Part I of III》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Python学习手册(第4版)

Python学习手册(第4版)

[美] Mark Lutz / 李军、刘红伟 / 机械工业出版社 / 2011-4 / 119.00元

Google和YouTube由于Python的高可适应性、易于维护以及适合于快速开发而采用它。如果你想要编写高质量、高效的并且易于与其他语言和工具集成的代码,《Python学习手册:第4 版》将帮助你使用Python快速实现这一点,不管你是编程新手还是Python初学者。本书是易于掌握和自学的教程,根据作者Python专家Mark Lutz的著名培训课程编写而成。 《Python学习手册:第......一起来看看 《Python学习手册(第4版)》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具