Home Explore Blog CI



kubernetes

2nd chunk of `content/en/blog/_posts/2017-05-00-Managing-Microservices-With-Istio-Service-Mesh.md`
e2baefca95b73c9b9b308129bec3bbb8f4c1760bf38f6e2a0000000100000408
![BookInfo-all (2).png](https://lh6.googleusercontent.com/2l4VGkujZ2U_Ujuo55vTz08JBKhMVjNgQqlnX7DZHttDhJs_rKudWsXh6kU4JkwkKZETR7ljN70zAzhb__LqC0CondM_ps3h3viYGqxfvVcIYnFhbahEjXvGEZSmmEOET1oc7dRL)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:



 ![BookInfo-v1 (3).png](https://lh4.googleusercontent.com/yD_ktHrTzgybi2DXdRWlrGD78rQgWvcGgDoWj0Pv5QtREPsmoz5pNDd2JI_MeiXx6kIS4QKy_Ved2hXsa68AqGpLftcWlPmYtew5DJqi6fNZrBHfVymjhDCGWgoHEIuzWaf9_doP)

Title: Deploying Bookinfo Application in Kubernetes
Summary
The Bookinfo application, composed of microservices available as Docker Hub images, can be deployed in Kubernetes using YAML configurations. The services are independent of Kubernetes and Istio, making them a valuable service mesh case study, especially the Reviews service with its diverse languages and versions. This section focuses on deploying version 1 of the Bookinfo application in Kubernetes.