Skip to content

Commit

Permalink
add observe and plugin use to start guide
Browse files Browse the repository at this point in the history
Signed-off-by: n-marton <[email protected]>
  • Loading branch information
n-marton committed Dec 20, 2024
1 parent a9f51c4 commit a98f4d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,20 @@ Ensure that you go bin directory is in the path.

```
go install github.com/adyen/kubectl-rexec@latest
```

## Observe events

Tail the logs of the proxy to see audit events, and ideally set up a logshipping setup that suits you to store them.

```
kubectl -n kube-system logs -l app=rexec -f
```

## Use the plugin

The rexec plugin has the same params as the upstream exec command.

```
kubectl rexec exec -ti some-pod -- bash
```

0 comments on commit a98f4d6

Please sign in to comment.