In Kubernetes, you can implement service discovery by default using the Service resource. For example, a Pod named A can call a service named B by making a request to {SERVICE}.svc.cluster.local
.
But if you look at Istio's documentation, it says that Istio provides Service discovery. How is service discovery with Istio different from the service discovery provided by K8s by default?
Asked
Active
Viewed 43 times
0

Nipuna Jayawardana
- 322
- 2
- 15

River
- 1
- 2