Kubernetes Notes
  • README
  • 序:Kubernetes之道
  • 搭建开发环境
    • 搭建本地开发测试环境
  • 基本概念
    • Workloads
      • StatefulSet
    • 认证鉴权
      • 理解证书
      • Kubelet配置
    • 垃圾回收
    • Service
  • 基础组件
    • Scheduler
    • 自动扩缩容(HPA)
  • 容器运行时(Container Runtime)
    • CRI
    • Docker
      • 安装配置Docker
      • Docker FAQ
    • Containerd
  • 资源隔离与限制
    • 基础知识
      • Cgroup
      • Namespaces
    • CPU
    • Memory
    • 网络出/入带宽
    • GPU
    • Container
    • FAQ
  • 网络
    • 基础知识
      • Linux network interfaces
      • Iptables
      • Overlay network
    • CNI
    • Flannel
      • Flannel原理
      • host-gw
      • vxlan
      • ipip
    • Calico
    • Cilium
  • Service Mesh
    • Istio
  • 扩展Kubernetes
    • Admission controller
    • Custom resource definition(CRD)
    • Scheduler extender
    • 扩展资源维度
    • Kubectl plugin
    • Aggregator
    • Device plugin
  • 现网问题
    • Kubernetes
    • ETCD
    • Docker
  • 最佳实践
    • 各组件参数配置调优
    • 各大公司生产环境实践
    • 如何打造一个Kubernetes平台
  • 生产力小工具
    • 生成特定权限和配额的kubeconfig
  • 社区贡献
  • 学习资料
  • 附录:RTFSC
    • Informer
    • Pod deletion
Powered by GitBook
On this page
  • 1. 提交PR
  • 2. 常用命令
  • 3. 贡献状态
  • 4. 怎么做code review
  • 5. 参考资料

Was this helpful?

社区贡献

Previous生成特定权限和配额的kubeconfigNext学习资料

Last updated 5 years ago

Was this helpful?

1. 提交PR

2. 常用命令

  • 常用短命令

  • Adding Release Notes

3. 贡献状态

从可以看到各公司/个人对kubernetes的贡献,比如:Tencent为

4. 怎么做code review

  • Go Code Review Comments:

  • Google Engineering Practices:

  • On Collaborative Development:

  • Community Expectations:

5. 参考资料

feisky写的社区贡献指南:

https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md
https://prow.k8s.io/command-help
https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md
stackalytics.com
https://www.stackalytics.com/cncf?module=kubernetes&company=tencent。
https://github.com/golang/go/wiki/CodeReviewComments
https://google.github.io/eng-practices/
https://github.com/kubernetes/community/blob/master/contributors/guide/collab.md
https://github.com/kubernetes/community/blob/master/contributors/guide/community-expectations.md
https://kubernetes.feisky.xyz/she-qu-gong-xian/contribute