MySQL replication with masters and slaves in different Kubernetes clusters using Calico as CNI pluginMysql Master Master ReplicationMySQL Replicate Different Databases from DIfferent MastersSingle slave - multiple master MySQL replicationWhat is the difference between passive master and slave in mysql replication?mysql master master replication dont work correctlyKubernetes MySQL replication - Master service host inquiryCannot update Calico CNI config on Kubernetes clusterKubernetes kube-dns Pause container in crashloop with Error adding network: failed to Statfs “/proc/54226/ns/net”:Kubernetes networking: connecting to cluster namespaced services from an external server with CalicoMaster slave mysql replication (1794 error code)
Is a roofing delivery truck likely to crack my driveway slab?
Your magic is very sketchy
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
Print name if parameter passed to function
Will it be accepted, if there is no ''Main Character" stereotype?
Increase performance creating Mandelbrot set in python
Is exact Kanji stroke length important?
Lay out the Carpet
Modify casing of marked letters
Star/Wye electrical connection math symbol
Can I convert a rim brake wheel to a disc brake wheel?
Trouble understanding overseas colleagues
There is only s̶i̶x̶t̶y one place he can be
Is there a problem with hiding "forgot password" until it's needed?
Why "be dealt cards" rather than "be dealing cards"?
What will be the benefits of Brexit?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
What's a natural way to say that someone works somewhere (for a job)?
How do I rename a LINUX host without needing to reboot for the rename to take effect?
Should my PhD thesis be submitted under my legal name?
Do I need a multiple entry visa for a trip UK -> Sweden -> UK?
voltage of sounds of mp3files
Opposite of a diet
How can I replace every global instance of "x[2]" with "x_2"
MySQL replication with masters and slaves in different Kubernetes clusters using Calico as CNI plugin
Mysql Master Master ReplicationMySQL Replicate Different Databases from DIfferent MastersSingle slave - multiple master MySQL replicationWhat is the difference between passive master and slave in mysql replication?mysql master master replication dont work correctlyKubernetes MySQL replication - Master service host inquiryCannot update Calico CNI config on Kubernetes clusterKubernetes kube-dns Pause container in crashloop with Error adding network: failed to Statfs “/proc/54226/ns/net”:Kubernetes networking: connecting to cluster namespaced services from an external server with CalicoMaster slave mysql replication (1794 error code)
I have a Kubernetes cluster in which there are some MySQL databases.
I want to have a replication slave for each database in a different Kubernetes cluster in a different datacenter.
I'm using Calico as CNI plugin.
To make the replication process work, the slaves must be able to connect to the port 3306 of the master servers. And I would prefer to keep these connections the most isolated as possible.
I'm wondering about the best approach to manage this.

mysql
add a comment |
I have a Kubernetes cluster in which there are some MySQL databases.
I want to have a replication slave for each database in a different Kubernetes cluster in a different datacenter.
I'm using Calico as CNI plugin.
To make the replication process work, the slaves must be able to connect to the port 3306 of the master servers. And I would prefer to keep these connections the most isolated as possible.
I'm wondering about the best approach to manage this.

mysql
add a comment |
I have a Kubernetes cluster in which there are some MySQL databases.
I want to have a replication slave for each database in a different Kubernetes cluster in a different datacenter.
I'm using Calico as CNI plugin.
To make the replication process work, the slaves must be able to connect to the port 3306 of the master servers. And I would prefer to keep these connections the most isolated as possible.
I'm wondering about the best approach to manage this.

mysql
I have a Kubernetes cluster in which there are some MySQL databases.
I want to have a replication slave for each database in a different Kubernetes cluster in a different datacenter.
I'm using Calico as CNI plugin.
To make the replication process work, the slaves must be able to connect to the port 3306 of the master servers. And I would prefer to keep these connections the most isolated as possible.
I'm wondering about the best approach to manage this.

mysql
mysql
asked Mar 21 at 14:58
maneliomanelio
4618
4618
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55283362%2fmysql-replication-with-masters-and-slaves-in-different-kubernetes-clusters-using%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55283362%2fmysql-replication-with-masters-and-slaves-in-different-kubernetes-clusters-using%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown