- Mastering OpenStack(Second Edition)
- Omar Khedher Chandan Dutta Chowdhury
- 218字
- 2021-07-02 23:52:37
Introducing the OpenStack logical architecture
Before delving into the OpenStack architecture , we need to refresh or fill gaps and learn more about the basic concepts and usage of each core component.
In order to get a better understanding on how it works, it will be beneficial to first briefly parse the things, which make it work. In the following sections, we will look at various OpenStack services, which work together to provide the cloud experience to the end user. Despite the different services catering to different needs, they follow a common theme in their design that can be summarized as follows:
- Most OpenStack services are developed in Python, which aids rapid development.
- All OpenStack services provide REST APIs. These APIs are the main external communication interfaces for services and are used by the other services or end users.
- The OpenStack service itself may be implemented as different components. The components of a service communicate with each other over the message queue. The message queue provides various advantages such as queuing of requests, loose coupling, and load distribution among the worker daemons.
With this common theme in mind, let's now put the essential core components under the microscope and go a bit further by asking the question: What is the purpose of such component?
推薦閱讀
- Oracle SOA Governance 11g Implementation
- 大學計算機基礎:基礎理論篇
- Verilog HDL數字系統設計入門與應用實例
- 自動檢測與傳感技術
- 精通Excel VBA
- 計算機網絡技術基礎
- Implementing Oracle API Platform Cloud Service
- Apache Superset Quick Start Guide
- 突破,Objective-C開發速學手冊
- Mastering Text Mining with R
- 大數據案例精析
- WOW!Photoshop CS6完全自學寶典
- 系統安裝、維護與數據備份技巧
- Cassandra Design Patterns
- VMware vSphere 6.5 Cookbook(Third Edition)