- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 224字
- 2021-06-10 19:47:06
Ecosystem
The last layer of the Kubernetes system is the ecosystem, and it's by far the busiest and most hectic part of the picture. Kubernetes approach to container orchestration and management is to present the user with the options of a complementary choice; there are plug-in and general purpose APIs available for external systems to utilize. You can consider three types of ecosystem pieces in the Kubernetes system:
- Above Kubernetes: All of the glue software and infrastructure that's needed to "make things go" sits at this level, and includes operational ethos such as ChatOps and DevOps, logging and monitoring, Continuous Integration and Delivery, big data systems, and Functions as a Service.
- Inside Kubernetes: In short, what's inside a container is outside of Kubernetes. Kubernetes, or K8s, cares not at all what you run inside of a container.
- Below Kubernetes: These are the gray squares detailed at the bottom of the diagram. You'll need a technology for each piece of foundational technology to make Kubernetes function, and the ecosystem is where you get them. The cluster state store is probably the most famous example of an ecosystem component: etcd. Cluster bootstrapping tools such as minikube, bootkube, kops, kube-aws, and kubernetes-anywhere are other examples of community-provided ecosystem tools.
Let's move on to the architecture of the Kubernetes system, now that we understand the larger context.
推薦閱讀
- 現代測控系統典型應用實例
- Div+CSS 3.0網頁布局案例精粹
- 智能傳感器技術與應用
- AWS:Security Best Practices on AWS
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- 圖形圖像處理(Photoshop)
- 西門子S7-200 SMART PLC實例指導學與用
- 21天學通Java Web開發
- 基于32位ColdFire構建嵌入式系統
- 信息物理系統(CPS)測試與評價技術
- 變頻器、軟啟動器及PLC實用技術260問
- 工業機器人實操進階手冊
- Windows 7故障與技巧200例
- Wireshark Revealed:Essential Skills for IT Professionals
- 從實踐中學嵌入式Linux操作系統