March 2020
Intermediate to advanced
626 pages
14h 45m
English
The most basic Kubernetes concepts will be shown here since we will be using them throughout this book:
$ kubectl -n istio-lab get pods -o=custom-columns=NAME:.metadata.name,POD_IP:.status.podIPNAME POD_IPdetails-v1-68955b8bdc-5bw67 10.142.230.244productpage-v1-74dfdd8b47-xmdpn 10.142.230.241ratings-v1-79b6d99979-k2j7t 10.142.230.239reviews-v1-69b9dddccf-bsfps 10.142.230.238reviews-v2-84c46bf56d-48ks9 10.142.230.236reviews-v3-64ff5788c7-5xzbk 10.142.230.242
As we can see, the productpage pod IP address is 10.142.230.241. This might be different in your output.
Read now
Unlock full access