Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.01 KB

01-prerequisites.md

File metadata and controls

23 lines (14 loc) · 1.01 KB

Prerequisites

Google Cloud Platform

This tutorial leverages the Google Cloud Platform to streamline the provisioning of a Kubernetes cluster and the necessary compute infrastructure required to run the Istio Pilot and Ingress Controller. Sign up for $300 in free credits.

Estimated cost to run this tutorial: $0.16 per hour ($3.79 per day).

Source

The Istio Ingress Tutorial repository holds a collection of configuration files and scripts that must be downloaded onto the machine used to follow this tutorial. Use the git command to clone this repository:

git clone https://github.com/mramshaw/istio-ingress-tutorial.git

The remainder of this tutorial assumes your working directory is the root of the cloned repository. Move into the istio-ingress-tutorial directory:

cd istio-ingress-tutorial

Next: Install Client Tools