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

Commit 0570395

Browse files
authored
Architecture branch - adding code architecture diagram (#18)
* architecture diagram and flow * architecture diagram and flow * architecture diagram and flow * architecture diagram and flow
1 parent 0e33825 commit 0570395

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This code demonstrates deployment of a Microservices based application [Game On!](https://book.gameontext.org) 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-
![Twitter](images/gameon-microservices.png)
7+
![gameon](images/gameon-microservices-code2.png)
88

99
### Core MicroServices:
1010

@@ -27,8 +27,6 @@ In addition, Proxy and WebApp complete the core microservices
2727
- [Redis](): Store the addresses used by Sidecars
2828
- [Kafka](https://kafka.apache.org): Publish/Subscribe solution used by services and the platform.
2929

30-
Everything would be hosted on a Kubernetes Cluster where you can access your own GameOn app from anywhere.
31-
3230
## Prerequisite
3331

3432
To deploy the game locally, follow the instructions via docker-compose in GameOn repository [here](https://github.com/gameontext/gameon#local-room-development).
509 KB
Loading
434 KB
Loading

0 commit comments

Comments
 (0)