Show HN: egress-operator, a simple way to control Kubernetes egress traffic (github.com) 4 points by p10jkle 6y ago ↗ HN
[–] verdverm 6y ago ↗ How does this compare to istio egress controls?Can it be used with Network policy? [–] p10jkle 6y ago ↗ The idea is that this uses a little more 'vanilla' Kubernetes because you control the access to the endpoint using NetworkPolicies and not any new kind of policy specification. That's what I like about it, it uses the controls you're used to using
[–] p10jkle 6y ago ↗ The idea is that this uses a little more 'vanilla' Kubernetes because you control the access to the endpoint using NetworkPolicies and not any new kind of policy specification. That's what I like about it, it uses the controls you're used to using
2 comments
[ 0.18 ms ] story [ 13.9 ms ] threadCan it be used with Network policy?