Skip to content

Instantly share code, notes, and snippets.

@hanahmily
Created August 30, 2020 03:59
Show Gist options
  • Save hanahmily/b4acf4ae0bbd9d742357279a668bd924 to your computer and use it in GitHub Desktop.
Save hanahmily/b4acf4ae0bbd9d742357279a668bd924 to your computer and use it in GitHub Desktop.
Apache SkyWalking integrates with Istio 1.7 access log service
istioctl install --set profile=demo --set meshConfig.defaultConfig.envoyAccessLogService.address=skywalking-oap.istio-system:11800 --set meshConfig.enableEnvoyAccessLogService=true
git checkout https://github.com/apache/skywalking-kubernetes.git
cd skywalking-kubernetes/chart
helm repo add elastic https://helm.elastic.co
helm dep up skywalking
helm install 8.1.0 skywalking -n istio-system --set oap.replicas=1 --set elasticsearch.replicas=1 --set oap.env.SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS=k8s-mesh --set fullnameOverride=skywalking --set oap.envoy.als.enabled=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment