From d1acb054695751bd61e295e7f0d3a923472cb2e8 Mon Sep 17 00:00:00 2001 From: Jimmy song Date: Sat, 12 Oct 2019 15:17:01 +0800 Subject: [PATCH] Update book - Update footer - Add KubeEdge - Ignore some web links --- book.json | 5 +++-- scripts/lint-gitbook.sh | 2 +- usecases/edge-computing.md | 18 ++++++++++++++---- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/book.json b/book.json index 7e0ab88c8..160170cb2 100644 --- a/book.json +++ b/book.json @@ -12,7 +12,8 @@ "Serverless Handbook - 无服务器架构实践手册": "https://jimmysong.io/serverless-handbook", "Cloud Native Go - 基于Go和React的web云原生应用构建指南": "https://jimmysong.io/posts/cloud-native-go", "Cloud Native Python(Python云原生) - 使用Python和React构建云原生应用": "https://jimmysong.io/posts/cloud-native-python", - "Cloud Native Java(云原生Java)- Spring Boot、Spring Cloud与CloudFoundry弹性系统设计": "https://jimmysong.io/posts/cloud-native-java" + "Cloud Native Java(云原生Java)- Spring Boot、Spring Cloud与CloudFoundry弹性系统设计": "https://jimmysong.io/posts/cloud-native-java", + "未来架构——从服务化到云原生": "https://jimmysong.io/posts/future-architecture-from-soa-to-cloud-native/" } }, "plugins": [ @@ -56,7 +57,7 @@ "size": "small" }, "tbfed-pagefooter": { - "copyright": "

极客时间·专享福利通道:199元礼包限时放送 | 点击关注【云原生应用架构】公众号回复【加群】加入学习群

Copyright © 2017-2019 | Distributed under CC BY 4.0 | jimmysong.io", + "copyright": "

极客时间专栏-《深入剖析 Kubernetes》 | 点击关注【云原生应用架构】公众号回复【加群】加入学习群

Copyright © 2017-2019 | Distributed under CC BY 4.0 | jimmysong.io", "modify_label": " Updated at ", "modify_format": "YYYY-MM-DD HH:mm:ss" }, diff --git a/scripts/lint-gitbook.sh b/scripts/lint-gitbook.sh index b4c7312d8..afbefab2f 100755 --- a/scripts/lint-gitbook.sh +++ b/scripts/lint-gitbook.sh @@ -5,4 +5,4 @@ mdspell --version echo -ne "mdl " mdl --version htmlproofer --version -htmlproofer --url-ignore "/localhost/,/172.17.8.101/,/172.20.0.113/,/slideshare.net/,/grpc.io/,/kiali.io/,/condiut.io/,/twitter.com/,/facebook.com/,/medium.com/,/google.com/,/jimmysong.io/,/openfaas.com/,/linkerd.io/,/layer5.io/,/thenewstack.io/,/blog.envoyproxy.io/,/blog.openebs.io/,/k8smeetup.github.io/,/blog.heptio.com/,/apigee.com/,/speakerdeck.com/,/download.svcat.sh/,/blog.fabric8.io/,/blog.heptio.com/,/blog.containership.io/,/blog.mobyproject.org/,/blog.spinnaker.io/,/coscale.com/,/zh.wikipedia.org/,/labs.play-with-k8s.com/,/cilium.readthedocs.io/,/azure.microsoft.com/,/storageos.com/,/openid.net/,/prometheus.io/,/coreos.com/,/openwhisk.incubator.apache.org/" _book +htmlproofer --url-ignore "/localhost/,/172.17.8.101/,/172.20.0.113/,/slideshare.net/,/grpc.io/,/kiali.io/,/condiut.io/,/twitter.com/,/facebook.com/,/medium.com/,/google.com/,/jimmysong.io/,/openfaas.com/,/linkerd.io/,/layer5.io/,/thenewstack.io/,/blog.envoyproxy.io/,/blog.openebs.io/,/k8smeetup.github.io/,/blog.heptio.com/,/apigee.com/,/speakerdeck.com/,/download.svcat.sh/,/blog.fabric8.io/,/blog.heptio.com/,/blog.containership.io/,/blog.mobyproject.org/,/blog.spinnaker.io/,/coscale.com/,/zh.wikipedia.org/,/labs.play-with-k8s.com/,/cilium.readthedocs.io/,/azure.microsoft.com/,/storageos.com/,/openid.net/,/prometheus.io/,/coreos.com/,/openwhisk.incubator.apache.org/,/dockone.io/,/jianshu.com/,/cloudstax.io/" _book diff --git a/usecases/edge-computing.md b/usecases/edge-computing.md index aa7ccbc08..6b334888b 100644 --- a/usecases/edge-computing.md +++ b/usecases/edge-computing.md @@ -1,9 +1,19 @@ # 边缘计算 -TBD +以 Kubernetes 为基础的开源项目:[KubeEdge](https://kubeedge.io/zh/)。 + +- Github: + +- 官方网站: + +## KubeEdge + +![KubeEdge logo](https://tva1.sinaimg.cn/large/006y8mN6ly1g7vfsugr2fj306y06yjra.jpg) + +Kubeedge项目致力于打造一个基于kubernetes的开放平台,并为网络应用提供基础架构支持。云和边缘之间的部署和元数据同步。 + +KubeEdge是一个开源系统,用于将容器化应用程序编排功能扩展到Edge的主机。它基于kubernetes构建,并为网络应用程序提供基础架构支持。云和边缘之间的部署和元数据同步。 KubeEdge使用Apache 2.0许可。并且绝对可以免费用于个人或商业用途。 ## 参考 -[The Birth of an Edge Orchestrator – Cloudify Meets Edge Computing](http://cloudify.co/2017/07/26/birth-of-edge-orchestrator-cloudify.html) - -[K8s(Kubernetes) and SDN for Multi-access Edge Computing deployment ](http://events.linuxfoundation.org/sites/events/files/slides/HS-OSSjapan-final.pdf) +- [The Birth of an Edge Orchestrator – Cloudify Meets Edge Computing](http://cloudify.co/2017/07/26/birth-of-edge-orchestrator-cloudify.html) \ No newline at end of file