...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#!/bin/bash COUNTER=0 while [ $COUNTER -lt 10 ]; do curl -v service01.bar.svc.cluster.local/headers sleep 2 done |
NOTE - Although the service running in external cluster can be accessed by following the steps above, the failover mechanism is not yet supported by ISTIO.
IN PROGRESS......