From 488fbcb83b61b57e3c270d79039ae28e54132b18 Mon Sep 17 00:00:00 2001 From: Aditya Bhatia Date: Thu, 7 Nov 2019 14:54:43 +0530 Subject: [PATCH] add link to running a replicated stateful application (#17430) --- content/en/docs/concepts/workloads/controllers/statefulset.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/workloads/controllers/statefulset.md b/content/en/docs/concepts/workloads/controllers/statefulset.md index ff4d52f7a1..b45fc3a68d 100644 --- a/content/en/docs/concepts/workloads/controllers/statefulset.md +++ b/content/en/docs/concepts/workloads/controllers/statefulset.md @@ -267,6 +267,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template. * Follow an example of [deploying a stateful application](/docs/tutorials/stateful-application/basic-stateful-set/). * Follow an example of [deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/). +* Follow an example of [running a replicated stateful application](/docs/tasks/run-application/run-stateless-application-deployment/). {{% /capture %}}