Skip to content

This repository contains the source code for the demos presented in my talk in Agile India conference on topic "Weaving the Service Mesh with Istio"

Notifications You must be signed in to change notification settings

v-girish/agile-india-istio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Istio Demos for Service Mesh talk in Agile India 2019 Workshop

Talk link here:

You can find the corresponding slides at this link:

https://docs.google.com/presentation/d/1PC_eRPgLh5MrUDe4UAog88L9jNl8RfgevCpLlldLHrI/edit?usp=sharing

Set up Istio in K8s cluster

Run the setup_istio.sh script to install istio components using helm

$ ./setup_istio.sh

Book Info Application

This is the default bookinfo application that is provided by istio folks. This application is just used for demo purposes. To install bookinfo app in k8s cluster run the following command

$ kubectl apply -f bookinfo/

Request Routing

TO apply any traffic routing rule, run the following command

$ kubectl apply -f request_routing/<rule>.yaml

About

This repository contains the source code for the demos presented in my talk in Agile India conference on topic "Weaving the Service Mesh with Istio"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages