To have our microservices ready in our production environments, we need to deploy them, and this task may look trivial, but it can become an impediment to delivering the pace and speed required by our application. In this chapter, we will be using OpenShift Online to understand how we can easily and effectively deploy microservices, and how this can be done in such a way that allows us to deliver the best quality at the best speed. To help us in this task, we will be using Git, the industry standard control version system, to simplify our deployments.
In this chapter, you will learn about:
- OpenShift Online
- Git
- GitHub
- Deployments
- Webhooks