在etcd中看不到kubernetes的数据
k8s中的数据(如namespace)是保存在etcd中的吧?如果不是的话请告诉我,然后不用看下面的了 :) 说明:我是etcd新手,之前没用过,它的一些概念不了…
etcd集群“etcd cluster is unavailable or misconfigured”
[root@localhost etcd]# ./etcdctl member list client: etcd cluster is unavailable or misconfigured [root@localhost etcd]# ./etcdctl member l…
etcd消息队列queue,如何解决global的index增长?
(初用etcd)我现在想用etcd 来做能阻塞的消息队列,文档里提到了queue,问题在于 "key": "/queue/00000000000000000029" 后的数字是根据index生成的,…
docker+ swarm + etcd 集群的问题
环境信息 服务器: 192.168.99.100 centos-node1 192.168.99.101 centos-node2 192.168.99.102 centos-node3 集群信息: etc服务器: 192.168.99.100:23…
mac 安装 etcd 的问题
→ brew install etcd Error: etcd: no bottle available! You can try to install from source with:   brew install --build-from-source etcd …
不同nat设备后的网络节点如何组成一个k8s集群
我最近碰到不同nat设备后的节点组k8s集群的问题。 我使用的环境是3个不同账号下的aliyun ECS,每个机器都有自己的外网IP,但是只有一个绑定了内网ip的…