Monitor network requests in your EKS cluster using Subtrace.
How do I check what image/kernel version I'm using?
deployment.yaml
file:
SUBTRACE_TOKEN
environment variable in your deployment YAML. Typically, this is done
with a Kubernetes secret, but if you’re using an external
secret manager, consult its documentation. If you don’t have a Subtrace token yet, go to the Tokens page on the
dashboard and create a tracer token.securityContext
field in the container spec. Subtrace needs the SYS_PTRACE
capability in
order to trace your app’s requests.