# istio-tutorial **Repository Path**: yexw-github/istio-tutorial ## Basic Information - **Project Name**: istio-tutorial - **Description**: istio-tutorial - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-13 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Polyglot microservices (Java, Node, .NET) + Istio on Kubernetes/OpenShift This content is brought to you by http://developers.redhat.com - Register today! :toc: macro :toc-title: Table of Contents :toclevels: 3 :icons: font :data-uri: :source-highlighter: highlightjs - A HTML version of this file is published at https://redhat-scholars.github.io/istio-tutorial/ - The source code is available at https://github.com/redhat-scholars/istio-tutorial - Download the ebook "Introducing Istio Service Mesh for Microservices" for FREE at https://developers.redhat.com/books/introducing-istio-service-mesh-microservices/. - If you are in a hurry and want to get hands-on with Istio insanely fast, just go to http://learn.openshift.com/servicemesh[http://learn.openshift.com/servicemesh] and start instantly. There are three different and super simple microservices in this system and they are chained together in the following sequence: ``` customer → preference → recommendation ```