Detailed description can be found here: Running Vert.x Microservices on Kubernetes/OpenShift
In order to run the apps on Kubernetes do the following things:
Build the whole project with the following Maven command:
$ mvn clean package
Then build the image and deploy both apps on Kubernetes with that command (skaffold
is already configured there):
$ skaffold dev --port-forward