Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Live Migration lab #32

Merged
merged 3 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions content/en/docs/live-migration/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Live Migration"
weight: 7
labfoldernumber: "07"
sectionnumber: 7
description: >
Migrate running VMs to other Nodes for maintenance or other reasons
---

In this section we will get familiar with the concept of the Live Migration capabilities in KubeVirt.

The idea of live migration is a familiar one in virtualization platforms, allowing administrators to keep workloads operational while servers are taken offline for various reasons, such as:

* Hardware maintenance (e.g., physical repairs, firmware updates)
* Power management by consolidating workloads onto fewer hypervisors during off-peak times
* And more

Similarly, KubeVirt offers the ability to migrate virtual machines within Kubernetes when this feature is enabled.


## Lab Goals

* Know what the Concept of Live Migration is
* Understand when workload can be live migrated and when not
* Execute a live migration
Loading