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).
The compute resources required for this tutorial exceed the Google Cloud Platform free tier.
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/kelseyhightower/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