Skip to content

Commit f2f69f2

Browse files
authored
Add Kubernetes deployment instructions for Universal Profiling
Added Kubernetes deployment instructions for the Universal Profiling Agent integration, including required manifest options.
1 parent 34e9aa4 commit f2f69f2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

solutions/observability/infra-and-hosts/get-started-with-universal-profiling.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,22 @@ To install the Universal Profiling Agent using the {{agent}} and the Universal P
143143

144144
5. Click **Save and continue**.
145145

146+
#### Using `Kubernetes` as deployment model for {{agent}} with the Universal Profiling Agent integration
147+
148+
To deploy the {{agent}} with the Universal Profiling Agent integration using Kubernetes,
149+
please make sure that the following options are set in the manifest.
150+
151+
```console
152+
hostPID: true
153+
securityContext:
154+
readOnlyRootFilesystem: true
155+
privileged: true
156+
runAsUser: 0
157+
runAsGroup: 0
158+
capabilities:
159+
add:
160+
- SYS_ADMIN
161+
```
146162

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

0 commit comments

Comments
 (0)