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

Simplify the main Makefile #26

Closed frouioui closed 3 years ago

frouioui commented 3 years ago

The Makefile looks more and more messy, and could be written in an easier way.

The Makefile could also delegate some of the tasks to shell scripts, for instance the setup of the Vitess cluster contains lot of tasks that could be packed into a shell script.

frouioui commented 3 years ago

Done in #44 and #45