March 2020
Intermediate to advanced
626 pages
14h 45m
English
Let's find out how to find the gateway IP addresses so that virtual services can be created later to direct traffic from outside the application to the required microservice. After doing this, we can manage the traffic based on rules that can be defined outside the application. Let's get started:
$ kubectl -n istio-system get svc istio-ingressgatewayNAME TYPE CLUSTER-IP EXTERNAL-IP --- istio-ingressgateway LoadBalancer 10.109.15.152 192.168.142.249 --- --- PORT(S) AGE--- 15020:30826/TCP,80:31380/TCP,443:31390/TCP,31400:31400/TCP, 15029:31618/TCP,15030:31759/TCP,15031:31344/TCP, 15032:30143/TCP,15443:32383/TCP 43m
The external ...
Read now
Unlock full access