Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 226 Bytes

k8s-servicemesh-istio.md

File metadata and controls

11 lines (8 loc) · 226 Bytes

Kubernetes Service Mesh Using Istio

Install Istio

Installation is pretty easy. Download the installation file for your OS:

curl -L https://git.io/getLatestIstio | sh -
cd istio-1.3.3
export PATH=$PWD/bin:$PATH