外部服务别名:ExternalName 与 ServiceEntry 对比
了解 ExternalName 和 ServiceEntry 的优劣,根据需求选用。ExternalName 简单,适用于基本服务发现;ServiceEntry 复杂,适合复杂流量管理和服务发现。
外部服务别名:ExternalName 与 ServiceEntry 对比
了解 ExternalName 和 ServiceEntry 的优劣,根据需求选用。ExternalName 简单,适用于基本服务发现;ServiceEntry 复杂,适合复杂流量管理和服务发现。
如何调试 Kubernetes 中的微服务 ——proxy、sidecar 还是 service mesh?
本文讲解了调试 Kubernetes 中微服务的三种模式/工具,以及 Istio 的引入为微服务的调试带来的变革。