-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from tnscorcoran/main
Progress on Scenario 2
- Loading branch information
Showing
6 changed files
with
50 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ node_modules | |
out | ||
.next | ||
.husky | ||
*.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
const siteMetadata = { | ||
title: 'Red Hat OpenShift Windows Container Workshop', | ||
title: 'Red Hat OpenShift AI Hackathon', | ||
author: 'Red Hat', | ||
headerTitle: 'Red Hat', | ||
description: 'Red Hat OpenShift Windows Container Workshop', | ||
description: 'Red Hat OpenShift AI Hackathon', | ||
language: 'en-us', | ||
siteUrl: 'https://jmhbnz.github.io/workshops', | ||
siteRepo: 'https://github.com/jmhbnz/workshops', | ||
siteUrl: 'https://odh-labs.github.io/workshop', | ||
siteRepo: 'https://github.com/odh-labs/hackathon', | ||
siteLogo: '/static/images/redhat.png', | ||
image: '/static/images/avatar.png', | ||
socialBanner: '/static/images/twitter-card.png', | ||
email: '[email protected]', | ||
github: 'https://github.com/jmhbnz', | ||
github: 'https://github.com/odh-labs', | ||
twitter: 'https://twitter.com/redhat', | ||
facebook: 'https://facebook.com', | ||
youtube: 'https://www.youtube.com', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Hybrid Cloud AI model deployment | ||
exercise: 2 | ||
date: '2024-06-05' | ||
tags: ['openshift','ai','kubernetes'] | ||
draft: false | ||
authors: ['default'] | ||
summary: "Let's deploy the first model across the hybrid cloud." | ||
--- | ||
|
||
As a sales team you've got an upcoming demo with the Acme Financial Services data science team, who have been training models on their laptops. | ||
The team have given you access to one of their models in the ACME Financial Services object storage and want to see how this could be deployed to a cluster running in the cloud. | ||
|
||
|
||
## 2.1 - Replicate Model to Cloud Storage | ||
|
||
For this task, your team are required to use the `granite-7b-lab` model available in the object storage running in the ACME Financial Services on prem cluster which is based on Minio. | ||
|
||
After locating the model in on premises object storage, your team need to replicate this model to the ACME Financial Services cloud object storage | ||
|
||
## 2.2 - Deploy the model | ||
|
||
For this challenge you'll be given two OpenShift clusters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,24 @@ | ||
|
||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Red Hat OpenShift Virtualisation Hackathon</title> | ||
<link>https://jmhbnz.github.io/workshops/workshop</link> | ||
<description>Red Hat OpenShift Virtualisation Hackathon</description> | ||
<title>Red Hat OpenShift AI Hackathon</title> | ||
<link>https://odh-labs.github.io/workshop/workshop</link> | ||
<description>Red Hat OpenShift AI Hackathon</description> | ||
<language>en-us</language> | ||
<managingEditor>[email protected] (Red Hat)</managingEditor> | ||
<webMaster>[email protected] (Red Hat)</webMaster> | ||
<lastBuildDate>Sun, 14 Apr 2024 00:00:00 GMT</lastBuildDate> | ||
<atom:link href="https://jmhbnz.github.io/workshops/feed.xml" rel="self" type="application/rss+xml"/> | ||
<atom:link href="https://odh-labs.github.io/workshop/feed.xml" rel="self" type="application/rss+xml"/> | ||
|
||
<item> | ||
<guid>https://jmhbnz.github.io/workshops/workshop/scenario1</guid> | ||
<guid>https://odh-labs.github.io/workshop/workshop/scenario1</guid> | ||
<title>Understanding the hackathon environment</title> | ||
<link>https://jmhbnz.github.io/workshops/workshop/scenario1</link> | ||
<link>https://odh-labs.github.io/workshop/workshop/scenario1</link> | ||
<description>Let's get underway with the hackathon.</description> | ||
<pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate> | ||
<author>[email protected] (Red Hat)</author> | ||
<category>openshift</category><category>virtualisation</category><category>kubernetes</category><category>kubevirt</category> | ||
</item> | ||
|
||
<item> | ||
<guid>https://jmhbnz.github.io/workshops/workshop/scenario2</guid> | ||
<title>What about my legacy technical debt?</title> | ||
<link>https://jmhbnz.github.io/workshops/workshop/scenario2</link> | ||
<description>Will OpenShift Virtualisation run Acme virtual machines?</description> | ||
<pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate> | ||
<author>[email protected] (Red Hat)</author> | ||
<category>openshift</category><category>virtualisation</category><category>kubernetes</category><category>kubevirt</category> | ||
</item> | ||
|
||
<item> | ||
<guid>https://jmhbnz.github.io/workshops/workshop/scenario3</guid> | ||
<title>But can it do live migration?</title> | ||
<link>https://jmhbnz.github.io/workshops/workshop/scenario3</link> | ||
<description>Will OpenShift Virtualisation live migrate a virtual machine?</description> | ||
<pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate> | ||
<author>[email protected] (Red Hat)</author> | ||
<category>openshift</category><category>virtualisation</category><category>kubernetes</category><category>kubevirt</category> | ||
</item> | ||
|
||
<item> | ||
<guid>https://jmhbnz.github.io/workshops/workshop/scenario4</guid> | ||
<title>What about balancing vm workloads?</title> | ||
<link>https://jmhbnz.github.io/workshops/workshop/scenario4</link> | ||
<description>How do we optimally balance vm workloads across an OpenShift cluster?</description> | ||
<pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate> | ||
<author>[email protected] (Red Hat)</author> | ||
<category>openshift</category><category>virtualisation</category><category>kubernetes</category><category>kubevirt</category> | ||
</item> | ||
|
||
<item> | ||
<guid>https://jmhbnz.github.io/workshops/workshop/scenario5</guid> | ||
<title>How do I resize virtual machine disks again?</title> | ||
<link>https://jmhbnz.github.io/workshops/workshop/scenario5</link> | ||
<description>Persistent volume what??</description> | ||
<pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate> | ||
<author>[email protected] (Red Hat)</author> | ||
<category>openshift</category><category>virtualisation</category><category>kubernetes</category><category>kubevirt</category> | ||
</item> | ||
|
||
<item> | ||
<guid>https://jmhbnz.github.io/workshops/workshop/scenario6</guid> | ||
<title>Can I connect my pods to my virtual machine?</title> | ||
<link>https://jmhbnz.github.io/workshops/workshop/scenario6</link> | ||
<description>How do we make a virtual machine accessible over the OpenShift SDN</description> | ||
<pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate> | ||
<author>[email protected] (Red Hat)</author> | ||
<category>openshift</category><category>virtualisation</category><category>kubernetes</category><category>kubevirt</category> | ||
</item> | ||
|
||
</channel> | ||
</rss> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.