diff --git a/content/hackathons/usw24/index.mdx b/content/hackathons/usw24/index.mdx index 7b1f35d1..e1818e28 100644 --- a/content/hackathons/usw24/index.mdx +++ b/content/hackathons/usw24/index.mdx @@ -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.