You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/stateless-application/guestbook.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ weight: 20
10
10
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:
11
11
12
12
* 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
0 commit comments