From d39a3df8010091a628ecf4e771a63518f3a8273f Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Tue, 6 Oct 2020 07:04:20 +0200 Subject: [PATCH] README.md: add GCP-runnable version from Github Hi there, I recently created the linked repo to implement a Github automated workflow deploying Online Boutique with some standard tools for such a service mesh: Istio, Kiali, Prometheus, Grafana, Jaeger, etc. so that people get right away a complete demo/testbed close to "real life". As you'll see in stars and forks, it raises quite some interest. So, I thought that it would be worth adding to the implementation featuring Online Boutique. I will keep it up to date when new versions of Online Boutique and tools are published. Please, feel free to amend my proposed text if you accept this PR. Best regards, Didier --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 344cdcc..69d2ba5 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,11 @@ resources. - [Introduction to Service Management with Istio](https://www.youtube.com/watch?v=wCJrdKdD6UM&feature=youtu.be&t=586) - [KubeCon EU 2019 - Reinventing Networking: A Deep Dive into Istio's Multicluster Gateways - Steve Dake, Independent](https://youtu.be/-t2BfT59zJA?t=982) +## Implementations (forks) featuring Online Boutique + +- [Microservices on cloud-based Kubernetes](https://github.com/didier-durand/microservices-on-cloud-kubernetes) + is an automated Github CI/CD workflow that can be forked to get a ready-to-use version of Online BBoutique on GCP / GKE. It also implements Istio, Kiali, Grafana, Jaeger, Prometheus, etc. to provide a thorougly instrumented version of the application delivering very realistic demos. + --- This is not an official Google project.