March 2020
Intermediate to advanced
626 pages
14h 45m
English
At the beginning of this chapter, we introduced the Istio primitive gateway and created a bookinfo-gateway,
which allowed http traffic from all external hosts on port 80. Let's get started:
that we created at the beginning of this chapter:
$ cat 00-create-gateway.yaml
We also created the Istio bookinfo virtual service, which uses mygateway.
$ cat 01-create-virtual-service.yaml
As shown by the output of the gateway and virtual service, we are routing any external host http request on route /
productpage to the internal Kubernetes productpage service at port 9080.
Let's take an example where we want to route http://bookinfo.istio.io ...
Read now
Unlock full access