GitHub
来源:kops
浏览 177
扫码
分享
2022-05-10 08:33:16
Notes on gossip support
- We use weave mesh’s gossip functionality, which supports gossip of a CRDT
- protokube listens on 0.0.0.0:3999
- dns-controller listens on 0.0.0.0:3998
- The seed for dns-controller is protokube, discovered on 127.0.0.1:3999
- The real seeding is done by protokube, which currently finds peers by querying the cloud provider
DNS
- We implement a dnsprovider backed by our local gossip state
- We write to
/etc/hosts
; this is sort of hacky but avoids the need for a custom local resolver
当前内容版权归
kops 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
kops .