hit counter with redis cluster example

This commit is contained in:
Muayyad alsadi
2022-03-19 00:12:48 +03:00
parent a1aed09a58
commit 4ef8afc63e
2 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# GCR Hello App Redis
A 6-node redis cluster using [Bitnami](https://github.com/bitnami/bitnami-docker-redis-cluster)
with a [simple hit counter](https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/hello-app-redis) that persists on that redis cluster
```
podman-compose up
```
then open your browser on [http://localhost:8080/](http://localhost:8080/)