Skip to content

Demo to show how to integrate VM workloads with cloud (Hybrid Cloud) with Istio and Gloo Mesh. https://www.youtube.com/watch?v=FU8Mr0VZl1M

License

Notifications You must be signed in to change notification settings

kameshsampath/gloo-hybrid-cloud-demo

Repository files navigation

Gloo Hybrid Cloud Demo

A short tutorial/demo we will be deploying a simple colored hello world microservice and explore how to integrate the service running on an on-premise VM with public cloud clusters using Istio. We will also leverage Gloo Mesh federation capabilites to unify the Istio clusters to provide better interoprablity between the clusters and VM.

Check the HTML documentation that walks you step step in setting up and running the exercises by yourself.

What we wil be doing as part of this demo ?

  • Setup Kubernetes clusters on three public clouds
  • Setup Virutal Machine on on-premise network
  • Site-to-Site VPN to connect on-premise to public cloud
  • Deploy Gloo Mesh Enterprise on clusters
  • Deploy Istio on clusters
  • Deploy Istio sidecar on VM
  • Traffic Distribution between VM on-premise and public cloud
  • Access Policies to control traffic

Demo Architecture

License

GPL v3