Skip to content

Commit

Permalink
Update docs/sources/security.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Packham <[email protected]>
  • Loading branch information
rafaelroquetto and grafsean committed Feb 14, 2025
1 parent cebd335 commit 1d3ab95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/sources/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ Some Linux distributions define higher levels for `kernel.perf_event_paranoid`,

### Deploy on AKS/EKS

Both AKS and EKS environments come with kernels that have `sys.perf_event_paranoid > 1` set by default, which means Beyla needs `CAP_SYS_ADMIN` to work (see [[#Performance monitoring tasks]]). If you'd prefer to use just `CAP_PERFMON`, you can configure your node to set `kernel.perf_event_paranoid = 1`. Below, we’ve provided a few examples of how to do this. Keep in mind that your results may vary depending on your specific setup.
Both AKS and EKS environments come with kernels that by default set `sys.perf_event_paranoid > 1`, which means Beyla needs `CAP_SYS_ADMIN` to work, refer to the section on how to [monitor task performance](#performance-monitoring-tasks) for further information.

If you prefer to use just `CAP_PERFMON`, you can configure your node to set `kernel.perf_event_paranoid = 1`. We've provided a few examples of how to do this, keep in mind that your results may vary depending on your specific setup.

#### AKS

Expand Down

0 comments on commit 1d3ab95

Please sign in to comment.