Skip to content

Commit b7f8f82

Browse files
committed
Incorporate suggested language change from Tim Bannister with a couple changes.
1 parent 4bb76cd commit b7f8f82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/docs/tasks/run-application/run-replicated-stateful-application.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ weight: 30
1515

1616
This page shows how to run a replicated stateful application using a
1717
[StatefulSet](/docs/concepts/workloads/controllers/statefulset/) controller.
18-
The example is a MySQL single-primary topology with multiple replicas running
19-
asynchronous replication.
18+
This application is a replicated MySQL database. The example topology has a
19+
single primary server and multiple replicas, using asynchronous row-based
20+
replication.
2021

2122
{{< note >}}
2223
**This is not a production configuration**. MySQL settings remain on insecure defaults to keep the focus

0 commit comments

Comments
 (0)