Skip to content

Quickstart

git clone https://github.com/network-observability/workshops.git
cd workshops

uv sync --all-packages
uv run nobs setup
uv run nobs autocon5 up
uv run nobs autocon5 load-infrahub
# ... when you're done ...
uv run nobs autocon5 down

Each workshop's own README walks through the agenda and the hands-on parts.

What you should see

After nobs autocon5 up finishes, run nobs autocon5 status until every row reads ok. First boot pulls 3–5 GB of images, so the first run can take 5–10 minutes; subsequent restarts are seconds.

Service              State   Health
─────────────────────────────────────
sonda-server         up      ok
sonda-srl1           up      ok
telegraf-srl1        up      ok
telegraf-srl2        up      ok
prometheus           up      ok
loki                 up      ok
grafana              up      ok
alertmanager         up      ok
infrahub-server      up      ok
prefect-server       up      ok

If any row is yellow or red after a couple of minutes, check the troubleshooting page — common cases (Infrahub still seeding, OrbStack proxy, slow image pull) all have one-line fixes.


Once everything is ok, head to the workshop overview for the four-hour walkthrough.