Skip to content

Commit 6207f27

Browse files
authored
Update k8s-best-practices-analyzing-your-application.adoc
1 parent db3d995 commit 6207f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[id="k8s-best-practices-analyzing-your-application"]
22
= Analyzing your application
33

4-
To find out which capabilities the application needs, Red Hat has developed a SystemTap script (`container_check.stp`). With this tool, the workload developer can find out what capabilities an application requires in order to run in a container. It also shows the syscalls which were invoked. Find more info at link:https://linuxera.org/capabilities-seccomp-kubernetes/[]
4+
To find out which capabilities the application needs, Red Hat has developed a SystemTap script (`container_check.stp`). With this tool, the workload developer can find out what capabilities an application requires in order to run in a container. It also shows the syscalls which were invoked. Find more info at link:https://linuxera.org/capabilities-seccomp-kubernetes/[Capabilities and Seccomp Profiles on Kubernetes]
55

66
Another tool is `capable` which is part of the BCC tools. It can be installed on RHEL8 with `dnf install bcc`.

0 commit comments

Comments
 (0)