25 lines
720 B
Markdown
25 lines
720 B
Markdown
# Work with Istio
|
|
|
|
Instructions for transport Istio's metrics to SkyWalking OAP server.
|
|
|
|
## Prerequisites
|
|
|
|
Istio should be installed in kubernetes cluster. Follow [Istio getting start](https://istio.io/docs/setup/getting-started/)
|
|
to finish it.
|
|
|
|
## Deploy Skywalking backend
|
|
|
|
Follow the [deploying backend in kubernetes](../backend/backend-k8s.md) 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`
|
|
|
|
2. Install SkyWalking adapter
|
|
|
|
`kubectl apply -f skywalkingadapter.yml`
|
|
|
|
Find the `skywalkingadapter.yml` at [here](yaml/skywalkingadapter.yml).
|