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/https://img.zhaohuabing.com/post-bg-2015.jpg">
<meta property="twitter:image" content="http://localhost:1313/https://img.zhaohuabing.com/post-bg-2015.jpg" />
<meta property="og:image" content="https://davidpaulyoung.com/https://img.zhaohuabing.com/post-bg-2015.jpg">
<meta property="twitter:image" content="https://davidpaulyoung.com/https://img.zhaohuabing.com/post-bg-2015.jpg" />
@@ -42,7 +42,7 @@
<meta property="twitter:description" content="Just About Everything" />
<meta property="og:url" content="http://localhost:1313/2017/11/03/hello-world/" />
<meta property="og:url" content="https://davidpaulyoung.com/2017/11/03/hello-world/" />
<meta property="twitter:card" content="summary" />
@@ -308,7 +308,7 @@
<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>
@@ -365,7 +365,7 @@
<script>
Artalk.init({
el: '#Comments',
pageKey: 'http:\/\/localhost:1313\/2017\/11\/03\/hello-world\/',
pageKey: 'https:\/\/davidpaulyoung.com\/2017\/11\/03\/hello-world\/',
pageTitle: 'Welcome to Zhaohuabing Blog',
server: 'https:\/\/xxx.xxx.com',
site: 'xxx blog',

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/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="Istio是来自GoogleIBM和Lyft的一个Service Mesh服务网格开源项目是Google继Kubernetes之后的又一大作,本文将演示如何从裸机开始从零搭建Istio及Bookinfo示例程序。" />
<meta property="og:url" content="http://localhost:1313/2017/11/04/istio-install_and_example/" />
<meta property="og:url" content="https://davidpaulyoung.com/2017/11/04/istio-install_and_example/" />
<meta property="twitter:card" content="summary" />
@@ -605,7 +605,7 @@ kubectl apply -f istio-0.2.10/install/kubernetes/addons/grafana.yaml
<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>
@@ -667,7 +667,7 @@ kubectl apply -f istio-0.2.10/install/kubernetes/addons/grafana.yaml
<script>
Artalk.init({
el: '#Comments',
pageKey: 'http:\/\/localhost:1313\/2017\/11\/04\/istio-install_and_example\/',
pageKey: 'https:\/\/davidpaulyoung.com\/2017\/11\/04\/istio-install_and_example\/',
pageTitle: 'Istio及Bookinfo示例程序安装试用笔记',
server: 'https:\/\/xxx.xxx.com',
site: 'xxx blog',

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/istio-traffic-shifting/crossroads.png">
<meta property="twitter:image" content="http://localhost:1313//img/istio-traffic-shifting/crossroads.png" />
<meta property="og:image" content="https://davidpaulyoung.com//img/istio-traffic-shifting/crossroads.png">
<meta property="twitter:image" content="https://davidpaulyoung.com//img/istio-traffic-shifting/crossroads.png" />
@@ -42,7 +42,7 @@
<meta property="twitter:description" content="本任务将演示如何将应用流量逐渐从旧版本的服务迁移到新版本。通过Istio可以使用一系列不同权重的规则10%20%,··· 100%)将流量平缓地从旧版本服务迁移到新版本服务。" />
<meta property="og:url" content="http://localhost:1313/2017/11/07/istio-traffic-shifting/" />
<meta property="og:url" content="https://davidpaulyoung.com/2017/11/07/istio-traffic-shifting/" />
<meta property="twitter:card" content="summary" />
@@ -373,7 +373,7 @@
<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>
@@ -435,7 +435,7 @@
<script>
Artalk.init({
el: '#Comments',
pageKey: 'http:\/\/localhost:1313\/2017\/11\/07\/istio-traffic-shifting\/',
pageKey: 'https:\/\/davidpaulyoung.com\/2017\/11\/07\/istio-traffic-shifting\/',
pageTitle: '使用Istio实现应用流量转移',
server: 'https:\/\/xxx.xxx.com',
site: 'xxx blog',

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/istio-canary-release/canary_bg.jpg">
<meta property="twitter:image" content="http://localhost:1313//img/istio-canary-release/canary_bg.jpg" />
<meta property="og:image" content="https://davidpaulyoung.com//img/istio-canary-release/canary_bg.jpg">
<meta property="twitter:image" content="https://davidpaulyoung.com//img/istio-canary-release/canary_bg.jpg" />
@@ -42,7 +42,7 @@
<meta property="twitter:description" content="当应用上线以后运维面临的一大挑战是如何能在不影响已上线业务的情况下进行升级。本文将介绍如何使用Istio实现应用的灰度发布金丝雀发布" />
<meta property="og:url" content="http://localhost:1313/2017/11/08/istio-canary-release/" />
<meta property="og:url" content="https://davidpaulyoung.com/2017/11/08/istio-canary-release/" />
<meta property="twitter:card" content="summary" />
@@ -524,7 +524,7 @@ istioctl delete -f route-rule-test-reviews-v2.yaml -n default
<script>
Artalk.init({
el: '#Comments',
pageKey: 'http:\/\/localhost:1313\/2017\/11\/08\/istio-canary-release\/',
pageKey: 'https:\/\/davidpaulyoung.com\/2017\/11\/08\/istio-canary-release\/',
pageTitle: '采用Istio实现灰度发布(金丝雀发布)',
server: 'https:\/\/xxx.xxx.com',
site: 'xxx blog',

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/https://img.zhaohuabing.com/post-bg-2015.jpg">
<meta property="twitter:image" content="http://localhost:1313/https://img.zhaohuabing.com/post-bg-2015.jpg" />
<meta property="og:image" content="https://davidpaulyoung.com/https://img.zhaohuabing.com/post-bg-2015.jpg">
<meta property="twitter:image" content="https://davidpaulyoung.com/https://img.zhaohuabing.com/post-bg-2015.jpg" />
@@ -42,7 +42,7 @@
<meta property="twitter:description" content="我们知道kubernetes的Cluster Network属于私有网络只能在cluster Network内部才能访问部署的应用那如何才能将Kubernetes集群中的应用暴露到外部网络为外部用户提供服务呢本文探讨了从外部网络访问kubernetes cluster中应用的几种实现方式。" />
<meta property="og:url" content="http://localhost:1313/2017/11/28/access-application-from-outside/" />
<meta property="og:url" content="https://davidpaulyoung.com/2017/11/28/access-application-from-outside/" />
<meta property="twitter:card" content="summary" />
@@ -532,7 +532,7 @@ spec:
<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>
@@ -594,7 +594,7 @@ spec:
<script>
Artalk.init({
el: '#Comments',
pageKey: 'http:\/\/localhost:1313\/2017\/11\/28\/access-application-from-outside\/',
pageKey: 'https:\/\/davidpaulyoung.com\/2017\/11\/28\/access-application-from-outside\/',
pageTitle: '如何从外部访问Kubernetes集群中的应用',
server: 'https:\/\/xxx.xxx.com',
site: 'xxx blog',