Posts with tag 'Kubernetes'

Openshift deployment strategies

|
|
Tags:  Openshift,  Kubernetes

A deployment strategy defines how the old pods are replaced with new ones in a Kubernetes deployment. Examples of scenarios that require different deployment strategies: Recreate all the pods because the new ones use a different database schema. Update an application in batches to prevent downtime and/or reduce the resources used while deploying. To run...

Continue reading...