Get/describe istio egress rule

4/19/2018

I created few egress rules in my cluster and would like to verify that they were applied properly.

Is there a way to get/describe all created istio egress rules to manage the access policies ?

-- Mrk
istio
kubernetes

1 Answer

4/19/2018

You can use istioctl command for that: istioctl get egressrules -o yaml.

You can also get route rules and other Istio artifacts created by istioctl.

-- Vadim Eisenberg
Source: StackOverflow