Document update (#9675)

Adding a link to redis replicated so users of this example have a better understanding of what redis replicated is
This commit is contained in:
Marky Jackson
2018-07-30 17:40:38 -07:00
committed by k8s-ci-robot
parent d89ed9a234
commit 8f0753eb58
@@ -10,7 +10,7 @@ weight: 20
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:
* A single-instance [Redis](https://redis.io/) master to store guestbook entries
* Multiple replicated Redis instances to serve reads
* Multiple [replicated Redis](https://redis.io/topics/replication) instances to serve reads
* Multiple web frontend instances
{{% /capture %}}