我们有一个最小的示例,将出口流量路由到服务网格外部的外部服务。
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: nexus-test
namespace: REDACTED
spec:
hosts:
- nexus.REDACTED
ports:
- number: 443
name: https
protocol: HTTPS
resolution: DNS
location: MESH_EXTERNAL
但是我们没有看到使用命令通过边车istio-proxy的交通
kubectl logs $SOURCE_POD -c istio-proxy | tail
此外,使用以下命令我们也看不到调音台上的流量:
kubectl -n istio-system logs -l istio-mixer-type=telemetry -c mixer | grep 'nexus'
有人可以帮助我们解决什么问题吗?
最好的问候, rforberger
答案 0 :(得分:0)
现在可以使用。可能与服务网格中的其他服务冲突。