본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Mastering KVM Virtualization Second Edition 상세페이지

Mastering KVM Virtualization Second Edition

Design expert data center virtualization solutions with the power of Linux KVM

  • 관심 0
소장
전자책 정가
30,000원
판매가
30,000원
출간 정보
  • 2020.10.23 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 687 쪽
  • 23.3MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781838822972
ECN
-
Mastering KVM Virtualization Second Edition

작품 정보

Learn how to configure, automate, orchestrate, troubleshoot, and monitor KVM-based environments capable of scaling to private and hybrid cloud models.

▶Book Description
Kernel-based Virtual Machine (KVM) enables you to virtualize your data center by transforming your Linux operating system into a powerful hypervisor that allows you to manage multiple operating systems with minimal fuss. With this book, you'll gain insights into configuring, troubleshooting, and fixing bugs in KVM virtualization and related software.

This second edition of Mastering KVM Virtualization is updated to cover the latest developments in the core KVM components - libvirt and QEMU. Starting with the basics of Linux virtualization, you'll explore VM lifecycle management and migration techniques. You'll then learn how to use SPICE and VNC protocols while creating VMs and discover best practices for using snapshots. As you progress, you'll integrate third-party tools with Ansible for automation and orchestration. You'll also learn to scale out and monitor your environments, and will cover oVirt, OpenStack, Eucalyptus, AWS, and ELK stack. Throughout the book, you'll find out more about tools such as Cloud-Init and Cloudbase-Init. Finally, you'll be taken through the performance tuning and troubleshooting guidelines for KVM-based virtual machines and a hypervisor.

By the end of this book, you'll be well-versed with KVM virtualization and the tools and technologies needed to build and manage diverse virtualization environments.

▶What You Will Learn
⦁Implement KVM virtualization using libvirt and oVirt
⦁Delve into KVM storage and network
⦁Understand snapshots, templates, and live migration features
⦁Get to grips with managing, scaling, and optimizing the KVM ecosystem
⦁Discover how to tune and optimize KVM virtualization hosts
⦁Adopt best practices for KVM platform troubleshooting

▶Key Features
⦁Gain expert insights into Linux virtualization and the KVM ecosystem with this comprehensive guide
⦁Learn to use various Linux tools such as QEMU, oVirt, libvirt, Cloud-Init, and Cloudbase-Init
⦁Scale, monitor, and troubleshoot your VMs on various platforms, including OpenStack and AWS

▶Who This Book Is For
If you are a systems administrator, DevOps practitioner, or developer with Linux experience looking to sharpen your open-source virtualization skills, this virtualization book is for you. Prior understanding of the Linux command line and virtualization is required before getting started with this book.

▶What this book covers
⦁ Chapter 1, Understanding Linux Virtualization, discusses different types of virtualization, hypervisor types, and Linux virtualization concepts (Xen and KVM). In this chapter, we try to explain some basics of Linux virtualization and how it fits into the cloud environment from a high-level perspective.

⦁ Chapter 2, KVM as a Virtualization Solution, starts with a discussion of virtualization concepts and the need to virtualize our environments, explains the basic hardware and software aspects of virtualization, and the various approaches to virtualization. In this chapter, we start discussing KVM and libvirt, concepts that we'll use throughout this book.

⦁ Chapter 3, Installing KVM Hypervisor, libvirt, and oVirt, expands on Chapter 2 by introducing some new concepts including oVirt, a GUI that can be used to manage our virtualized Linux infrastructure. We take you through the process of checking whether the hardware used is compatible with KVM, introduce some basic commands for virtual machine deployment, and then move on to explain how we'd use oVirt in the same scenario.

⦁ Chapter 4, Libvirt Networking, explains how libvirt interacts with various networking concepts – virtual switches in different modes, how to use CLI tools to manage libvirt networking, TAP and TUN devices, Linux bridging, and Open vSwitch. After that, we discuss more extreme examples of networking by using SR-IOV, a concept that should get us the lowest latency and highest throughput and is used in cases where every single millisecond counts.

