Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
Signed-off-by: Hargun Kaur <[email protected]>
  • Loading branch information
hargunkaur286 committed Nov 2, 2024
1 parent bb73fbe commit 897b1c3
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,6 @@ import ForkLift from "../../../../assets/images/app/hero/forklift.svg";
</p>
</div>

<div class="interviewer">
<span>Anita:</span>
<p>What is so fascinating about service meshes?</p>
</div>

<div class="interviewee">
<span>Aisuko:</span>
<p>
Service mesh is a concept that goes beyond traditional thinking. It has many
useful features that support microservices, like providing visibility into
internal traffic, enabling mTLS connections, and offering flexible ways to
release new service versions—all without any changes to the service code.
<br />
The most important point is that service mesh gives control back to the end-users.
They can monitor and manage traffic details, which would be difficult to do without
service mesh features.
</p>
</div>

<div class="interviewer">
<span>Anita:</span>
<p>Fascinating. Why did you pick service meshes specifically, though?</p>
Expand Down

0 comments on commit 897b1c3

Please sign in to comment.