build site
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@@ -26,8 +26,8 @@
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313//img/istio-install_and_example/post-bg.jpg">
|
||||
<meta property="twitter:image" content="http://localhost:1313//img/istio-install_and_example/post-bg.jpg" />
|
||||
<meta property="og:image" content="https://davidpaulyoung.com//img/istio-install_and_example/post-bg.jpg">
|
||||
<meta property="twitter:image" content="https://davidpaulyoung.com//img/istio-install_and_example/post-bg.jpg" />
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<meta property="twitter:description" content="作为一种架构模式,微服务将复杂系统切分为数十乃至上百个小服务,每个服务负责实现一个独立的业务逻辑。这些小服务易于被小型的软件工程师团队所理解和修改,并带来了语言和框架选择灵活性,缩短应用开发上线时间,可根据不同的工作负载和资源要求对服务进行独立缩扩容等优势。另一方面,当应用被拆分为多个微服务进程后,进程内的方法调用变成了了进程间的远程调用。引入了对大量服务的连接、管理和监控的复杂性,本文介绍了Service Mesh模式如何应对微服务架构的这些挑战,以及Service Mesh的明星开源项目Istio。" />
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/2018/03/29/what-is-service-mesh-and-istio/" />
|
||||
<meta property="og:url" content="https://davidpaulyoung.com/2018/03/29/what-is-service-mesh-and-istio/" />
|
||||
|
||||
|
||||
<meta property="twitter:card" content="summary" />
|
||||
@@ -584,7 +584,7 @@ Envoy收集一个端到端调用中的各个分段的数据,并将这些调用
|
||||
<div class="zs-modal-box">
|
||||
<div class="zs-modal-head">
|
||||
<button type="button" class="close">×</button>
|
||||
<span class="author"><a href="http://localhost:1313/"><img src="/img/favicon.png" />David Young</a></span>
|
||||
<span class="author"><a href="https://davidpaulyoung.com/"><img src="/img/favicon.png" />David Young</a></span>
|
||||
|
||||
<p class="tip"><i></i><span>真诚赞赏,手留余香</span></p>
|
||||
|
||||
@@ -646,7 +646,7 @@ Envoy收集一个端到端调用中的各个分段的数据,并将这些调用
|
||||
<script>
|
||||
Artalk.init({
|
||||
el: '#Comments',
|
||||
pageKey: 'http:\/\/localhost:1313\/2018\/03\/29\/what-is-service-mesh-and-istio\/',
|
||||
pageKey: 'https:\/\/davidpaulyoung.com\/2018\/03\/29\/what-is-service-mesh-and-istio\/',
|
||||
pageTitle: '谈谈微服务架构中的基础设施:Service Mesh与Istio',
|
||||
server: 'https:\/\/xxx.xxx.com',
|
||||
site: 'xxx blog',
|
||||
|
||||
Reference in New Issue
Block a user