From d4e8ee9722819765fd7cc2ebf4ab4446db3c87e9 Mon Sep 17 00:00:00 2001 From: dariuszSki Date: Sat, 6 Jul 2024 10:29:42 -0400 Subject: [PATCH 1/2] updated Demo Description section - 2 --- demo/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/demo/README.md b/demo/README.md index dd7051d..3669984 100644 --- a/demo/README.md +++ b/demo/README.md @@ -6,16 +6,18 @@ Cloud Native Aplications that are distributed over more than one region and are required to enforce granular access controls ensuring that only authorized users/microservices can interact with specific microservices at the pod level. -1. NetFoundry Proxy Sidecar General View +1. NetFoundry Proxy Sidecar - Use Case General View ![image](./images/k8s-distributed-app.svg) -1. UC - Identical replicas across clusters +1. Istio Bookinfo Application Example + + 1. Logical View - Identical replicas across clusters ![image](./images/bookinfo-identical-replicas-across-clusters.svg) -1. UC - Microservices split across clusters + 1. Logical View - Microservices split across clusters ![image](./images/bookinfo-split-microservices-across-clusters.svg) From 906b34a452a82d9df06d4a51bed58711bc75f20b Mon Sep 17 00:00:00 2001 From: dariuszSki Date: Sat, 6 Jul 2024 16:50:58 -0400 Subject: [PATCH 2/2] added the youtube video --- demo/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo/README.md b/demo/README.md index 3669984..bcbaed6 100644 --- a/demo/README.md +++ b/demo/README.md @@ -21,6 +21,9 @@ Cloud Native Aplications that are distributed over more than one region and are ![image](./images/bookinfo-split-microservices-across-clusters.svg) + +***Note: You can also watch the video where we talk about this demo to help you follow along and explain some of the details further. [Demo Video](https://youtu.be/X5gAs1nykG8)*** + ### Prerequisities: Following binaries to be installed in the environment.