-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: reorganize the doc by creating new use cases section
Signed-off-by: Mahe Tardy <[email protected]>
- Loading branch information
Showing
14 changed files
with
37 additions
and
46 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: "FAQ" | ||
weight: 7 | ||
weight: 8 | ||
icon: "faq" | ||
description: "List of frequently asked questions" | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Use Cases" | ||
icon: "resources" | ||
weight: 4 | ||
description: > | ||
This section presents various use cases on process, files, network and | ||
security monitoring and enforcement. | ||
--- | ||
|
||
By default, Tetragon monitors process lifecycle, learn more about that in the | ||
[dedicated use cases]({{< ref "/docs/use-cases/process-lifecycle/" >}}). | ||
|
||
For more advanced use cases, Tetragon can observe tracepoints and arbitrary | ||
kernel calls via kprobes. For that, Tetragon must be extended and configured | ||
with custom resources objects named [TracingPolicy]({{< ref "/docs/concepts/tracing-policy" >}}). | ||
It can then generates `process_tracepoint` and `process_kprobes` events. | ||
|
4 changes: 2 additions & 2 deletions
4
...s/concepts/generic-tracing/file-access.md → .../content/en/docs/use-cases/file-access.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...acing/linux-process-credentials/_index.md → ...cases/linux-process-credentials/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rocess-credentials/syscalls-monitoring.md → ...ses/linux-process-credentials/syscalls.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../generic-tracing/network-observability.md → ...n/docs/use-cases/network-observability.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...process-lifecycle/privileged-execution.md → ...process-lifecycle/privileged-execution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lifecycle/monitoring-process-execution.md → ...es/process-lifecycle/process-execution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters