Skip to content

piomin/sample-vertx-kubernetes

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks