Redis – From Local Docker Setup to Kubernetes Production
I have a local Docker setup consisting of four containers: a flask web app, MySQL, Redis, and an RQ worker. The setup is essentially the same as Miguel Grinberg's Flask Mega-Tutorial. Here are links for his tutorial and his code.…