Skip to content

Commit

Permalink
hackathons/USW24: Add Session 02 - Baby Steps
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Jumarea <[email protected]>
  • Loading branch information
StefanJum authored and razvand committed Jul 2, 2024
1 parent 158291f commit f8eb51b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/hackathons/usw24/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,20 @@ If everything went well, deploy more applications and use extra features followi
There are two types of tutorials in this session: application tutorials and feature tutorials.
This means you will both learn how to use some already existing applications and make use of different KraftCloud features, like load balancing, scale to 0, etc.
You will likely use those features for the final project too, so make sure to focus on them.

### Session 02: Baby Steps

In Session 01, we deployed some applications using KraftCloud.
In this session, we will use the same applications, but we will configure, build and run them locally, on our system.
With this, you will get a better look at what kraft cloud does behind the scenes.
Make sure you have [`docker`](https://docs.docker.com/engine/install/) installed.

Applications for this session are stored in the [`catalog` repository](https://github.com/unikraft/catalog).
Similar to the [`kraftcloud/examples`](https://github.com/kraftcloud/examples/) repository we used in Session 01, the `catalog` repository contains some minimal applications we can run locally.
Make sure you clone it before starting the session.

Follow the steps [here](https://unikraft.org/guides/using-the-app-catalog) and bring the cloud to your machine.
While you work on them, mark the progress [here](https://docs.google.com/spreadsheets/d/1_dOqYnHKQgkVJn0Tiudawna4d1SV_PGgS1D8oLmGD34/edit?usp=sharing), in the `Session 02` spreadsheet.
After you are done with all of them, take a look to some more applications, following the tasks [here](https://docs.google.com/spreadsheets/d/1_dOqYnHKQgkVJn0Tiudawna4d1SV_PGgS1D8oLmGD34/edit?usp=sharing), and the same steps for building and running you used before.
Go through them orderly and aim to complete all items until the Extra section.
If you have extra time on your hands, go through the Extra section as well.

0 comments on commit f8eb51b

Please sign in to comment.