Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chayuto/tetragon-playground
Tetragon Playground
https://github.com/chayuto/tetragon-playground
ebpf tetragon
Last synced: 2 months ago
JSON representation
Tetragon Playground
- Host: GitHub
- URL: https://github.com/chayuto/tetragon-playground
- Owner: chayuto
- Created: 2024-07-11T01:01:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T06:00:55.000Z (5 months ago)
- Last Synced: 2024-09-30T04:20:52.701Z (3 months ago)
- Topics: ebpf, tetragon
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetragon Playground 🐝🛡️
A bit unconventional way to start some Tetragon fun with `docker compose`, no kubernete or helm needed.## Getting starts
### TCP connection policy example
- log tcp event with `policies/connect.yaml`
- parse into csv with `log_parser/tcp_connection.py`### Adjusting custom configuration file
file: `./my_tetragon_config.yaml`find more info on [Daemon configuration](https://tetragon.io/docs/reference/daemon-configuration/)
## Docker compose way
```bash
sudo docker compose -f docker-compose.yaml up -d
```#### Inspect the Tetragon container
```bash
sudo docker exec -it tetragon-container bash
```#### View events
```bash
sudo docker exec tetragon-container tetra getevents -o compact
```