An open API service indexing awesome lists of open source software.

https://github.com/miguelms95/microservices-workshop

Microservices workshop: 2 micros + eureka and Spring Cloud Gateway
https://github.com/miguelms95/microservices-workshop

gateway java microservices microservices-architecture spring workshop

Last synced: about 2 months ago
JSON representation

Microservices workshop: 2 micros + eureka and Spring Cloud Gateway

Awesome Lists containing this project

README

          

# Microservices workshop

Brief explanation of repo contents:

* [Deploy](deploy): scripts to deploy in local kubernetes cluster (with minikube) docker images
* [eureka-server](eureka-server): SpringBoot with Eureka
* [gateway](gateway): API Gateway
* [monitoring](monitoring): prometheus+grafana
* [order-micro](order-micro): Microservice
* [user-micro](user-micro): Microservice
* [postman-collections](postman-collections): Collection + environment