Skip to content

Latest commit

 

History

History

install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Installation

This section covers initial cluster creation and the deployment of Istio and our victim (err, demo) App. You can dive into the directory for each section to see detailed explanations for each installation, including how to check that the installation was successful. You should approach them in the order:

  1. Cluster
  2. Istio
  3. App

If you want to skip all of that, you can use the abbreviated guide below to create and initialize a cluster that's ready to start the workshop.

Abbreviated Guide

Configure kubectl to use our credentials:

Deploy Istio. See the detailed guide or skip it and just:

istioctl manifest apply --set values.global.mtls.enabled=true --set values.global.controlPlaneSecurityEnabled=true

Deploy our demo app. See the detailed guide or skip it and just:

cd training
kubectl label namespace default istio-injection=enabled
kubectl apply -f modules/install/app/config