2nd chunk of `content/en/blog/_posts/2017-05-00-Managing-Microservices-With-Istio-Service-Mesh.md`
e2baefca95b73c9b9b308129bec3bbb8f4c1760bf38f6e2a0000000100000408
Since the container images for these microservices can all be found in Docker Hub, all we need to deploy this application in Kubernetes are the yaml configurations.
It’s worth noting that these services have no dependencies on Kubernetes and Istio, but make an interesting case study. Particularly, the multitude of services, languages and versions for the reviews service make it an interesting service mesh example. More information about this example can be found [here](https://istio.io/docs/samples/bookinfo.html).
**Running the Bookinfo Application in Kubernetes**
In this post we’ll focus on the v1 version of the app:
