mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-21 19:43:58 +00:00
added pcap recording image
This commit is contained in:
parent
692f94e33b
commit
25cdecf20d
22
README.md
22
README.md
@ -33,11 +33,11 @@
|
||||
|
||||
Think [TCPDump](https://en.wikipedia.org/wiki/Tcpdump) and [Wireshark](https://www.wireshark.org/) reimagined for Kubernetes.
|
||||
|
||||
### Service-Map w/Kubernetes Context
|
||||
#### Service-Map w/Kubernetes Context
|
||||
|
||||

|
||||
|
||||
### Cluster-Wide PCAP Recording
|
||||
#### Cluster-Wide PCAP Recording
|
||||
|
||||

|
||||
|
||||
@ -81,24 +81,6 @@ Clone this repository and run the `make` command to build it. After the build is
|
||||
|
||||
To learn more, read the [documentation](https://docs.kubeshark.co).
|
||||
|
||||
## Additional Use Cases
|
||||
|
||||
### Dump All Cluster-wide Traffic into a Single PCAP File
|
||||
|
||||
Record **all** cluster traffic and consolidate it into a single PCAP file (tcpdump-style).
|
||||
|
||||
Run Kubeshark to start capturing traffic:
|
||||
```shell
|
||||
kubeshark tap --set headless=true
|
||||
```
|
||||
> You can press `^C` to stop the command. Kubeshark will continue running in the background.
|
||||
|
||||
Take a snapshot of traffic (e.g., from the past 5 minutes):
|
||||
```shell
|
||||
kubeshark pcapdump --time 5m
|
||||
```
|
||||
> Read more [here](https://docs.kubeshark.co/en/pcapdump).
|
||||
|
||||
## Contributing
|
||||
|
||||
We :heart: pull requests! See [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution guide.
|
||||
|
Loading…
Reference in New Issue
Block a user