diff --git a/README.md b/README.md index 26e65d2d9b2ebe093e1d812f31363476e182701c..0db37cd48268fb76102c7faf09f6da96c1dc398e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Apache SkyWalking Kubernetes +Apache SkyWalking Kubernetes +========== + +# Deploy SkyWalking backend to Kubernetes cluster To install and configure skywalking in a Kubernetes cluster, follow these instructions. @@ -26,4 +29,12 @@ in the cluster. Use `kubectl apply -f ` with the scripts in `scripts/ui` to deploy oap server in the cluster. +# Setup Istio to send metric to oap + +## Prerequisites + +Istio should be installed in kubernetes cluster. + +## Setup Istio to send metric to oap +Use `kubectl apply -f ` with the scripts in `kubernetes/istio` to setup.