Skip to content

Latest commit

 

History

History
103 lines (79 loc) · 3.11 KB

04-reliability_benefits.md

File metadata and controls

103 lines (79 loc) · 3.11 KB
SPDX-FileCopyrightText SPDX-License-Identifier title author footer description keywords color class style
© 2023 Menacit AB <foss@menacit.se>
CC-BY-SA-4.0
Virtualisation course: Reliability benefits
Joel Rangsmo <joel@menacit.se>
© Course authors (CC BY-SA 4.0)
How virtualisation helps organisations build more robust infrastructure
virtualisation
vm
container
sre
reliability
redundancy
devops
#ffffff
invert
section.center { text-align: center; }

Reliability benefits

Not only nerds care about uptime

bg right:30%


Virtualisation enables...

  • Easy maintenance of hypervisors and supporting infrastructure thanks to migration
  • Legacy workloads to run on decent and supported HW
  • Less maintenance work due to less HW
  • Better testing due to predictable runtime environment

bg right:30%


Makes multi-server and multi-site redundancy economically viable for many organisations.

bg right:30%


Snapshots

  • Freeze and store guest state
  • Roll back changes with ease
  • Enabled through Copy-On-Write disk storage and/or overlay file systems

bg right:30%


Snapshots enables operators to apply bug fixes and perform other changes with more confidence.

bg right:30%