skywalking-java/docs/en/setup/istio
Gao Hongtao bde6c137b7 Update istio docs according latest istio release (#3646)
* Update istio docs according latest istio release

* Rename skywalingadapter.yml to skywalkingadapter.yml

Rename typo file name.

* Update README.md

Add a link to doc.

* Update README.md
2019-10-17 21:56:35 +03:00
..
yaml Update istio docs according latest istio release (#3646) 2019-10-17 21:56:35 +03:00
README.md Update istio docs according latest istio release (#3646) 2019-10-17 21:56:35 +03:00

README.md

Work with Istio

Instructions for transport Istio's metrics to SkyWalking OAP server.

Prerequisites

Istio should be installed in kubernetes cluster. Follow Istio quick start to finish it.

Deploy Skywalking backend

Follow the deploying backend in kubernetes to install oap server in kubernetes cluster.

Setup Istio to send metrics to oap

  1. Install Istio metric template

kubectl apply -f https://raw.githubusercontent.com/istio/istio/1.3.3/mixer/template/metric/template.yaml

  1. Install SkyWalking adapter

kubectl apply -f skywalkingadapter.yml

Find the skywalkingadapter.yml at here.