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

Walkthrough #44

Closed meng2468 closed 3 years ago

meng2468 commented 3 years ago
frouioui commented 3 years ago

This PR will close issue #43 right?

frouioui commented 3 years ago

The way to initialize the cluster was changed by #45, it got simplified. Only a few makefile commands are required now.

The commands are (in order):

setup_jaeger
setup_traefik
setup_vitess_operator_kubernetes
setup_vitess_kubernetes
setup_traefik_vitess
init_vitess_all
init_vreplication_articles
init_vreplication_article_be_read
init_cronjobs_popularity
run_monitoring
setup_traefik_monitoring
run_apis_k8s
run_frontend_k8s
meng2468 commented 3 years ago

This PR will close issue #43 right?

Yep!