Why Orchestration?
Learn the benefits of deploying an app to production and how you can deploy your app.
We'll cover the following...
This course primarily explains how to use Docker during development in order to emulate a production environment. Your live server may not use Docker, and that’s fine if, for example, you’re running a WordPress site hosted by a specialist company.
However, deploying application containers to live production servers offers several benefits. Containers can be:
- Monitored for availability or speed.
- Restarted on failure.