Refine scores and write exercise 6 scenario.
This commit is contained in:
@ -8,7 +8,9 @@ authors: ['default']
|
||||
summary: "Let's get underway with the hackathon."
|
||||
---
|
||||
|
||||
Welcome to the OpenShift Virtualisation Hackathon! Here you'll have a chance to build your container native virtualisation prowess. Exercises will award points for each correct solution. You're in a race to reach the highest score before the session concludes!
|
||||
Welcome to the OpenShift Virtualisation Hackathon! Here you'll have a chance to build your container native virtualisation prowess. Exercises will award points for each correct solution.
|
||||
|
||||
You're in a race to reach the highest score before the session concludes! If multiple teams complete all exercises so share points totals a further ranking will be done by elapsed time based on when slack messages are sent.
|
||||
|
||||
**Let's get started!**
|
||||
|
||||
|
||||
@ -65,4 +65,4 @@ If you've successfully resolved Chad's storage concerns please post a message in
|
||||
|
||||
> Please review [team name] solution for exercise 5.
|
||||
|
||||
This exercise is worth 25 points. The event team will reply in slack to confirm your updated team total score.
|
||||
Both exercises 5.1 and 5.2 are worth 15 points each for a total of 30 points. The event team will reply in slack to confirm your updated team total score.
|
||||
|
||||
@ -8,17 +8,36 @@ authors: ['default']
|
||||
summary: "How do we make a virtual machine accessible over the OpenShift SDN"
|
||||
---
|
||||
|
||||
...
|
||||
Time flies when you're having fun, after 17 months the "quick" proof of concept for OpenShift Virtualisation has now completed at Acme Financial Services and the CTO has asked for a final presentation from the local Red Hat pre sales team.
|
||||
|
||||
## 6.1 -
|
||||
The Acme team have kept talking about modernisation throughout the proof of concept so for the final demo your local Red Hat team agree to showcase how container workloads can be run alongside virtual machines and even balance traffic across containers and virtual machines.
|
||||
|
||||
...
|
||||
This is it. No pressure but we need to nail this!
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *"The best of both worlds!"* |
|
||||
</Zoom>
|
||||
|
||||
|
||||
## 6.1 - Deploy workloads
|
||||
|
||||
Your first challenge for this exercise is to deploy two workloads within the `acme-bank` namespace on your cluster:
|
||||
|
||||
1. The container image `quay.io/jmhbnz/acme-bank:latest`.
|
||||
2. A virtual machine running that same workload (in podman for simplicity).
|
||||
|
||||
|
||||
## 6.2 - Establish networking
|
||||
|
||||
Once the workloads are deployed your challenge is to create one service that will load balance traffic across the virtual machine and regular container.
|
||||
|
||||
|
||||
## 6.2 - Check your work
|
||||
|
||||
If you've successfully ... please post a message in `#event-anz-ocp-virt-hackathon` with the message:
|
||||
If you've successfully prepared the demo environment for the CTO please post a message in `#event-anz-ocp-virt-hackathon` with the message:
|
||||
|
||||
> Please review team [name] solution for exercise 5.
|
||||
|
||||
This exercise is worth 25 points. The event team will reply in slack to confirm your updated team total score.
|
||||
Each of the 6.1 and 6.2 exercises are worth 15 points for a total of 30 points. The event team will reply in slack to confirm your updated team total score.
|
||||
|
||||
Reference in New Issue
Block a user