To set up xCluster Replication in YugabyteDB, follow the steps below.
Here, we introduce a general setup method (semi-automatic/automatic mode) using the yugabyted command.
- Prepare two clusters: Primary (source) and Standby (target).
To set up xCluster Replication in YugabyteDB, follow the steps below.
Here, we introduce a general setup method (semi-automatic/automatic mode) using the yugabyted command.
| sudo tee -a /etc/hosts << EOF > /dev/null | |
| 127.0.0.1 hogehuga | |
| EOF |
参考にした情報
以下の手順は全てamd64なUbuntu Serverで実行することを前提にしている。
以下の手順は全てamd64なUbuntu Serverで実行することを前提にしている。 ほぼ参考サイトままだが、Knative 1.3.0ベースに書き換えている。
| # firewall-cmd --permanent --add-port=6443/tcp | |
| # firewall-cmd --permanent --add-port=2379-2380/tcp | |
| # firewall-cmd --permanent --add-port=10248-10252/tcp | |
| # firewall-cmd --permanent --add-port=10255/tcp | |
| # firewall-cmd --permanent --add-port=8472/udp | |
| # firewall-cmd --add-masquerade --permanent | |
| # firewall-cmd --permanent --add-port=30000-32767/tcp | |
| # systemctl restart firewalld |
| ## /etc/sysconfig/kubelet を以下の設定で次のバージョンのK8sが稼働するのを確認: 1.14.9, 1.17.3, 1.18.3 | |
| ## CRI-Oの設定でcgroup_managerをsystemdにすること | |
| # | |
| KUBELET_EXTRA_ARGS="--fail-swap-on=false --cgroup-driver=systemd" | |
| KUBELET_CRIO_ARGS="--container-runtime=remote --container-runtime-endpoint=unix:///var/run/crio/crio.sock --runtime-request-timeout=10m" |
| #2Node Minimai OpenStack | |
| #OpenStack Base rev.59+ | |
| #Deploy successful: Using Juju 2.6.3 and MAAS 2.5.3 | |
| #Update Note: Change the settings,l2-population=no | |
| machines: | |
| '0': | |
| constraints: "tags=bay11" | |
| '1': | |
| constraints: "tags=bay12" |
documentclass: ltjsarticle title: OpenStack Neutronネットワーク作成 date: 0.9.2 (2019/11/06) author: 日本仮想化技術株式会社 toc: yes output: pdf_document: latex_engine: lualatex keep_tex: true
| #2Node Minimai OpenStack | |
| #OpenStack Base rev.59+ | |
| #Deploy successful: Using Juju 2.6.3 and MAAS 2.5.3 | |
| #Update Note: Change the settings,l2-population=no | |
| machines: | |
| '0': | |
| constraints: "tags=bay11" | |
| '1': | |
| constraints: "tags=bay12" |