Istio出口流量未通过istio路由istio-proxy边车

时间:2019-12-10 13:17:42

标签: kubernetes istio

我们有一个最小的示例,将出口流量路由到服务网格外部的外部服务。

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'

根据文档https://istio.io/docs/tasks/traffic-management/egress/egress-control/#access-an-external-https-service

中的建议

有人可以帮助我们解决什么问题吗?

最好的问候, rforberger

1 个答案:

答案 0 :(得分:0)

现在可以使用。可能与服务网格中的其他服务冲突。