⦁ Chapter 5, Libvirt Storage, is a big one, as storage concepts are extremely important when building virtualized and cloud environments. We discuss every type of storage that KVM supports – local storage pools, NFS, iSCSI, SAN, Ceph, Gluster, multipathing and redundancy, virtual disk types, and so on. We also offer you a glimpse into the future of storage – with NVMe and NVMeoF being some of the technologies discussed.

⦁ Chapter 6, Virtual Display Devices and Protocols, talks about various virtual machine display types, remote protocols including VNC and Spice, as well as NoVNC, which ensures display portability as we can use a virtual machine console inside a web browser by using NoVNC.

⦁ Chapter 7, Virtual Machines: Installation, Configuration, and Life Cycle Management, introduces additional ways of deploying and configuring KVM virtual machines, as well as migration processes, which are very important for any kind of production environment.

⦁ Chapter 8, Creating and Modifying VM Disks, Templates, and Snapshots, discusses various virtual machine image types, virtual machine templating processes, the use of snapshots, and some of the use cases and best practices while using snapshots. It also serves as an introduction to the next chapter, where we will be using templating and virtual machine disks in a much more streamlined fashion to customize virtual machines post-boot by using cloud-init and cloudbase-init.

⦁ Chapter 9, Customize a Virtual Machine with cloud-init, discusses one of the most fundamental concepts in cloud environments – how to customize a virtual machine image/template post-boot. Cloud-init is used in almost all of the cloud environments to do post-boot Linux virtual machine configuration, and we explain how it works and how to make it work in your environment.

⦁ Chapter 10, Automated Windows Guest Deployment and Customization, is a continuation of Chapter 9, with a razor-sharp focus on Microsoft Windows virtual machine templatization and post-boot customization. For that, we use cloudbase-init, a concept that's basically the same as cloud-init, but which is suited for Microsoft-based operating systems only.

⦁ Chapter 11, Ansible and Scripting for Orchestration and Automation, takes us on the first part of the Ansible journey – deploying AWX and Ansible, and describes how to use these concepts in our KVM-based environments. This is just one of the Ansible usage models that is employed in modern-day IT, as the whole DevOps and infrastructure-as-a-code story gets much more exposure in IT infrastructure all over the world.

⦁ Chapter 12, Scaling Out KVM with OpenStack, discusses the process of building cloud environments based on KVM. OpenStack is the standard approach to delivering just that when using KVM. In this chapter, we talk about all of the OpenStack building blocks and services, how to deploy it from scratch, and describe how to use it in production environments.

⦁ Chapter 13, Scaling Out KVM with AWS, takes us on a journey toward using public and hybrid cloud concepts by using Amazon Web Services (AWS). Like almost all the other chapters, this is a heavily hands-on chapter that you can also use to get your feet wet in terms of getting to know AWS as a concept, which will be key to deploying a hybrid-cloud infrastructure using Eucalyptus at the end of the chapter.

⦁ Chapter 14, Monitoring the KVM Virtualization Platform, introduces a very popular concept of monitoring via the Elasticsearch, Logstash, Kibana (ELK) stack. It also takes you through the whole process of setting up and integrating the ELK stack with your KVM infrastructure, all the way through to the end result – using dashboards and UIs to monitor your KVM-based environment.

⦁ Chapter 15, Performance Tuning and Optimization for KVM VMs, talks about various approaches to tuning and optimization in KVM-based environments by deconstructing all of the infrastructure design principles and putting them to (correct) use. We cover a number of advanced topics here – NUMA, KSM, CPU and memory performance, CPU pinning, the tuning of VirtIO, and block and network devices.

⦁ Chapter 16, Troubleshooting Guidelines for the KVM Platform, starts with the basics – troubleshooting KVM services and logging, and explains various troubleshooting methodologies for KVM and oVirt, Ansible and OpenStack, Eucalyptus, and AWS. These are the real-life problems that we've also encountered in our production environments while writing this book. In this chapter, we basically discuss problems related to every single chapter of this book, including problems associated with snapshots and templating.

작가 소개

