What is deployment in OpenShift?

What is deployment in OpenShift? A deployment in OpenShift is a replication controller based on a user defined template called a deployment configuration. Deployments are created manually or in response to triggered events. The deployment system provides: User-customizable strategies to transition from the previous deployment to the new deployment. What is difference between POD and … Continue reading What is deployment in OpenShift?