- Kubernetes Design Patterns and Extensions
- Onur Yilmaz
- 218字
- 2021-07-23 16:57:37
Structural Patterns
Structural patterns are focused on the composition of building blocks to create higher-level complex resources. In microservice architecture, applications are packaged and deployed as containers. This approach makes it easier to scale applications with less overhead and more isolation. However, this makes it difficult to schedule and run related containers side-by-side, or sequentially in a cluster with thousands of nodes. For instance, if you want to run your frontend and backend containers together in a cluster, you need to find a mechanism so that you can always schedule them to the same nodes. Likewise, if you need to fill in configuration file templates before starting your application, there is a need to ensure that configuration handler containers are running before the application is.
In Kubernetes, containers are the building blocks that are encapsulated in pods. As a container orchestrator, Kubernetes provides built-in functionalities for organizing containers within pods. In this section, the sidecar and initialization structural design patterns for Kubernetes will be explained.
Further information about the pod concept is available in the official documentation of Kubernetes: https://kubernetes.io/docs/concepts/workloads/pods/pod.
- ABB工業機器人編程全集
- 嵌入式系統應用
- Dreamweaver CS3網頁制作融會貫通
- Java開發技術全程指南
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 21天學通C++
- iClone 4.31 3D Animation Beginner's Guide
- RPA:流程自動化引領數字勞動力革命
- AI 3.0
- 嵌入式操作系統
- Chef:Powerful Infrastructure Automation
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- R Data Analysis Projects
- 筆記本電腦電路分析與故障診斷
- WOW!Photoshop CS6完全自學寶典