kubeshark

Real-time API traffic analyzer for Kubernetes network visibility

brewmacoslinux
Try with needOr install directly
Source

About

API Traffic Analyzer providing real-time visibility into Kubernetes network

Commands

kubeshark

Examples

Start capturing API traffic in the default namespace$ kubeshark tap
Capture traffic for a specific pod$ kubeshark tap -n default pod-name
Analyze traffic with filtering by protocol$ kubeshark tap -n default -f 'http'