Skip to content

redhat-scholars/istio-tutorial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 16, 2023 14:43
bin
January 30, 2019 14:23
November 8, 2021 12:08
November 13, 2020 13:39
November 9, 2018 14:23
November 8, 2021 12:08

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

Local Development

Tested with Node.js v18.9.

# Clone the repository locally
git clone git@github.com:redhat-scholars/istio-tutorial.git
cd istio-tutorial

# Install antora dependencies
npm install

# Performs an initial build, then watches adoc files
# and rebuilds the site when they are modified
npm run dev

Open the gh-pages/index.html to see the site. You can refresh to see your changes if you modify adoc files, since the npm run dev script will automatically rebuild the site when it detects changes.