How can I do rolling updates/deployments in a scaled application in Openshift v2?
I know I can access the container (via ssh) and fire a 'gear rotate-out'. But how to push my new version (deployment) to a specific container (Gear)? Can Openshift do this automatically?
When I push an update to a scaled application all the Gears are updated at same time? Is the update transparent to the end users?