From the course: Kubernetes: Service Mesh with Istio

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Verifying that Istio is meshing

Verifying that Istio is meshing - Kubernetes Tutorial

From the course: Kubernetes: Service Mesh with Istio

Start my 1-month free trial

Verifying that Istio is meshing

- [Instructor] By just listing the output of the available pods that have been deployed and that we have specifically injected our Istio prox into, we can determine whether the proxistor doesn't by the number of containers within the pod but there's actually a little bit more information that we can collect, so within our module directory here, we do an ls to get a listing, we're going to do more on the Verify_Proxy_Injection file and that's basically just going to help us with a quick command to discover the specific host name of the pod and programmatically grab that. Useful little trick to keep in your back pocket and then we're going to look at the logs and we're going to specifically look at the logs for a particular container. Now, the istio-proxy container is always injected with the name istio-proxy, so it's actually very easy to find it within your environment. In this case, we're going to specifically tell the queue control logs command to only look at the logs for the…

Contents