forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
landscape.html
27 lines (24 loc) · 1.06 KB
/
landscape.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: "Service Mesh Landscape"
description: "Comparison of service meshes, API gateways, microservices libraries, and service proxies, answering what's the difference between Istio and Envoy?"
image: /assets/landscape/landscape.gif
author:
twitter: layer5
lang: en
---
<div class="container" style="position:relative;z-index:1;">
<div class="col s10">
<div id="contact" class="section scrollspy" style="width:100%;">
<!-- <div class="row">
<a style="position:relative;float:left;" id="home" class="waves-effect waves-dark btn white-text darken-2 l5-light-blue z-depth-4" href="{{site.baseurl}}/#blog">
<i class="material-icons">home</i></a>
<div style="position:relative;float:right;">{% include partials/hori-social.html %}</div>
</div> -->
<h2 style="text-align:center;color:aliceblue;padding-top:0px;margin-top:0px;">Service Mesh Landscape</h2>
</div>
<div class="section scrollspy" style="width:100%;">
{% include service-meshes.html %}
</div>
</div>
</div>