-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog_list.json
66 lines (66 loc) · 2.19 KB
/
blog_list.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"author": "KAI CHU CHUNG",
"authorlink": "http://kaichu.io",
"banner": "/blog/weddingcnp-via-gcp/img/weddingcnp-via-gpc-0_2.png",
"categories": [
"COMPUTE"
],
"date": "2021-01-08T09:59:24+08:00",
"fuzzywordcount": 300,
"keywords": [
"wedding",
"GAE",
"Vue"
],
"lang": "zh-tw",
"lastmod": "2021-01-08T09:59:24+08:00",
"objectID": "a81435e21cdb4354f142ad572807c484",
"permalink": "https://taipei.gdgcloud.tw/blog/weddingcnp-via-gcp/",
"publishdate": "2021-01-08T09:59:24+08:00",
"readingtime": 1,
"relpermalink": "/blog/weddingcnp-via-gcp/",
"summary": "[Cage & Ping wedding](http://weddingcnp.appspot.com/) 是一個我們為結婚喜宴處理朋友出席報名相關事宜特別開發的網站,所有的服務全部建構在 Google Cloud Platform 上",
"tags": [
"wedding",
"GAE",
"Vue"
],
"title": "Weddingcnp via Gcp",
"translator": null,
"url": "/blog/weddingcnp-via-gcp/",
"weight": 0,
"wordcount": 205
},
{
"author": "IndustrialClouds.net",
"authorlink": null,
"banner": null,
"categories": [
"kubernetes"
],
"date": "2017-08-14T16:21:00Z",
"fuzzywordcount": 100,
"keywords": [
"kubernetes",
"domain"
],
"lang": "zh-tw",
"lastmod": "2017-08-14T16:21:00Z",
"objectID": "a36f643a6c743a4e8b769097c840901a",
"permalink": "https://taipei.gdgcloud.tw/blog/hosts-domain-ip-mapping/",
"publishdate": "2017-08-14T16:21:00Z",
"readingtime": 1,
"relpermalink": "/blog/hosts-domain-ip-mapping/",
"summary": "某些時候,我們會需要透過DNS的方式來對應外部服務的domain name位置,而某些應用中,這些domain name可能在不同的環境會對應到不同的地方,此時,我們在傳統作業方式會透過/etc/hosts的編輯方式來讓該主機可以對應到外部服務位置.... 而在K8S中,從1.7之後的版本開始支援hosts的複寫功能...",
"tags": [
"kubernetes",
"domain"
],
"title": "透過hosts來指定domain對應的ip位置",
"translator": null,
"url": "/blog/hosts-domain-ip-mapping/",
"weight": 0,
"wordcount": 88
}
]