Skip to content

Commit 8f0753e

Browse files
Marky Jacksonk8s-ci-robot
Marky Jackson
authored andcommitted
Document update (kubernetes#9675)
Adding a link to redis replicated so users of this example have a better understanding of what redis replicated is
1 parent d89ed9a commit 8f0753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateless-application/guestbook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 20
1010
This tutorial shows you how to build and deploy a simple, multi-tier web application using Kubernetes and [Docker](https://www.docker.com/). This example consists of the following components:
1111

1212
* A single-instance [Redis](https://redis.io/) master to store guestbook entries
13-
* Multiple replicated Redis instances to serve reads
13+
* Multiple [replicated Redis](https://redis.io/topics/replication) instances to serve reads
1414
* Multiple web frontend instances
1515

1616
{{% /capture %}}

0 commit comments

Comments
 (0)