Inspect BGP peers cilium
List BGP peers managed by Cilium BGP control plane
cilium bgp peers
more cilium
all 23 commands →
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>
Verbose agent health
cilium status --verbose