how should we automate our kubernetes(yaml based) and app deployments on GCE. If there's a failure we want to want to be able to:
- Create a new GCE cluster
- Execute every one of our deployments to their latest versions
- Execute everything in the correct order
Right now its taking us about an hour or so. We want to know can this be done in 15-20 minutes if we automate it?