diff --git a/STARTED.md b/STARTED.md index 945cde8..06c5009 100644 --- a/STARTED.md +++ b/STARTED.md @@ -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 ``` \ No newline at end of file