18 lines
621 B
Markdown
18 lines
621 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 quick start](https://istio.io/docs/setup/kubernetes/quick-start/)
|
|
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
|
|
|
|
Follow instructions in the [setup Istio to send metric to oap](https://github.com/apache/incubator-skywalking-kubernetes#setup-istio-to-send-metric-to-oap)
|
|
to setup Istio with oap.
|
|
|