{"id":75121,"date":"2018-12-18T08:10:39","date_gmt":"2018-12-18T16:10:39","guid":{"rendered":""},"modified":"2025-06-29T23:38:56","modified_gmt":"2025-06-30T06:38:56","slug":"what-is-service-mesh","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/","title":{"rendered":"What is a service mesh anyways?"},"content":{"rendered":"\n<p>The service mesh may sound complex, but at its heart, it\u2019s a very simple idea: a set of network proxies that transparently run alongside microservices, implementing reliability, observability, and security features by measuring and manipulating inter-service (\u201ceast-west\u201d) traffic. Led by open source projects such as <a href=\"https:\/\/linkerd.io\/\">Linkerd<\/a>, the service mesh model is increasingly popular because it addresses challenges, both computational and organizational, that occur with the adoption of microservices.<\/p>\n\n\n\n<p>Over the past few years, the service mesh has risen to become a critical element of the cloud native stack. The first service mesh project, Linkerd, joined the Cloud Native Computing Foundation just last year, and has since grown to power the production infrastructure of companies around the globe, ranging from startups, like Monzo and OfferUp, to well-established companies, such as Comcast and Salesforce. Meanwhile, a host of other projects have followed hot on its heels, from cloud providers and startups alike. (See <u><a href=\"https:\/\/www.youtube.com\/watch?v=nhOY2PAJHio&amp;feature=youtu.be\">this video<\/a><\/u> by Azure\u2019s<u><a href=\"https:\/\/twitter.com\/LachlanEvenson\"> Lachlan Evenson<\/a><\/u> on installing and run Linkerd 2.0 on <u><a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/kubernetes-service\/\">Azure Kubernetes Service<\/a><\/u>.)<\/p>\n\n\n\n<p>In this article, we\u2019ll define the service mesh and explain the various factors that are enabling the rise of service mesh adoption. Finally, we\u2019ll provide a vision of where the service mesh is heading.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-a-service-mesh\">What is a service mesh?<\/h2>\n\n\n\n<p>At its heart, a service mesh is a distributed set of proxies that are deployed alongside microservices. Following common network terminology, these proxies are often referred to as the <em>data plane<\/em>, and are typically coordinated by a centralized component called the <em>control plane<\/em>. Critically, the data plane proxies handle both incoming and outgoing traffic for each microservice, typically without the application code even being aware.<\/p>\n\n\n\n<p>The data plane proxies act as highly instrumented, out-of-process network stacks, and handle all traffic to and from a microservice. Because they\u2019re centrally controlled, the service mesh can institute a variety of traffic control techniques globally across the application that provide reliability, observability, security, and more.<\/p>\n\n\n<figure class=\"wp-block-image aligncenter\"><img decoding=\"async\" src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram.webp\" alt=\"service mesh diagram\" class=\"wp-image-75145 webp-format\" srcset=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram.webp 902w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-300x172.webp 300w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-768x441.webp 768w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-330x190.webp 330w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-800x459.webp 800w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-400x230.webp 400w\" data-orig-src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram.png\" data-orig-srcset=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram.png 902w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-300x172.png 300w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-768x441.png 768w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-330x190.png 330w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-800x459.png 800w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/12\/Linkerd-Control-diagram-400x230.png 400w\"><\/figure>\n\n\n\n<p>For example, the proxies can instrument all calls to a service, and provide \u201cgolden metrics,\u201d such as success rates, latency distributions, and request volumes to that service, or even to individual paths. They can handle request retries and timeouts. They can encrypt communication transparently with TLS. And they can accomplish all these things without any involvement from the application itself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-use-a-service-mesh\">Why use a service mesh?<\/h2>\n\n\n\n<p>For an industry that\u2019s focused on speed and performance, the idea of adding user-space proxies in between every inter-service call can seem counterintuitive. Why introduce this new layer of complexity and latency?<\/p>\n\n\n\n<p>The reason is more than the individual features. The service mesh provides something vital to operators: the ability to <em>shift<\/em> <em>responsibility<\/em> for much of the reliability, visibility, and security requirements out of the application code itself, down onto the underlying infrastructure. This shift means the platform itself can provide these features without developer involvement.<\/p>\n\n\n\n<p>This decoupling of responsibility, and ability to provide reliability, visibility, and security globally across the application, are the fundamental value proposition of the service mesh.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-are-service-meshes-becoming-so-popular\">Why are service meshes becoming so popular?<\/h2>\n\n\n\n<p>The rise of service meshes, such as Linkerd, is tied to a big shift in the industry: the adoption of cloud native architectures, in which an application is built as microservices, deployed as containers, and run on a container orchestration system, such as Azure Kubernetes Service (AKS).<\/p>\n\n\n\n<p>The cloud native approach, in turn, is rapidly gaining popularity because it is uniquely suited to the increasingly strict demands that we place on our software systems. In the modern world, we expect our software applications to be resilient to failures in hardware, software, and network, as well as handle massive scale and maintain a breakneck pace of feature development. This is a far cry from the expectations we placed on software a decade ago, when \u201csorry, we\u2019re down for maintenance\u201d was acceptable!<\/p>\n\n\n\n<p>The adoption of microservices especially allows us to meet those demands \u2013 not only at the technological level, but also at the <em>organizational<\/em> level. By breaking our applications into loosely-coupled microservices that can be developed and released independently of each other, we isolate our failure domains and provide ways for the application to remain functional even if individual components are failing. More importantly, we also remove organizational bottlenecks and allow our developers to iterate with a minimum of coordination required.<\/p>\n\n\n\n<p>These changes in organization and software architecture require new types of tooling to provide visibility into what is happening; new ways to manage partial failures and prevent them from escalating into full-blown ones; and new ways to address policy for security and compliance. The service mesh is part and parcel of these changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-service-mesh-today\">The service mesh today<\/h2>\n\n\n\n<p>While many companies have adopted the service mesh as a critical component of their application infrastructure, the service mesh landscape today is still nascent and continues to evolve rapidly. A heady mix of assorted service mesh projects from cloud providers and startups alike have served to validate the approach, but the bewildering array of options can also be confusing.<\/p>\n\n\n\n<p>As the <u><a href=\"https:\/\/cncf.io\">CNCF<\/a><\/u> service mesh project, and the project that \u201cstarted it all,\u201d Linkerd has had the best opportunity to learn from its community of adopters and contributors around the world. Based on these lessons, much of the recent focus has been on dramatically reducing the amount of complexity introduced by the service mesh, following the mantra of \u201cless is more.\u201d The recent release of <u><a href=\"https:\/\/linkerd.io\/2\/getting-started\/\">Linkerd 2.0<\/a><\/u>, focused on zero-config installation process and ultralight, Rust-based proxies, has demonstrated that adding a service mesh to an existing system doesn\u2019t require inordinate amounts of configuration, conceptual overhead, or system resources.<\/p>\n\n\n\n<p>As with all early technology patterns, the service mesh will continue to evolve rapidly over the next few years. It is, in the words of Kubernetes maintainer Tim Hockin, &#8220;an exciting time for boring infrastructure.\u201d<\/p>\n\n\n\n<p>Linkerd has a thriving community of adopters and contributors, and we\u2019d love for YOU to be a part of it. For more, check out the <u><a href=\"https:\/\/linkerd.io\/2\/overview\/\">docs<\/a><\/u> and <u><a href=\"https:\/\/github.com\/linkerd\/linkerd\">GitHub<\/a><\/u> repo, join the <u><a href=\"https:\/\/slack.linkerd.io\/\">Linkerd Slack<\/a><\/u> and mailing lists (<u><a href=\"https:\/\/lists.cncf.io\/g\/cncf-linkerd-users\">users<\/a><\/u>, <u><a href=\"https:\/\/lists.cncf.io\/g\/cncf-linkerd-dev\">developers<\/a><\/u>, <u><a href=\"https:\/\/lists.cncf.io\/g\/cncf-linkerd-announce\">announce<\/a><\/u>), and, of course, follow <u><a href=\"https:\/\/twitter.com\/linkerd\">@linkerd<\/a><\/u> on Twitter. We can\u2019t wait to have you aboard.<\/p>\n\n\n\n<p>Questions or feedback? Let us know in the comments.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The service mesh may sound complex, but at its heart, it\u2019s a very simple idea: a set of network proxies that transparently run alongside microservices, implementing reliability, observability, and security features by measuring and manipulating inter-service (\u201ceast-west\u201d) traffic.<\/p>\n","protected":false},"author":5562,"featured_media":95464,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[308,2271,158],"content-type":[340],"topic":[2241,2242],"programming-languages":[],"coauthors":[430],"class_list":["post-75121","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-azure-kubernetes-service","tag-community-partners","tag-kubernetes","content-type-tutorials-and-demos","topic-cloud","topic-containers","review-flag-2-1593580437-411","review-flag-new-1593580248-669"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is a service mesh anyways? | Microsoft Open Source Blog<\/title>\n<meta name=\"description\" content=\"This article defines the service mesh, explains the factors fueling service mesh adoption, and provides a vision for where the service mesh is headed.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a service mesh anyways? | Microsoft Open Source Blog\" \/>\n<meta property=\"og:description\" content=\"This article defines the service mesh, explains the factors fueling service mesh adoption, and provides a vision for where the service mesh is headed.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-18T16:10:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-30T06:38:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"William Morgan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"William Morgan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/william-morgan\/\",\"@type\":\"Person\",\"@name\":\"William Morgan\"}],\"headline\":\"What is a service mesh anyways?\",\"datePublished\":\"2018-12-18T16:10:39+00:00\",\"dateModified\":\"2025-06-30T06:38:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/\"},\"wordCount\":1034,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp\",\"keywords\":[\"Azure Kubernetes Service\",\"Community\/partners\",\"Kubernetes\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/\",\"name\":\"What is a service mesh anyways? | Microsoft Open Source Blog\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp\",\"datePublished\":\"2018-12-18T16:10:39+00:00\",\"dateModified\":\"2025-06-30T06:38:56+00:00\",\"description\":\"This article defines the service mesh, explains the factors fueling service mesh adoption, and provides a vision for where the service mesh is headed.\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp\",\"width\":1170,\"height\":640,\"caption\":\"A woman smiles at coworker in an office.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is a service mesh anyways?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is a service mesh anyways? | Microsoft Open Source Blog","description":"This article defines the service mesh, explains the factors fueling service mesh adoption, and provides a vision for where the service mesh is headed.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/","og_locale":"en_US","og_type":"article","og_title":"What is a service mesh anyways? | Microsoft Open Source Blog","og_description":"This article defines the service mesh, explains the factors fueling service mesh adoption, and provides a vision for where the service mesh is headed.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2018-12-18T16:10:39+00:00","article_modified_time":"2025-06-30T06:38:56+00:00","og_image":[{"width":1170,"height":640,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.png","type":"image\/png"}],"author":"William Morgan","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"William Morgan","Est. reading time":"4 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/william-morgan\/","@type":"Person","@name":"William Morgan"}],"headline":"What is a service mesh anyways?","datePublished":"2018-12-18T16:10:39+00:00","dateModified":"2025-06-30T06:38:56+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/"},"wordCount":1034,"commentCount":0,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp","keywords":["Azure Kubernetes Service","Community\/partners","Kubernetes"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/","url":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/","name":"What is a service mesh anyways? | Microsoft Open Source Blog","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp","datePublished":"2018-12-18T16:10:39+00:00","dateModified":"2025-06-30T06:38:56+00:00","description":"This article defines the service mesh, explains the factors fueling service mesh adoption, and provides a vision for where the service mesh is headed.","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO19_Ubisoft_Azure_030.webp","width":1170,"height":640,"caption":"A woman smiles at coworker in an office."},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/12\/18\/what-is-service-mesh\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is a service mesh anyways?"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/75121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/5562"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=75121"}],"version-history":[{"count":1,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/75121\/revisions"}],"predecessor-version":[{"id":97822,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/75121\/revisions\/97822"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/95464"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=75121"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=75121"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=75121"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=75121"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=75121"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=75121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}