Skip to content

Commit

Permalink
Merge pull request #4433 from Deepak-Choudhary0/patch-2
Browse files Browse the repository at this point in the history
Added a Form in index.mdx for 2nd book
  • Loading branch information
leecalcote committed Jun 29, 2023
2 parents 5490e1b + 77c5866 commit 56b18b2
Showing 1 changed file with 22 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,44 @@ redirect_from:
import { BookWrapper } from "../Book.style.js";
import service_mesh_book_second_edition from "./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp"
import Button from "../../../reusecore/Button";
import CommonForm from "../../../components/CommonForm";

<BookWrapper>

<div className="book"><a href="https://www.nginx.com/resources/library/the-enterprise-path-to-service-mesh-architectures/"><img className="card" width="300px" src={service_mesh_book_second_edition} align="centre" /></a><div>&nbsp;</div>
<Button primary className="banner-btn one pa-8" title="Get the Book" url="https://www.nginx.com/resources/library/the-enterprise-path-to-service-mesh-architectures/" external={ true } />
<div className="book"><a href={service_mesh_book_second_edition}><img className="card" width="300px" src={service_mesh_book_second_edition} alt="The-Enterprise-Path-to-Service-Mesh-Architectures" align="centre" /></a><div>&nbsp;</div>
<div className="two-buttons">
<Button primary className="pa-8 mr-2" title="Get free ebook" url="#epsma-book" />
</div>
</div>

Planning to build a microservice-driven cloud native application or looking to modernize existing application services? Consider using a service mesh. A service mesh approach can help you create robust and scalable applications, but it also introduces new challenges. This updated report answers common questions regarding service mesh architectures through the lens of a large enterprise.
<span>Author <b>Lee Calcote</b>, founder and CEO of Layer5, shows developers, operators, architects, and IT leaders how to evaluate your organization’s readiness for using a service mesh—and provides a clear path to help you adopt one. You’ll evaluate several factors when deciding which applications should be built from the ground up and which can be converted with a new service mesh architecture.</span>

This updated edition discusses several service meshes available and the tools you need to implement them. You’ll explore:


<div>
<li> Service mesh concepts, architecture, and components, such as control planes and data planes </li>
<li> How a service mesh provides observability, resiliency, security, and traffic control of distributed application services</li>
<li> Differences among service meshes and service mesh components from several vendors</li>
<li>How service meshes compare to related technologies, including container orchestrators, API gateways, and client-side libraries</li>
<li>Practical steps for service mesh adoption, deployment, customization, and integration</li>
<li>The intelligence of the cloud native management plane and the power of the data plane</li>
</div>

<br/>
<br/><b>Early Release:</b> Summer 2020
<br/><b>Publish:</b> November 2020
<a id="epsma-book" style="margin-bottom:5rem;">&nbsp;</a>
<CommonForm
title="Get the eBook"
form="epsma-book"
account_desc="Email the The Enterprise Path to Service Mesh Architectures 2nd Edition"
submit_title="Your copy of the book will arrive in your mailbox shortly."
submit_body={
<span
dangerouslySetInnerHTML={{
__html:
'While waiting for your copy to arrive, take a free <a href="https://layer5.io/learn/learning-path">learning path</a>.',
}}
/>
}
/>

</BookWrapper>

0 comments on commit 56b18b2

Please sign in to comment.