module
0.0.0-20240816052127-ab5cc4d4022c
Repository: https://github.com/tnqn/toolbox.git
Documentation: pkg.go.dev
# README
toolbox
K8s development
Aliases
Installation
curl -L https://raw.githubusercontent.com/tnqn/toolbox/main/k8s/aliases.sh | bash
Usage
# Create a pcap Pod on Node kind-worker and attach to the Pod for packet capture.
$ pcap kind-worker
pod/pcap-kind-worker created
pod/pcap-kind-worker condition met
$ tcpdump -i eth0 -n
# Remove the pcap Pod on Node kind-worker
$ unpcap kind-worker
# Packages
No description provided by the author