# is it possible to have one-master(r/w node) and multiple slave(read nodes) ?

**URL:** https://forums.percona.com/t/is-it-possible-to-have-one-master-r-w-node-and-multiple-slave-read-nodes/7947
**Category:** Percona Operator for MySQL
**Tags:** mysql, percona
**Created:** [August 25, 2020, 6:32am UTC](https://forums.percona.com/t/is-it-possible-to-have-one-master-r-w-node-and-multiple-slave-read-nodes/7947 "2020-08-25T06:32:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![skp1234](https://avatars.discourse-cdn.com/v4/letter/s/7c8e57/32.png) [@skp1234](https://forums.percona.com/u/skp1234)
#### Post date: [August 25, 2020, 6:32am UTC](https://forums.percona.com/t/is-it-possible-to-have-one-master-r-w-node-and-multiple-slave-read-nodes/7947/1 "2020-08-25T06:32:29Z")

</div>

I am wondering whether this operator provides a single master cluster with multiple read replicas, if yes then how to enable it?

---

<div class="post-metadata">

### Author: ![matthewb](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/matthewb/32/34_2.png) [@matthewb](https://forums.percona.com/u/matthewb)
#### Post date: [August 25, 2020, 1:44pm UTC](https://forums.percona.com/t/is-it-possible-to-have-one-master-r-w-node-and-multiple-slave-read-nodes/7947/2 "2020-08-25T13:44:27Z")

</div>

Yes, the K8S operator provides a pod with ProxySQL which is automatically configured to treat your 3-node PXC much like a source/replica setup. There’s nothing to enable; it’s the default. Just make sure your apps are connecting through the proxysql pod.
