Summary
In this chapter, we’ve deployed our app to the cloud and served it on our own memorable domain name, thereby allowing any user to use our app. We also learned how to monitor it for any issues, and so are ready to fix bugs as quickly as possible.
The infrastructure we’ve built in this chapter can be used for any containerized app that needs a database and will scale to very high loads.
In the next chapter, we’ll add some advanced features to our app and turn it into a progressive web app.