Hello Istio with Kubernetes Engine
GSP135
Introduction
Istio is an open source framework for connecting, securing, and managing microservices, including services running on Google Kubernetes Engine (GKE). It lets you create a network of deployed services with load balancing, service-to-service authentication, monitoring, and more, without requiring any changes in service code.
You'll add Istio support to services by deploying a special sidecar proxy to each of your application's Pods. The proxy intercepts all network communication between microservices and is configured and managed using Istio's control plane functionality.
This lab shows you how to install and configure Istio on Kubernetes Engine, deploy an Istio-enabled multi-service application, and dynamically change request routing.
Join Qwiklabs to read the rest of this lab...and more!
- Get temporary access to the Google Cloud Console.
- Over 200 labs from beginner to advanced levels.
- Bite-sized so you can learn at your own pace.
Score
—/100
Setup your Kubernetes/GKE cluster (zone: us-central1-f)
/ 50
Installing Istio
/ 30
Deploying a BookInfo application
/ 20