https://github.com/woodprogrammer/kpcap
This is a kubectl plugin to analyze outputs of pcap-journal project
https://github.com/woodprogrammer/kpcap
Last synced: 3 months ago
JSON representation
This is a kubectl plugin to analyze outputs of pcap-journal project
- Host: GitHub
- URL: https://github.com/woodprogrammer/kpcap
- Owner: WoodProgrammer
- License: apache-2.0
- Created: 2023-02-05T17:45:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T19:15:31.000Z (about 3 years ago)
- Last Synced: 2025-08-17T16:34:08.807Z (8 months ago)
- Language: Smarty
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kpcap
This project reads all the details of network interfaces and stores them under an S3 bucket.It basically runs as double container in a pod;
## Components;
1-) Tcpdump
2-) watcher
tcpdump command sniff the network and watcher detect the journal files and uploads them to the S3.