Skip to content
Open
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,22 @@

5. Click **Save and continue**.

#### Using `Kubernetes` as deployment model for {{agent}} with the Universal Profiling Agent integration

To deploy the {{agent}} with the Universal Profiling Agent integration using Kubernetes,
please make sure that the following options are set in the manifest.

Check warning on line 149 in solutions/observability/infra-and-hosts/get-started-with-universal-profiling.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.DontUse: Don't use 'please'.

```console
hostPID: true
securityContext:
readOnlyRootFilesystem: true
privileged: true
runAsUser: 0
runAsGroup: 0
capabilities:
add:
- SYS_ADMIN
```

## Install the Universal Profiling Agent in standalone mode [profiling-install-agent-standalone]

Expand Down
Loading