etcd集群搭建

2021-09-11 20:37:19 字數 477 閱讀 6155

etcd是一種以key-value形式的分布式儲存。

etcd配置:

name     etcd1       名稱各個節點都是唯一的

client 配置:

listen-client-urls        監聽client

advertise-client-urls    client對外提供服務

peer配置(用於節點內部通訊):

listen-peer-urls     監聽peer (其他節點)

initial-advertise-peer-urls     peer對外提供服務藉口

cluster集群配置:

initial-cluster 'infra1=,infra2=,infra3='

initial-cluster-state new #表示新建集群如果集群已經存在設定為existing

initial-cluster-token   集群id

etcd集群搭建

centos 192.168.3.65 node 1 centos 192.168.3.66 node 2systemctl stop firewalldyum install etcd cp etc etcd etcd.conf etc etcd etcd.conf.bak192.168.3.65...

搭建etcd集群

etcdctl 報錯收集 啟動引數說明 物理機搭建set token token host 1 192.168.0.3 mac的ip 按情況替換 this ip 按情況替換 設定值 檢視值 etcdctl.exe endpoints endpoints put foo hello world etc...

etcd 集群搭建

現有三颱機器 centos7 node1 10.2.0.10 node2 10.2.0.11 node3 10.2.0.12 1 原始碼解壓命令列方式 變化的部分 name host位址 2伺服器啟動方式 cat usr lib systemd system etcd.service cat usr...