We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb76cd commit b7f8f82Copy full SHA for b7f8f82
content/en/docs/tasks/run-application/run-replicated-stateful-application.md
@@ -15,8 +15,9 @@ weight: 30
15
16
This page shows how to run a replicated stateful application using a
17
[StatefulSet](/docs/concepts/workloads/controllers/statefulset/) controller.
18
-The example is a MySQL single-primary topology with multiple replicas running
19
-asynchronous replication.
+This application is a replicated MySQL database. The example topology has a
+single primary server and multiple replicas, using asynchronous row-based
20
+replication.
21
22
{{< note >}}
23
**This is not a production configuration**. MySQL settings remain on insecure defaults to keep the focus
0 commit comments