- OpenStack Orchestration
- Adnan Ahmed Siddiqui
- 221字
- 2021-07-09 21:35:56
Preface
The OpenStack Orchestration program aims to create a human and machine-accessible service that manages the entire life cycle of infrastructure and applications within OpenStack clouds. Heat is the cloud orchestration service for the OpenStack framework. It implements an orchestration engine to launch multiple composite cloud applications based on templates in the form of text files that can be treated like code. It is the most popular and a still-emerging IaaS cloud framework.
This book focuses on setting up and using one of the most important services in OpenStack Orchestration, Heat. First, the book introduces you to the orchestration service for OpenStack to help you understand the uses of the templating mechanism, complex control groups of cloud resources, and huge potential and multiple-use cases. It then moves on to the topology and orchestration specification for cloud applications and standards, before introducing the most popular IaaS cloud framework, Heat. You will get to grips with the standards used in Heat, an overview and a roadmap, the architecture and CLI, the Heat API, the Heat engine, the CloudWatch API, scaling principles, JeOS, and the installation and configuration of Heat. I'll wrap up by giving you some insights into troubleshooting for OpenStack.
With easy-to-follow, step-by-step instructions and supporting images, you will be able to manage OpenStack operations by implementing the orchestration services of Heat.
- Android開發(fā)精要
- C#編程入門指南(上下冊)
- R語言游戲數(shù)據(jù)分析與挖掘
- Python金融數(shù)據(jù)分析
- Mastering AndEngine Game Development
- 可解釋機器學(xué)習(xí):模型、方法與實踐
- 組態(tài)軟件技術(shù)與應(yīng)用
- Node.js開發(fā)指南
- Laravel Application Development Blueprints
- Java程序設(shè)計教程
- Java EE項目應(yīng)用開發(fā)
- 計算機應(yīng)用基礎(chǔ)
- Arduino Robotic Projects
- Python架構(gòu)模式:精通基于Python的API設(shè)計、事件驅(qū)動架構(gòu)和包管理
- Python自動化測試教程