In this chapter, we showed you how to deploy a number of simple applications from their Docker images, how to create a pod manually, and how to create a service manually. We went through the process of creating a service, and how to create a route manually, as well as how to create a route using oc expose. Finally, we showed you how to use the oc new-app command to deploy an application from its Docker image.
In the next chapter, we will be working on deployment of multi-tier application using OpenShift templates.