piomin / sample-vertx-kubernetes

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

Home Page:https://piotrminkowski.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://piotrminkowski.com/


Languages

Language:Java 98.3%Language:Dockerfile 1.7%