- 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?
推薦閱讀
- Internet接入·網絡安全
- 大數據項目管理:從規劃到實現
- Splunk 7 Essentials(Third Edition)
- PowerShell 3.0 Advanced Administration Handbook
- Go Machine Learning Projects
- UTM(統一威脅管理)技術概論
- 機器學習與大數據技術
- Learning Apache Cassandra(Second Edition)
- PyTorch深度學習實戰
- 群體智能與數據挖掘
- INSTANT Varnish Cache How-to
- PostgreSQL Administration Essentials
- 西門子S7-200 SMART PLC實例指導學與用
- MATLAB/Simulink權威指南:開發環境、程序設計、系統仿真與案例實戰
- Containers in OpenStack