In the previous chapters, we covered Docker and Kubernetes basics and went through the OpenShift architecture. We know how to build the OpenShift lab environment, so now it is time to get our hands dirty and see how we can work with OpenShift's main resources.
This chapter goes over OpenShift core concepts, such as creating new applications with OpenShift pods, services, routes, projects, and users. This will give you foundational skills, which will be enough for you to run and manage your application container infrastructure in OpenShift.
After reading this chapter, you will have learned about the following topics:
- Managing projects and namespaces in OpenShift
- Managing regular users in OpenShift
- Creating new applications in OpenShift
- Managing pods in OpenShift
- Managing services in OpenShift
- Managing routes in OpenShift