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

Commit 402f936

Browse files
committed
update readme
2 parents b243ca2 + e78ac72 commit 402f936

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ There are several microservices used in this app
1717
Room: Java based room implementation
1818

1919
### Platform Services:
20-
- Amalgam8: Amalgam8 supplies Registry, and a Controller, via which it implements the Service Discovery, and Service Proxying
21-
- Kafka: Publish/Subscribe solution used by Amalgam8
20+
21+
- [Amalgam8](https://www.amalgam8.io/): Content-based Routing Fabric for Polyglot Microservices. Amalgam8 supplies Registry, and a Controller, via which it implements the Service Discovery, and Service Proxying. In addition, there is an Amalgam8 sidecar associated with each microservice, which automatically registers the microservice with the registry.
22+
- [Kafka](https://kafka.apache.org): Publish/Subscribe solution used by Amalgam8
2223

2324
Everything would be hosted on a Kubernetes Cluster where you can access your own GameOn app from anywhere.
2425

@@ -99,7 +100,7 @@ spec:
99100
# 2. Create Volumes in your Cluster
100101
You would need to create a volume for your cluster. You can use the provided yaml file. The required keystores will be stored in this volume. The volume will also be used by the core services.
101102
```bash
102-
$ kubectl create -f local-volumes.yaml
103+
$ kubectl create -f local-volume.yaml
103104
persistent volumes "local-volume-1" created
104105
persistent volumes "keystore-claim" created
105106
```

0 commit comments

Comments
 (0)