Slide 27
Slide 27 text
Summary
1.How Kubernetes is using Golang?
1.What is Kubernetes and how it works (1 mins)
2.The heart of Kubernetes orchestration: Controller
3.Write your own Controller with CRD
4.code gen for deep copy, API conversion, API doc, encoding/decoding etc
5.gRPC based interface (e.g. CRI)
2.How we can do better to use Kubernetes?
1.Programming Patterns in Kubernetes
1.this is the main difference of Kubernetes with others
2.think about why everyone loves Borg