Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion manifests/tutorials/uncloud-create-cluster-ebebf72b/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,12 @@ To switch contexts, use [`uc ctx use`](https://uncloud.run/docs/cli-reference/uc

Now that we have a working cluster, let's deploy a simple web application to see the cluster in action. We'll use [Excalidraw](https://excalidraw.com), a popular sketching and diagramming tool.

First, let's check the currently running services:
First, let's deploy the caddy service to act as our reverse proxy:
```bash
uc caddy deploy
```

Now we can check the currently running services:

```bash
uc ls
Expand Down