How would you implement a scalable REST service using Docker?
Resposta da entrevista
Sigiloso
20 de jan. de 2020
It was answered through the project submission but basically using HTTPS offloading to a load balancer and putting multiple docker instances behind the load balancer.