Start writing virt hackathon exercise 3.

This commit is contained in:
2024-04-05 10:05:21 +13:00
parent 95a250701c
commit 5ecf6cc64d
3 changed files with 64 additions and 8 deletions

View File

@ -8,7 +8,7 @@ authors: ['default']
summary: "Will OpenShift Virtualisation run Acme virtual machines?"
---
As a sales team you've got an upcoming demo with the Acme Financial Services linux team. They are concerned a modern cloud native virtualisation platform like OpenShift Virtualistion won't support running their **Crusty Corp Financial Appliance™** vm appliances which run Red Hat Enterprise Linux 5.0 and cannot be updated or altered in any way.
As a sales team you've got an upcoming demo with the Acme Financial Services linux team. They are concerned a modern cloud native virtualisation platform like OpenShift Virtualistion won't support running their **Crusty Corp Financial Appliance™** vm appliances which run Red Hat Enterprise Linux 5.0 and cannot be updated or altered in any way 🤯.
The deal rests on your teams ability to prove that an old operating system will boot successfully within OpenShift Virtualisation.
@ -25,6 +25,6 @@ The deal rests on your teams ability to prove that an old operating system will
If your **Crusty Corp Financial Appliance** has booted please post a message in `#rh-hackathon-ocp-virt` with the message:
> Please review team <name> solution for exercise 2.
> Please review team [name] solution for exercise 2.
This exercise is worth 25 points. The event team will reply in slack to confirm your updated team total score.

View File

@ -0,0 +1,36 @@
---
title: But can it do live migration?
exercise: 3
date: '2024-04-05'
tags: ['openshift','virtualisation','kubernetes','kubevirt']
draft: false
authors: ['default']
summary: "Will OpenShift Virtualisation live migrate a virtual machine?"
---
During the demo with the Acme Financial Services team one of their traditional hypervisor team asked if you can show them a live migration for a running virtual machine.
Thinking on your feet you remember the Fedora virtual machine you've were tinkering with last night in the `demotestblah17` namespace on the cluster.
The Acme Financial Services team have put you on the spot, can you quickly pull off a virtual machine live migration? 😅
## 2.1 - Confirm the machine current state
...
## 2.2 - Initiate the live migration
...
## 2.3 - Confirm the workload is uninterrupted
...
## 2.4 - Check your work
If the virtual machine in your **demotestblah17** namespace has been live migrated successfully please post a message in `#rh-hackathon-ocp-virt` with the message:
> Please review team [name] solution for exercise 3.
This exercise is worth 25 points. The event team will reply in slack to confirm your updated team total score.