Start writing virt hackathon exercise 5.
This commit is contained in:
@ -25,3 +25,17 @@ Acme Financial Services is a large bank based in Australia. They have a number o
|
||||
One of the potential options for Acme Financial Services is to adopt Red Hat OpenShift Virtualisation as a container native virtualisation platform.
|
||||
|
||||
Your hackathon team are the pre-sales team engaging with Acme technical teams to secure buy-in for a large scale migration to proceed.
|
||||
|
||||
|
||||
## 1.3 - Understanding the environment
|
||||
|
||||
...
|
||||
|
||||
## 1.4 - Confirm your team name
|
||||
|
||||
If your team have secured an environment and are ready to start the challenge please post a message in `#rh-hackathon-ocp-virt` with the message:
|
||||
|
||||
> Team [name] are using environment [uuid] and starting the challenge!
|
||||
|
||||
The event team will reply in slack to confirm your team has been recorded and start you with a base score of 10 points.
|
||||
|
||||
|
||||
@ -8,9 +8,9 @@ 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 run 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.
|
||||
The Acme team are well aware these virtual machines would not be "supported" but ultimately the deal rests on your teams ability to prove that an old operating system will boot successfully within OpenShift Virtualisation.
|
||||
|
||||
|
||||
## 2.1 - Create the virtual machine
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: What about rebalancing virtual machines across nodes?
|
||||
title: What about rebalancing virtual machines?
|
||||
exercise: 4
|
||||
date: '2024-04-05'
|
||||
tags: ['openshift','virtualisation','kubernetes','kubevirt']
|
||||
draft: false
|
||||
authors: ['default']
|
||||
summary: "How do we optimally balance virtual machine workloads in OpenShift?"
|
||||
summary: "How do we optimally balance vm workloads across an OpenShift cluster?"
|
||||
---
|
||||
|
||||
Acme Financial Services have agreed to run a small scale proof of concept for OpenShift Virtualisation.
|
||||
|
||||
36
data/workshop/scenario5.mdx
Normal file
36
data/workshop/scenario5.mdx
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
title: What about rebalancing virtual machines across nodes?
|
||||
exercise: 4
|
||||
date: '2024-04-05'
|
||||
tags: ['openshift','virtualisation','kubernetes','kubevirt']
|
||||
draft: false
|
||||
authors: ['default']
|
||||
summary: "How do we optimally balance virtual machine workloads in OpenShift?"
|
||||
---
|
||||
|
||||
Acme Financial Services have agreed to run a small scale proof of concept for OpenShift Virtualisation.
|
||||
|
||||
They have spun up a bare metal OpenShift cluster, installed OpenShift Virtualisation and now have a small number of virtual machines running.
|
||||
|
||||
One of the goals of the pilot is to ensure their virtual machine workloads will run efficiently on their new infrastructure and continually auto balance over time based on available underlying infrastructure capacity so they don't have some nodes much busier than others.
|
||||
|
||||
The Acme team are stuck on how they might implement this goal within the poc. They told you they found some documentation online on this thing called "deschedular" but didn't have any luck setting it up.
|
||||
|
||||
Your pre-sales team have offered to setup an example environment for them and give them a quick demo on how it works.
|
||||
|
||||
|
||||
## 3.1 - Install de-schedular operator
|
||||
|
||||
...
|
||||
|
||||
## 3.2 - Enabling evictions for a virtual machine
|
||||
|
||||
...
|
||||
|
||||
## 3.3 - Check your work
|
||||
|
||||
If you've successfully enabled deschedular evictions for a virtual machine please post a message in `#rh-hackathon-ocp-virt` with the message:
|
||||
|
||||
> Please review team [name] solution for exercise 4.
|
||||
|
||||
This exercise is worth 25 points. The event team will reply in slack to confirm your updated team total score.
|
||||
Reference in New Issue
Block a user