@@ -91,12 +91,17 @@ ease further development and deployment. This approach is called the
9191 text go into how reality gets messy and how to embrace the constraints
9292 inherent in distributed systems.
9393
94- * In the [ Microservices with Docker, Flask, and React] ( http://testdriven.io/ )
95- course, you will learn how to quickly spin up a reproducible development
96- environment with Docker to manage a number of microservices. Once the app
97- is up and running locally, you'll learn how to deploy it to an Amazon EC2
98- instance. Finally, we'll look at scaling the services on Amazon EC2
99- Container Service (ECS).
94+ * In the
95+ [ Microservices with Docker, Flask, and React] ( https://testdriven.io/bundle/microservices-with-docker-flask-and-react/?utm_source=fsp )
96+ course bundle, you will learn how to quickly spin up a reproducible
97+ development environment with Docker to manage a number of microservices.
98+ Once the app is up and running locally, you'll learn how to deploy it to
99+ an Amazon EC2 instance. Finally, we'll look at scaling the services on
100+ Amazon EC2 Container Service (ECS).
101+
102+ * [ Should I use microservices?] ( https://www.oreilly.com/ideas/should-i-use-microservices )
103+ contains a high-level perspective on why or why not use microservices
104+ as an architectural choice.
100105
101106* Zuul is open source proxy for combining multiple microservices into a
102107 unified API call. Check out this post on
0 commit comments