k8s&grpc-知识点

安装

k3s

https://docs.rancher.cn/docs/k3s/quick-start/_index/

istio

https://www.jianshu.com/p/db7c7f241716

使用

安装删除资源

kubectl delete -f aspnetcore-virtualservice.yaml

kubectl delete -f aspnetcore-gateway.yaml

grpcui

grpcui -plaintext 192.168.31.114:80

istio dashboard

istioctl dashboard kiali

.net core grpc Project open souece run On k8s for istio

https://github.com/icxldd/grpc-k8s
原文地址:https://www.cnblogs.com/icxldd/p/14403842.html