KVM Virtualization Cookbook.
Deploy, manage, and scale virtual instances using Kernel-based Virtual MachinesAbout This Book* Build, manage and scale virtual machines with practical step-by-step examples* Leverage the libvirt user-space tools and libraries to manage the life-cycle of KVM instances* Deploy and scale applications...
Saved in:
Main Author: | |
---|---|
Format: | Electronic eBook |
Language: | English |
Published: |
Birmingham :
Packt Publishing,
2017.
|
Subjects: | |
Online Access: |
Full text (Wentworth users only) |
MARC
LEADER | 00000cam a2200000uu 4500 | ||
---|---|---|---|
001 | w2386708 | ||
005 | 20231013173313.0 | ||
006 | m o d | ||
007 | cr |n|---||||| | ||
008 | 170621s2017 enk o 000 0 eng d | ||
015 | |a GBB7C0911 |2 bnb | ||
016 | 7 | |a 018421360 |2 Uk | |
019 | |a 990842552 |a 1003197684 | ||
020 | |a 9781788291507 | ||
020 | |a 1788291506 | ||
020 | |a 9781788294676 | ||
020 | |a 178829467X | ||
024 | 3 | |a 9781788294676 | |
035 | |a (OCoLC)991558962 |z (OCoLC)990842552 |z (OCoLC)1003197684 | ||
037 | |b 01201872 | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d IDEBK |d MERUC |d YDX |d NLE |d OCLCO |d OCLCQ |d OCLCF |d OCLCQ |d COO |d VT2 |d WYU |d OCLCQ |d LVT |d UKAHL |d UKMGB |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d UtOrBLW | ||
050 | 4 | |a T55.4-60.8 | |
082 | 0 | 4 | |a 006.31 |2 23 |
100 | 1 | |a Ivanov, Konstantin. | |
245 | 1 | 0 | |a KVM Virtualization Cookbook. |
260 | |a Birmingham : |b Packt Publishing, |c 2017. | ||
300 | |a 1 online resource (333 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
500 | |a Manual offline migration using GlusterFS shared volumes. | ||
505 | 0 | |a Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with QEMU and KVM; Introduction; Installing and configuring QEMU; Getting ready; How to do it ... ; How it works ... ; Managing disk images with qemu-img; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Preparing images for OS installation with qemu-nbd; Getting ready; How to do it ... ; How it works ... ; Installing a custom OS on the image with debootstrap; Getting ready; How to do it ... ; How it works ... ; Resizing an image. | |
505 | 8 | |a Getting readyHow to do it ... ; How it works ... ; Using pre-existing images; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Running virtual machines with qemu-system-*; Getting ready; How to do it ... ; How it works ... ; Starting the QEMU VM with KVM support; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Connecting to a running instance with VNC; Getting ready; How to do it ... ; How it works ... ; Chapter 2: Using libvirt to Manage KVM; Introduction; Installing and configuring libvirt; Getting ready; How to do it ... ; How it works ... | |
505 | 8 | |a Defining KVM instancesGetting ready; How to do it ... ; How it works ... ; There's more ... ; Starting, stopping, and removing KVM instances; Getting ready; How to do it ... ; How it works ... ; Inspecting and editing KVM configs; Getting ready; How to do it ... ; How it works ... ; Building new KVM instances with virt-install and using the console; Getting ready; How to do it ... ; How it works ... ; Managing CPU and memory resources in KVM; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Attaching block devices to virtual machines; Getting ready; How to do it ... ; How it works ... | |
505 | 8 | |a Sharing directories between a running VM and the host OSGetting ready; How to do it ... ; How it works ... ; There's more ... ; Autostarting KVM instances; Getting ready; How to do it ... ; How it works ... ; Working with storage pools; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Managing volumes; Getting ready; How to do it ... ; How it works ... ; Managing secrets; Getting ready; How to do it ... ; How it works ... ; Chapter 3: KVM Networking with libvirt; Introduction; The Linux bridge; Getting ready; How to do it ... ; How it works ... ; There's more ... ; The Open vSwitch; Getting ready. | |
505 | 8 | |a How to do it ... How it works ... ; There's more ... ; Configuring NAT forwarding network; Getting ready; How to do it ... ; How it works ... ; Configuring bridged network; Getting ready; How to do it ... ; How it works ... ; Configuring PCI passthrough network; Getting ready; How to do it ... ; How it works ... ; Manipulating network interfaces; Getting ready; How to do it ... ; How it works ... ; Chapter 4: Migrating KVM Instances; Introduction; Manual offline migration using an iSCSI storage pool; Getting ready; How to do it ... ; How it works ... ; There's more ... | |
520 | 8 | |a Deploy, manage, and scale virtual instances using Kernel-based Virtual MachinesAbout This Book* Build, manage and scale virtual machines with practical step-by-step examples* Leverage the libvirt user-space tools and libraries to manage the life-cycle of KVM instances* Deploy and scale applications inside KVM virtual machines with OpenStackWho This Book Is ForIf you are a system administrator working KVM virtualization, this book will help you grow on your expertise of working with the infrastructure to manage things in a better way. You should have a knowledge of working with Linux based systems. What You Will Learn* Deploy different workloads in isolation with KVM virtualization and better utilize the available compute resources* Explore the benefits of running applications with KVM and learn to prevent the "bad-neighbor" effect* Leveraging various networking technologies in the context of virtualization with Open vSwitch and the Linux bridge.* Create KVM instances using Python and inspect running KVM instances* Understand Kernel Tuning for enhanced KVM performance and better memory utilizationIn DetailVirtualization technologies such as KVM allow for better control over the available server resources, by deploying multiple virtual instances on the same physical host, or clusters of compute resources. With KVM it is possible to run various workloads in isolation with the hypervisor layer providing better tenant isolation and higher degree of security. This book will provide a deep dive into deploying KVM virtual machines using qemu and libvirt and will demonstrate practical examples on how to run, scale, monitor, migrate and backup such instances. You will also discover real production ready recipes on deploying KVM instances with OpenStack and how to programatically manage the life cycle of KVM virtual machines using Python. You will learn numerous tips and techniques which will help you deploy & plan the KVM infrastructure. Next, you will be introduced to the working of libvirt libraries and the iPython development environment. Finally, you will be able to tune your Linux kernel for high throughput and better performance. By the end of this book, you will gain all the knowledge needed to be an expert in working with the KVM virtualization infrastructure. Style and approachThis book takes a complete practical approach with many step-by-step example recipes on how to use KVM in production. The book assumes certain level of expertise with Linux systems and virtualization in general. Some knowledge of Python programming is encouraged, to fully take advantage of the code recipes. | |
588 | 0 | |a Print version record. | |
650 | 0 | |a Kernel functions. |0 sh 85072061 | |
650 | 0 | |a Machine learning. |0 sh 85079324 | |
776 | 0 | 8 | |i Print version: |a Ivanov, Konstantin. |t KVM Virtualization Cookbook. |d Birmingham : Packt Publishing, ©2017 |
938 | |a Askews and Holts Library Services |b ASKH |n AH32897535 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL4880605 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis38382472 | ||
938 | |a YBP Library Services |b YANK |n 14621649 | ||
951 | |a 2386708 | ||
999 | f | f | |i cf27e771-38d8-5241-a2e9-0012319ebf9b |s f1b4176b-7907-5e69-8fc1-97eb5bda49d0 |t 0 |
952 | f | f | |a Wentworth Institute of Technology |b Main Campus |c Wentworth Library |d Ebooks |t 0 |e Safari |h Other scheme |
856 | 4 | 0 | |t 0 |u https://go.oreilly.com/wentworth-institute-of-technology/library/view/-/9781788294676 |y Full text (Wentworth users only) |