Using Calabash, you can launch VM-based or Kubernetes-based microservices quite effortlessly. We will practice both methods in this tutorial track.
The tutorial also demonstrates how to build your application during deployment. If you have the docker image for your application, you can push it to Google Container Repository. You can then refer to it in your design of the microservice. If, however, you do not have the docker image, you can ask Calabash to build it for you. We will see both approaches.