Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.93 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.93 KB

Workshop Setup

Exploring Kubernetes

Creating a Service Mesh with Istio

Credits

These workshop exercises are built with the help from a number of amazing Kubernetes and Istio Experts from Google and Grand Cloud.

Ray Tsang @saturnism

The Kubernetes and Istio Exercises are dervied from the work of Ray Tsang @saturnism and these repositories:

https://github.com/saturnism/spring-boot-docker

https://github.com/saturnism/istio-by-example-java

Zach Butcher @ZachButcher

Zach was insturmental in helping write the Istio tutorials.

Kelsey Hightower @kelseyhightower

The Istio Ingress Tutorial is largely based on the work of Kelsey and this repository:

https://github.com/kelseyhightower/istio-ingress-tutorial

Kelsey's tutorial uses more advance features of Kubernetes to taint some of the nodes so that the ingress controller runs on dedicated nodes. The ingress controller is then deployed as a daemonset.