kubernetes-handbook/book.json

87 lines
4.2 KiB
JSON
Raw Normal View History

2017-05-11 18:22:00 +08:00
{
2018-07-10 00:00:38 +08:00
"title": "Kubernetes Handbook - Kubernetes中文指南/云原生应用架构实践手册 by Jimmy Song(宋净超)",
"description": "Kubernetes Handbook - Kubernetes中文指南/云原生应用架构实践手册本书记录了本人从零开始学习和使用Kubernetes的心路历程着重于经验分享和总结同时也会有相关的概念解析希望能够帮助大家少踩坑少走弯路还会指引大家关于关注Kubernetes生态周边如微服务构建、DevOps、大数据应用、Service Mesh、Cloud Native等领域。",
2017-09-19 21:59:44 +08:00
"language": "zh-hans",
2018-07-10 00:00:38 +08:00
"author": "Jimmy Song宋净超",
2017-10-09 15:50:21 +08:00
"links": {
2017-11-08 16:21:18 +08:00
"sidebar": {
"Jimmy Song": "https://jimmysong.io",
"Awesome Cloud Native": "https://jimmysong.io/awesome-cloud-native",
2018-09-26 15:07:41 +08:00
"ServiceMesher社区": "http://www.servicemesher.com",
2018-10-09 11:46:57 +08:00
"Istio Handbook - Istio 中文指南/服务网格实践手册": "https://jimmysong.io/istio-handbook",
"Awesome Service Mesh": "http://www.servicemesher.com/awesome-servicemesh",
"Cloud Native Go - 基于Go和React的web云原生应用构建指南": "https://jimmysong.io/posts/cloud-native-go",
"Cloud Native PythonPython云原生 - 使用Python和React构建云原生应用": "https://jimmysong.io/posts/cloud-native-python",
2018-09-26 15:07:41 +08:00
"Cloud Native Java云原生Java- Spring Boot、Spring Cloud与Cloud Foundry弹性系统设计": "https://jimmysong.io/posts/cloud-native-java",
"SOFAMesh - 基于Istio的大规模服务网格解决方案": "https://github.com/alipay/sofa-mesh",
"SOFAMosn - Golang版的高性能Service Mesh Sidecar代理": "https://github.com/alipay/sofa-mosn"
2017-10-09 15:50:21 +08:00
}
},
2017-05-11 18:22:00 +08:00
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"editlink",
2017-09-19 21:37:04 +08:00
"back-to-top-button",
2017-10-09 15:50:21 +08:00
"-lunr", "-search", "search-plus",
"github-buttons@2.1.0",
"favicon@^0.0.2",
2017-10-11 18:00:49 +08:00
"tbfed-pagefooter@^0.0.1",
2017-11-15 20:42:38 +08:00
"3-ba",
2018-02-20 17:58:16 +08:00
"theme-default",
2018-07-02 15:16:24 +08:00
"-highlight", "prism", "prism-themes",
2018-09-25 22:10:17 +08:00
"sitemap-general",
"lightbox",
"adsense"
2017-05-11 18:22:00 +08:00
],
"pluginsConfig": {
2017-11-15 20:42:38 +08:00
"theme-default": {
"showLevel": true
},
2017-05-11 18:22:00 +08:00
"github": {
"url": "https://github.com/rootsongjc/kubernetes-handbook"
},
"editlink": {
"base": "https://github.com/rootsongjc/kubernetes-handbook/blob/master/",
"label": "编辑本页"
2017-10-09 15:50:21 +08:00
},
"image-captions": {
"caption": "图片 - _CAPTION_"
},
"github-buttons": {
"repo": "rootsongjc/kubernetes-handbook",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
2018-11-07 14:38:06 +08:00
"copyright": "<p><a href=https://github.com/alipay/sofa-mesh>SOFAMesh - 基于 Istio 的大规模服务网格解决方案</a> | <a href=https://github.com/alipay/sofa-mosn>SOFAMosn - Golang 版的高性能 Service Mesh Sidecar 代理</a></p><p><a href=https://ws4.sinaimg.cn/large/006tNbRwly1fw3ku0cwuhj304g056dgk.jpg data-lightbox=2fd927ee-fa64-4eca-8ed5-6bd72b573a3c>点击关注【云原生应用架构】公众号回复【加群】加入学习群</a> | <a href=https://ws1.sinaimg.cn/large/006tNbRwly1fw3fzx37obj30yi1pdk1r.jpg data-lightbox=2fd927ee-fa64-4eca-8ed5-6bd72b573a33>深入剖析 Kubernetes by 张磊</a></p>Copyright © <a href=https://jimmysong.io>jimmysong.io</a> 2017-2018",
2018-09-05 16:07:21 +08:00
"modify_label": " Updated at ",
2017-10-09 15:50:21 +08:00
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico"
2017-10-11 18:00:49 +08:00
},
"3-ba": {
"token": "11f7d254cfa4e0ca44b175c66d379ecc"
2018-02-20 17:58:16 +08:00
},
"prism": {
"css": [
"prism-themes/themes/prism-ghcolors.css"
]
2018-07-02 15:16:24 +08:00
},
"sitemap-general": {
"prefix": "https://jimmysong.io/kubernetes-handbook/"
},
"adsense": {
"client": "ca-pub-4029167986768912",
"slot": "2445941692",
"format": "auto",
"element": ".page-inner section",
"position": "bottom"
2017-05-11 18:22:00 +08:00
}
}
2017-11-15 20:42:38 +08:00
}