- 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.
- Vue 3移動Web開發與性能調優實戰
- Learning Scala Programming
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- What's New in TensorFlow 2.0
- JavaScript修煉之道
- Visual Basic程序設計教程
- Java 9 Programming Blueprints
- Banana Pi Cookbook
- TypeScript實戰指南
- Spring實戰(第5版)
- PhpStorm Cookbook
- C++ 從入門到項目實踐(超值版)
- Getting Started with Laravel 4
- Visual Basic程序設計實驗指導(第二版)
- Getting Started with Hazelcast(Second Edition)