github.com/fafucoder/cilium@v1.6.11/examples/policies/l3/simple/l3_egress.json (about) 1 [{ 2 "labels": [{"key": "name", "value": "l3-egress-rule"}], 3 "endpointSelector": {"matchLabels": {"role":"frontend"}}, 4 "egress": [{ 5 "toEndpoints": [ 6 {"matchLabels":{"role":"backend"}} 7 ] 8 }] 9 }]