Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看到“fota-dmserver”中有“未知”服务(用红色框标记)出来是很奇怪的。你能帮忙解释一下吗?
显示为“未知”的服务几乎可以是不属于服务网格的任何内容。它在 Kiali 中有这样的名字是因为没有声明这个服务,所以 Istio / Kiali 不知道它是什么。例如,它可能是对第三方 API 的调用。要声明它,您必须使用服务条目:https ://istio.io/docs/reference/config/networking/v1alpha3/service-entry/ 。
如果您不知道它是什么,您应该调查从您的fota-dmserver服务执行的客户端调用。
fota-dmserver