github.com/fafucoder/cilium@v1.6.11/examples/mesos/allfiles/l3-l4-policy.json (about) 1 [{ 2 "endpointSelector": {"matchLabels":{"id":"web-server"}}, 3 "ingress": [{ 4 "fromEndpoints": [ 5 {"matchLabels":{"id":"goodclient"}} 6 ], 7 "toPorts": [{ 8 "ports": [{"port": "8181", "protocol": "tcp"}] 9 }] 10 }] 11 }]