gRPC Go: Beyond the basics

https://blog.gopheracademy.com/advent-2017/go-grpc-beyond-basics/

介绍了gRPC的高级应用:使用TLS,开发插件,以及相关生态项目。

Keynote: CNCF Project Updates - Michelle Noorali, Senior Software Engineer, Microsoft Azure

https://www.youtube.com/watch?v=zPOlDe-J9ZA&index=2&list=PLj6h78yzYM2P-3-xqvmWaZbbI1sW-ulZb

KubeCon的Keynote,介绍了CNCF旗下的14个项目目前的状况。

Amazon Linux 2

https://aws.amazon.com/amazon-linux-2/

AWS推出了新一代的Linux系统,目前还是LTS candidate状态。

Kubernetes 1.9 and a look inside the Kubernetes project

https://coreos.com/blog/kubernetes-19-and-a-look-inside-the-project

介绍了k8s 1.9版本周期做的一些拆分项目的事情,Kubernetes已经是个巨大的项目了,为了将来的扩展,社区正在将这个项目进行必要的拆分,以便于整个生态进行扩展。另外也介绍了兼容性认证以及接下来会做的一些事情:cloud-controller-manager, CSI for external storage, and the longstanding goal of moving kubeadm to its own repo等。

Kubernetes and containers in 2018: Buckle your seatbelts

https://coreos.com/blog/kubernetes-and-containers-in-2018

Alex Polvi展望了Kubernetes以及相关生态在2018年的发展。

许式伟:我与Go语言的这十年

https://mp.weixin.qq.com/s/iU7gaZNgCsU3DHaHa5PZ_Q

Error handling in Upspin

https://commandcenter.blogspot.com/2017/12/error-handling-in-upspin.html

Upspin项目自己创建了一个小的errors库,用于满足其自己的需求。本文介绍了这个库的一些设计思想。同时 Rob Pike and Andrew Gerrand也强调了Go中没有一个errors库能满足所有的需求,大家需要自己做出选择。


知识共享许可协议本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。