- Preparing for the Certified OpenStack Administrator Exam
- Matt Dorn
- 130字
- 2021-07-02 19:30:25
Nova - compute service
Inspired by Amazon EC2, Nova is the compute service and the core of the OpenStack cloud. It is designed to manage and automate pools of compute resources, and can work with widely available virtualization technologies as well as bare metal servers.
It's important to note that Nova is not a hypervisor. It's a system of services that sit above the hypervisor, orchestrating availability of compute resources. Some examples of hypervisors include Hyper-V, VMware ESXi, Xen, and the most popular, KVM (Kernel-based Virtual Machine). Nova also supports the ability to utilize Linux container technology such as LXC and Docker.
In OpenStack, the term booting is used to refer to the creation of a virtual machine. A virtual machine booted with Nova is often called an instance.
- .NET之美:.NET關鍵技術深入解析
- 控糖控脂健康餐
- Mastering Entity Framework
- 樂學Web編程:網站制作不神秘
- HTML5+CSS3網站設計基礎教程
- Python數據挖掘與機器學習實戰
- QTP自動化測試進階
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- 深入理解BootLoader
- Instant Automapper
- Developing Java Applications with Spring and Spring Boot
- Java Script從入門到精通(第5版)
- 現代JavaScript編程:經典范例與實踐技巧
- Yii框架深度剖析
- React.js 16從入門到實戰