serviceentry
ServiceEntry is a custom resource used in the Istio service mesh to extend service discovery beyond the Kubernetes cluster or beyond services that are not registered in Istio’s default registry. By declaring a ServiceEntry, operators describe external or non-native services so that Envoy proxies within the mesh can route to and from them with Istio traffic management, policy, and telemetry applied consistently.
A ServiceEntry typically defines hosts, location, ports, resolution, and optional endpoints. The hosts field lists the
Behavior and usage: After a ServiceEntry is created, VirtualService and DestinationRule resources can route traffic to
Common use cases include connecting to external APIs, accessing partner services, or integrating with legacy systems