From the course: Kubernetes: Service Mesh with Istio
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Deploying a sample application - Kubernetes Tutorial
From the course: Kubernetes: Service Mesh with Istio
Deploying a sample application
- [Presenter] In this video, we will deploy the bookinfo sample application. It's a great example for showcasing Istio's features because it's built with multiple microservices, each written in a different programming language. The bookinfo application is a mock e-commerce site for an online bookstore. It consists of several microservices that interacts to display details about a book. Here is how it works. Product page service is the main entry point for users. It retrieves information from the other microservices to display details about a book. Detailed service is a microservice that provides additional information about the book, such as the auto and the description. Review service displays customer review for the book. It also interacts with the written service. And finally, written service is a sub-component of the review service and provides star ratings for the book. Each of these microservices is written in a different programming language to simulate real-world scenario…
Contents
-
-
-
-
Introducing Istio and its architecture3m 46s
-
(Locked)
Istio data plane modes3m 33s
-
(Locked)
Environment setup4m 20s
-
(Locked)
Installing Istio5m 34s
-
(Locked)
Deploying a sample application8m 17s
-
(Locked)
Add application to the mesh and visualize with Kiali5m 36s
-
(Locked)
Verifying mutual TLS4m 43s
-
-
-
-
-