Skip to content

Instantly share code, notes, and snippets.

View hanahmily's full-sized avatar
:electron:
Focusing

Gao Hongtao hanahmily

:electron:
Focusing
View GitHub Profile
@hanahmily
hanahmily / skywaling-istio.sh
Created August 30, 2020 03:59
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