This document discusses DevOps best practices using OpenShift. It describes setting up a CI/CD pipeline with Jenkins on OpenShift to build and deploy a sample application. The pipeline builds a Docker image using OpenShift build configs and deploys the application. It also discusses logging, metrics, distributed tracing and avoiding emulating others' practices without considering your own needs.