build site

This commit is contained in:
David Young
2026-05-14 14:23:58 -06:00
parent 015b3a8c5d
commit d0d428f3bf
111 changed files with 826 additions and 825 deletions

View File

@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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/post-bg-2015.jpg">
<meta property="twitter:image" content="http://localhost:1313/img/post-bg-2015.jpg" />
<meta property="og:image" content="https://davidpaulyoung.com/img/post-bg-2015.jpg">
<meta property="twitter:image" content="https://davidpaulyoung.com/img/post-bg-2015.jpg" />
@@ -42,7 +42,7 @@
<meta property="twitter:description" content="Nginmesh是NGINX的Service Mesh开源项目用于Istio服务网格平台中的数据面代理。它旨在提供七层负载均衡和服务路由功能与Istio集成作为sidecar部署并将以“标准可靠和安全的方式”使得服务间通信更容易。Nginmesh在今年底已经连续发布了0.2和0.3版本提供了服务发现请求转发路由规则性能指标收集等功能。本文介绍如何采用kubeadmin安装kubernetes集群并部署Nginmesh sidecar。" />
<meta property="og:url" content="http://localhost:1313/2018/01/02/nginmesh-install/" />
<meta property="og:url" content="https://davidpaulyoung.com/2018/01/02/nginmesh-install/" />
<meta property="twitter:card" content="summary" />
@@ -634,7 +634,7 @@ iptables -t nat -N ISTIO_OUTPUT -m
<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>
@@ -696,7 +696,7 @@ iptables -t nat -N ISTIO_OUTPUT -m
<script>
Artalk.init({
el: '#Comments',
pageKey: 'http:\/\/localhost:1313\/2018\/01\/02\/nginmesh-install\/',
pageKey: 'https:\/\/davidpaulyoung.com\/2018\/01\/02\/nginmesh-install\/',
pageTitle: 'Nginx开源Service Mesh组件Nginmesh安装指南',
server: 'https:\/\/xxx.xxx.com',
site: 'xxx blog',