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 ?
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
.