frouioui / tagenal

Tagenal is a playground app using Vitess, Redis, Traefik and Jaeger on Kubernetes
https://frouioui.github.io/tagenal/
MIT License
7 stars 0 forks source link

Test implementation of Kubernetes with a Vitess cluster #1

Closed frouioui closed 4 years ago

frouioui commented 4 years ago

Small prototype and test of a Kubernetes cluster implementation using a Vitess MySQL database cluster (https://vitess.io).

This prototype focuses on the user table implementation. The goal is to be able to shard the user table accordingly to the region attribute:

frouioui commented 4 years ago

Merging this PR, the next research direction could be the implementation of other tables (such as article, etc...), and their keyspaces implementation in the cluster, the monitoring with prometheus, backup system, etc... Issues and PR will be created for the latter maters.