From b7f8f824b0085f7e1028ee374ec4fe523d63b12a Mon Sep 17 00:00:00 2001 From: Christopher De Vries Date: Thu, 27 Aug 2020 12:46:25 -0400 Subject: [PATCH] Incorporate suggested language change from Tim Bannister with a couple changes. --- .../run-application/run-replicated-stateful-application.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md index 4bcc2e8582..f1738ff53e 100644 --- a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md +++ b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md @@ -15,8 +15,9 @@ weight: 30 This page shows how to run a replicated stateful application using a [StatefulSet](/docs/concepts/workloads/controllers/statefulset/) controller. -The example is a MySQL single-primary topology with multiple replicas running -asynchronous replication. +This application is a replicated MySQL database. The example topology has a +single primary server and multiple replicas, using asynchronous row-based +replication. {{< note >}} **This is not a production configuration**. MySQL settings remain on insecure defaults to keep the focus