Another useful kind of OpenShift resource is a template. Instead of creating resources one-by-one â for example, a pod, service, and route â templates allow you to create multiple objects at once with a single CLI command. More than that âthey may include parameters that can be optional, or default to values either static or generated in accordance with specific rules. In a sense, they are similar to Docker Compose or OpenStack Heatâall of these provide the facility to create entire application stacks from the ground up. With templates, the cluster administrator can provide developers with the ability to deploy multi-tier applications with all dependent services.
By default, OpenShift ...