/sample-vertx-kubernetes

Implementation of sample microservices using Vert.x and deploying them on minishift (openshift)

Primary LanguageJava

Running Vert.x Microservices on Kubernetes/OpenShift Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

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