I worked on `kubectl rustnet`

It creates an ephemeral pod running full TUI with eBPF process attribution, deep packet inspection for 21+ protocols, and automatic cleanup when you're done.

No sidecar, no DaemonSet, no leftover resources.

Working on what's next: resolving pod names and container IDs so you can see exactly which workload is generating that traffic.

kubectl krew install rustnet

https://github.com/domcyrus/kubectl-rustnet

#Rust #OpenSource #Kubernetes #k8s #Networking #eBPF #DevOps

@DomCyrus this looks extremely useful
@heatsink Thanks! Let me know if you run into any issues or if you have any ideas for improvement.