Skip to content

Commit

Permalink
Fix typo in kubernetes install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
logicfox committed Feb 5, 2024
1 parent d3c00ab commit af3c6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ kubectl logs -f daemonset/tracee -n tracee
Tracee can produce a very high volume of events which could overwhelm kubectl's log collection command. If run in a busy cluster or with a verbose policy, this command might be slow or unresponsive.

In production scenario you would probably want to collect and ship events logs into a persistent storage that you can query.
You can use any log collection solution of your choosing. We have a tutorial on how to do this using the open source Graphana Stack [here](../../tutorials/deploy-grafana-dashboard.md).
You can use any log collection solution of your choosing. We have a tutorial on how to do this using the open source Grafana Stack [here](../../tutorials/deploy-grafana-dashboard.md).

## Applying Policies

Expand Down

0 comments on commit af3c6a1

Please sign in to comment.