/istio-tutorial

Istio Tutorial for Java Microservices

Primary LanguageJavaApache License 2.0Apache-2.0

Polyglot microservices (Java, Node, .NET) + Istio on Kubernetes/OpenShift

There are three different and super simple microservices in this system and they are chained together in the following sequence:

customer → preference → recommendation

For now, they have a simple exception handling solution for dealing with a missing dependent service: it just returns the error message to the end-user.

Table of Contents

Advanced use cases

Tips & Tricks