- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 163字
- 2021-06-10 19:47:11
Container networking
Networking is a vital concern for production-level operations. At a service level, we need a reliable way for our application components to find and communicate with each other. Introducing containers and clustering into the mix makes things more complex as we now have multiple networking namespaces to bear in mind. Communication and discovery now becomes a feat that must navigate container IP space, host networking, and sometimes even multiple data center network topologies.
Kubernetes benefits here from getting its ancestry from the clustering tools used by Google for the past decade. Networking is one area where Google has outpaced the competition with one of the largest networks on the planet. Earlier, Google built its own hardware switches and Software-defined Networking (SDN) to give them more control, redundancy, and efficiency in their day-to-day network operations. Many of the lessons learned from running and networking two billion containers per week have been distilled into Kubernetes, and informed how K8s networking is done.
- Ansible Configuration Management
- Canvas LMS Course Design
- Spark編程基礎(chǔ)(Scala版)
- 來吧!帶你玩轉(zhuǎn)Excel VBA
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 人工智能與人工生命
- 3D Printing for Architects with MakerBot
- 計(jì)算機(jī)系統(tǒng)結(jié)構(gòu)
- 大數(shù)據(jù)驅(qū)動(dòng)的設(shè)備健康預(yù)測及維護(hù)決策優(yōu)化
- MATLAB/Simulink權(quán)威指南:開發(fā)環(huán)境、程序設(shè)計(jì)、系統(tǒng)仿真與案例實(shí)戰(zhàn)
- 從零開始學(xué)C++
- 智能生產(chǎn)線的重構(gòu)方法
- 基于神經(jīng)網(wǎng)絡(luò)的監(jiān)督和半監(jiān)督學(xué)習(xí)方法與遙感圖像智能解譯
- 液壓機(jī)智能故障診斷方法集成技術(shù)
- Linux系統(tǒng)下C程序開發(fā)詳解