- KVM Virtualization Cookbook
- Konstantin Ivanov
- 167字
- 2021-07-02 22:07:10
Introduction
In the previous chapter, we saw examples of provisioning virtual machines using the QEMU toolset and the KVM kernel modules. The QEMU commands are convenient for quickly starting virtual instances; however, they don't provide an easy way of configuring and administering the life cycle of the virtual machines.
In this chapter, we are going to work with the libvirt toolset. Libivrt provides various userspace commands and language bindings in order to build, configure, start, stop, migrate, terminate, and do other functions to manage your virtual machines. It provides support for different virtualization technologies, such as QEMU/KVM, XEN, and containers with LXC.
We will start by installing and configuring the libvirt tools, then move on to creating virtual machines using the XML configuration files that libvirt supports and explore many of the functionalities that the toolkit provides in order to manage the life cycle of KVM instances. All the recipes in this chapter are going to be in the context of building highly available, multitenant environments.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 數據庫系統原理及MySQL應用教程(第2版)
- 一步一步學Spring Boot 2:微服務項目實戰
- The Modern C++ Challenge
- Delphi程序設計基礎:教程、實驗、習題
- Linux核心技術從小白到大牛
- Java從入門到精通(第4版)
- AIRAndroid應用開發實戰
- Python機器學習實戰
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- 計算機應用基礎項目化教程
- 零基礎C#學習筆記
- 交互設計師成長手冊:從零開始學交互
- MATLAB 2020 GUI程序設計從入門到精通
- 算法精解:C語言描述