Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 614 Bytes

k8s-best-practices-analyzing-your-application.adoc

File metadata and controls

6 lines (4 loc) · 614 Bytes

Analyzing your application

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 Capabilities and Seccomp Profiles on Kubernetes

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