▶About the Author
- Vedran Dakic
Vedran Dakic works as a head of Department of operating systems at Algebra University College. He began using Linux while in college back in 1995 and became a RedHat Certified Technician/System Administrator, Engineer and Trainer in 2005., and RedHat Certified Virtualization Administrator in 2016. He's also a certified Microsoft Trainer and VMware Instructor, with key areas of expertise being virtualization, application and cloud technologies (OpenStack, OpenShift, Office 365, Exchange, Azure, vRealize, vCloud Director, etc.)

- Humble Devassy Chirammal
Humble Devassy Chirammal is a senior software engineer in the Storage Engineering team at Red Hat. He has more than 15 years of IT experience, and his area of expertise is in understanding the full stack in an ecosystem, with emphasis on architecting solutions based on demand. These days he primarily concentrates on Ceph and GlusterFS and its integration to container orchestrator systems like Kubernetes. He has hands-on experience of emerging technologies, such as IaaS and PaaS solutions in Cloud and Containers. In the past, he has worked on intrusion detection systems, Clustering solutions, and Virtualization. As an open source advocate, he is a core contributor to many open source projects like Kubernetes. He actively organizes meetups on Openshift/ Kubernetes, Virtualization, GlusterFS, CentOS. His twitter handle is @hchiramm.

- Prasad Mukhedkar
Prasad Mukhedkar is a specialist cloud solution architect at Red Hat India with over 10 years of experience in helping customers in their journey to Virtualization and Cloud adoption. He is a Red Hat Certified Architect and has extensive experience in designing and implementing high performing cloud infrastructure. His areas of expertise are Red Hat Enterprise Linux 7/8 performance tuning, KVM virtualization, Ansible Automation, and Red Hat OpenStack. He is a huge fan of the Linux "GNU screen" utility.

- Anil Vettathu
Anil Vettathu began his association with Linux while in college and began his career as a Linux System Administrator soon after. He is a generalist, with an interest in open source technologies. He has hands-on experience in designing and implementing large scale virtualization environments using open source technologies and has extensive knowledge in libvirt and KVM. These days he primarily works on Red Hat Enterprise Virtualization, containers, and real time performance tuning. Currently, he is working as a Technical Account Manager for Red Hat.

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

개발/프로그래밍 베스트더보기

  • 윌 라슨의 엔지니어링 리더십 (윌 라슨, 임백준)
  • 이펙티브 소프트웨어 설계 (토마스 레렉, 존 스키트)
  • MCP 혁신: 클로드로 엑셀, 한글, 휴가 등록부터 결재문서 자동화까지 with python (이호준, 차경림)
  • 랭체인과 RAG로 배우는 실전 LLM 애플리케이션 개발 (양기빈, 조국일)
  • 플랫폼 엔지니어링 (이언 놀런드, 카미유 푸르니에)
  • LLM 서비스 설계와 최적화 (슈레야스 수브라마니암, 김현준)
  • 이지 러스트 (데이브 매클라우드, 이지호)
  • 개정판 | 밑바닥부터 시작하는 딥러닝 1 (사이토 고키, 이복연)
  • 랭체인 & 랭그래프로 AI 에이전트 개발하기 (서지영)
  • 최고의 프롬프트 엔지니어링 강의 (김진중)
  • 생성형 AI, AI STUDIOS로 인공지능 영상 제작 더 쉽고 더 빠르게 (장세영, 안창현)
  • 퀀트 개발자의 알아야 할 기본 상식 (씨익북스 편집부)
  • 한 권으로 끝내는 실전 LLM 파인튜닝 (강다솔)
  • 켄트 벡의 Tidy First? (켄트 벡, 안영회)
  • 우아한 타입스크립트 with 리액트 (우아한형제들 웹프론트개발그룹, 김민태)
  • 개정판|혼자 공부하는 파이썬 (윤인성)
  • Real MySQL 8.0 (1권) (백은빈, 이성욱)
  • 머신 러닝 Q & AI (세바스찬 라시카, 박해선)
  • 이펙티브 소프트웨어 아키텍처 (올리버 골드만, 최희철)
  • 개정판 | 리액트 네이티브 (온개발팀)

본문 끝 최상단으로 돌아가기

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전