Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 936 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 936 Bytes

KumuluzEE microservices on Kubernetes

This example contains two cloud-native Java EE microservice applications, implemented using KumuluzEE microservice framework, and demonstrates how to deploy them to Kubernetes cluster.

Implemented microservices:

  • customers - managing customer entities, and
  • orders - managing order entities

Both microservices are implemented following cloud-native concepts and functionalities that are essential in microservice architecture, such as configuration management with MicroProfile API and service discovery.

This example was used in the blog Running KumuluzEE microservices on Kubernetes.

Blog Part 1 artifacts

Blog Part 2 artifacts