Skip to content

Commit

Permalink
change title name
Browse files Browse the repository at this point in the history
Signed-off-by: TasdidurRahman <[email protected]>
  • Loading branch information
TasdidurRahman committed Dec 12, 2022
1 parent 8080168 commit ee9efc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ With kubedb proxysql we have eased this process with declarative yaml. We have s

## How it works

User will provide the configuration under the `.spec.initConfig` section of the proxysql yaml. The operator parses the yaml and creates a configuration file. A secret is then created, holding that configuration file inside. Each time a new pod is created it is created with the configuration file inside that secret.
User will provide the configuration under the `.spec.initConfig` section of the proxysql yaml. The operator parses the yaml and creates a configuration file. A secret is then created, holding that configuration file inside. Each time a new pod is created it is created with the configuration file inside that secret.

<p align="center">
<img alt="ProxySQL Declarative Configuration" src="/docs/guides/proxysql/concepts/declarativeConfiguration/images/configuration.png">
</p>
<figure align="center">
<img alt="ProxySQL Declarative Configuration" src="/docs/guides/proxysql/concepts/declarativeConfiguration/images/configuration.png">
<figcaption align="center">Fig: ProxySQL Configuration Secret Lifecycle</figcaption>
</figure>

At any time the user might need to change the configuration. To serve that purpose we have introduced ProxySQLOpsRequest. When an ops-request is being created the enterprise operator updates the configuration secret and applies the changes to the proxysql cluster nodes. This is how the the configuration secret remains as a source of truth for the ProxySQL CRO and any changes are made in a declarative way.

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/proxysql/quickstart/xtradbext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Proxy Load To Percona XtraDB Galera cluster With KubeDB Provisioned Proxy
menu:
docs_{{ .version }}:
identifier: guides-proxysql-quickstart-external
name: External XtraDB Group Replication Backend
name: External XtraDB Galera Cluster Backend
parent: guides-proxysql-quickstart
weight: 20
weight: 15
menu_name: docs_{{ .version }}
---

Expand Down

0 comments on commit ee9efc2

Please sign in to comment.