Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meteatamel/istio-on-gke-tutorial
A tutorial showing how to use Istio on Google Kubernetes Engine
https://github.com/meteatamel/istio-on-gke-tutorial
Last synced: 2 days ago
JSON representation
A tutorial showing how to use Istio on Google Kubernetes Engine
- Host: GitHub
- URL: https://github.com/meteatamel/istio-on-gke-tutorial
- Owner: meteatamel
- License: apache-2.0
- Created: 2019-03-12T02:22:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T13:34:11.000Z (over 3 years ago)
- Last Synced: 2024-12-19T16:58:46.971Z (15 days ago)
- Language: C#
- Size: 1.45 MB
- Stars: 52
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Istio on GKE Tutorial
This tutorial shows how to use [Istio](https://istio.io/) on Google Kubernetes Engine (GKE) using the [Istio on GKE add-on](https://cloud.google.com/istio/docs/istio-on-gke/overview).
## Slides
There's a [presentation](https://speakerdeck.com/meteatamel/stop-reinventing-the-wheel-with-istio) that accompanies the tutorial.
[![Stop reinventing the wheel with Istio](./docs/images/stopreinventing-with-istio.png)](https://speakerdeck.com/meteatamel/stop-reinventing-the-wheel-with-istio)
## Pre-requisites
We assume that you have a Google Cloud project with Kubernetes API enabled. [Installing Istio on GKE](https://cloud.google.com/istio/docs/istio-on-gke/installing) explains how to enable Kubernetes API.We built and tested tutorial on GKE version `1.12.5-gke.5` with Istio version `1.0.3-gke.3`.
## Steps
* [Create a GKE cluster with Istio](docs/01-createclusterwithistio.md)
* [Hello World Istio](docs/02-helloworldistio.md)
* [Gateway and VirtualService](docs/03-gatewayvirtualservice.md)
* [Istio add-ons](docs/04-istio-addons.md)
* [Traffic Management](docs/05-traffic-management.md)
* [Cleanup](docs/06-cleanup.md)-------
This is not an official Google product.