【发布时间】:2019-09-23 18:20:27
【问题描述】:
出于调试原因,我想查看对我的 istio 网关的所有传入请求。我在哪里可以找到它?
我期待像 nginx 日志这样的东西。
我正在使用
spec:
selector:
istio: ingressgateway # use Istio default gateway implementation
【问题讨论】:
-
您能分享一下该规范是针对哪个对象的吗?
-
它的网关
kubectl get gateway -o yaml -n istio-system
标签: kubernetes istio