Skip to content
Merged
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
6 changes: 6 additions & 0 deletions docs/content/en/docs/getting-started/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ And as expected no new events:
💥 exit default/xwing /usr/bin/curl https://ebpf.io/applications/#tetragon 60
```

Finally, delete the applied TracingPolicy with:

```shell
envsubst < network_egress_cluster.yaml | kubectl delete -f -
```

## Monitoring Docker or bare metal network access

This example also works easily for local Docker users. However, since Docker
Expand Down