Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 785 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 785 Bytes

Istio on DOKS

Getting Started

Clone the repo:

git clone [email protected]:snormore/doks-examples
cd doks-examples/istio

Create a cluster with default name istio-demo and install Istio with the BookInfo demo app:

script/up

You can specify a cluster name with:

script/up my-cluster-name

The up script should be idempotent, so feel free to run more than once if something breaks.

Cleaning Up

script/down

Reference

Screenshots

Istio Workload Dashboard

Istio Workload Dashboard Screenshot

Istio Mesh Dashboard

Istio Mesh Dashboard Screenshot