<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Use Cases on Tetragon - eBPF-based Security Observability and Runtime Enforcement</title>
    <link>/docs/use-cases/</link>
    <description>Recent content in Use Cases on Tetragon - eBPF-based Security Observability and Runtime Enforcement</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/docs/use-cases/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Filename access</title>
      <link>/docs/use-cases/filename-access/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/use-cases/filename-access/</guid>
      <description>This page shows how you can create a tracing policy to monitor filename access. For general information about tracing policies, see the tracing policy page.&#xA;There are two aspects of the tracing policy: (i) what hooks you can use to monitor specific types of access, and (ii) how you can filter at the kernel level for only specific events.&#xA;Hooks There are different ways applications can access and modify files, and for this tracing policy we focus in three different types.</description>
    </item>
    <item>
      <title>Network observability</title>
      <link>/docs/use-cases/network-observability/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/use-cases/network-observability/</guid>
      <description>To view TCP connect events, apply the example TCP connect TracingPolicy:&#xA;kubectl apply -f https://raw.githubusercontent.com/cilium/tetragon/main/examples/tracingpolicy/tcp-connect.yaml To start monitoring events in the xwing pod run the Tetragon CLI:&#xA;kubectl logs -n kube-system -l app.kubernetes.io/name=tetragon -c export-stdout -f | tetra getevents -o compact --namespace default --pod xwing In another terminal, start generate a TCP connection. Here we use curl.&#xA;kubectl exec -it xwing -- curl http://cilium.io The output in the first terminal will capture the new connect and write,</description>
    </item>
  </channel>
</rss>
