Conntrack table entries cilium
Inspect BPF connection-tracking entries; spot stale/leaking flows on a node
cilium-dbg bpf ct list global | head
more cilium
all 23 commands →
Trace policy by identity
cilium-dbg policy trace --src-identity <id> --dst-identity <id> --dport <port>
Verbose agent health
cilium status --verbose
Observe TCP egress to FQDN
hubble observe --protocol tcp --from-pod <ns>/<pod> --to-fqdn '*.example.com'
ClusterMesh status
cilium clustermesh status --wait
BPF NAT table
cilium-dbg bpf nat list | head