Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4

...

Description: - Connect two microservices belonging to stateless applications

In this scenario, Unlike HTTP, instead of the service URL, ports are exposed. 

The services hosted behind Istio service mesh has the sidecar proxy installed with each pod of the service. The communication between these is possible only when the TLS option is set to the "ISTIO_MUTUAL"

...

CLIENTS - TLS Mode can be "SIMPLE" (for services with no sidecars) or ISTIO_MUTUAL(services with sidecars))

Diagram

draw.io Diagram
bordertrue
diagramNameMultiple stateful applications
simpleViewerfalse
linksauto
tbstyletop
lboxtrue
diagramWidth1548
revision1


NOTE - For this scenario, the default mesh wide policy must be set to "PERMISSIVE" on both the clusters. It will not work if the default Mesh Policy is "STRICT"

...