Monitor network events cilium
Show dropped packets in real time
cilium monitor --type drop
more cilium
all 23 commands →
Inspect BGP peers
cilium bgp peers
Inspect endpoint internals
cilium-dbg endpoint get <id> -o json | jq '.status.policy'
Datapath load balancer table
cilium-dbg bpf lb list
Conntrack table entries
cilium-dbg bpf ct list global | head
Trace policy by identity
cilium-dbg policy trace --src-identity <id> --dst-identity <id> --dport <port>