Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 045555f

Browse files
committed
references to polyglot services and architecture diagram
1 parent a321dde commit 045555f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# GameOn! Java Microservices deployment on Kubernetes Cluster
44

5-
This project demonstrates deployment of a Microservices based application [Game On!]() on to Kubernetes cluster. Game On! is a throwback text-based adventure built to help you explore microservice architectures and related concepts. GameOn! users start by creating a simple room, the building block of any adventure game. A user can create in text a simple room in any one of various languages in just a few minutes.
5+
This code demonstrates deployment of a Microservices based application [Game On!]() on to Kubernetes cluster which exists together with a polyglot ecosystem. Game On! is a throwback text-based adventure built to help you explore microservice architectures and related concepts. GameOn! deployment has two sets of microservice, core and platform. The core microservices are written in Java, coexisting with other polyglot microservices. In addition, there are platform services, which provide service discovery, registration and routing for different microservices. All run in in Docker containers managed by Kubernetes Cluster.
66

7-
There are several microservices used in this app
7+
![Twitter](images/gameon-microservices.png)
88

99
### Core MicroServices:
1010

images/gameon-microservices.png

13.9 KB
Loading

0 commit comments

Comments
 (0)