skywalking case

第一步

安装 k8s 及 istio
https://github.com/AliyunContainerService/k8s-for-docker-desktop

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml

kubectl get pod -n kubernetes-dashboard

kubectl proxy

访问: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/

kubectl apply -f kube-system-default.yaml

TOKEN=$(kubectl -n kube-system describe secret default| awk '$1=="token:"{print $2}')
kubectl config set-credentials docker-desktop --token="${TOKEN}"
echo $TOKEN

第二步构建

https://skywalking.apache.org/docs/main/next/en/academy/diagnose-service-mesh-network-performance-with-ebpf/

扩展

Helm 是什么?

posted @ 2023-03-24 10:47  张保维  阅读(17)  评论(0编辑  收藏  举报