当前位置:网站首页>Cloud native related technology learning

Cloud native related technology learning

2022-07-05 06:38:00 techtitan

Container runtime :

https://zhuanlan.zhihu.com/p/104638785

k8s Components
https://blog.csdn.net/qq_45534034/article/details/112691474

zookeeper:

that Zookeeper What can I do , A simple example : Suppose we have 20 Search engine servers ( Each is responsible for a part of the total index search task ) And a master server ( Responsible for this 20 Search engine servers issue search requests and merge result sets ), A standby master server ( Responsible for replacing the master server when the master server is down ), One web Of cgi( Send a search request to the master server ). In the server of search engine 15 There are servers that provide search services ,5 Servers are building indexes . this 20 Search engine servers often stop the server providing search services and start to generate indexes , Or the server that generates the index has finished building the index and can provide search service . Use Zookeeper It can ensure that the total server automatically senses the number of servers providing search engines and sends search requests to these servers , When the total server is down, the standby master server will be enabled automatically .
Reference documents :
https://baike.baidu.com/item/zookeeper/4836397?fr=aladdin

Why zookeeper
https://zhuanlan.zhihu.com/p/69114539

# Relationship between microservices and containers
https://blog.csdn.net/weixin_40581966/article/details/95658122

service mesh

Including load balancing
https://www.cnblogs.com/littlewrong/p/10558459.html

原网站

版权声明
本文为[techtitan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202140601220974.html