Add CNCF Ambassador introduction
parent
29a69ad60d
commit
fbd9b542c8
|
@ -260,6 +260,7 @@
|
|||
* [CNCF特别兴趣小组(SIG)说明](cloud-native/cncf-sig.md)
|
||||
* [开源项目加入CNCF Sandbox的要求](cloud-native/cncf-sandbox-criteria.md)
|
||||
* [CNCF中的项目治理](cloud-native/cncf-project-governing.md)
|
||||
* [CNCF Ambassador](cloud-native/cncf-ambassador.md)
|
||||
|
||||
## 附录
|
||||
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
## CNCF Ambassador
|
||||
|
||||
CNCF Ambassador(CNCF 大使),人员名单详见 <https://www.cncf.io/people/ambassadors/>,笔者很荣幸作为第二位成为 CNCF Ambassador 的中国人。
|
||||
|
||||
## 如何成为 CNCF Ambassador
|
||||
|
||||
可以通过以下方式成为 CNCF Ambassador:
|
||||
|
||||
- 成为 CNCF 会员或对成为某个 CNCF 的项目的贡献者
|
||||
- 以 contributor、blogger、演讲者等身份参与 CNCF 社区项目
|
||||
- 在社区中演讲或撰写博客
|
||||
- 主持云原生社区 meetup
|
||||
|
||||
### 捷径
|
||||
|
||||
只要通过组织和举办推广 CNCF 推广的技术相关的活动即可,具体步骤如下:
|
||||
|
||||
1. 在 [meetup.com](https://www.meetup.com) 上创建一个 group(费用大概半年$42)
|
||||
1. 以策展人名义组织与 CNCF 提倡的云原生主题相关的 meetup
|
||||
1. 将活动加入到 CNCF group(https://www.meetup.com/pro/cncf)和为活动申请使用 CNCF logo(https://github.com/cncf/meetups#how-to-apply)
|
||||
1. 申请成为 CNCF Ambassador:https://github.com/cncf/ambassadors 附上自己最近三个月内举办的 meetup 链接(CNCF 只认 meetup.com 里的活动)
|
||||
|
||||
关于 CNCF meetup 的更多信息请访问:https://github.com/cncf/meetups/
|
||||
|
||||
## 成为 CNCF 大使有什么好处?
|
||||
|
||||
这是一个被经常问到的问题,毕竟全球各地的 CNCF 大使推广云原生技术,总得给他们一些甜头。以下是成为 CNCF 大使的好处:
|
||||
|
||||
- 组织社区聚会可以报销 $150/月
|
||||
- 可按年度申请 CNCF 项目的贴纸
|
||||
- CNCF 会议折扣
|
||||
- 免费参加 CNCF CKA/CKAD 考试
|
||||
- 一次在 [CNCF Store](https://store.cncf.io/) 免费购买纪念品的权利
|
||||
- 支持与当地发现演讲者的聚会和活动
|
||||
- 在云原生行业活动中演讲(差旅费用报销,需申请)
|
||||
- 发布博客的机会(CNCF 博客、Kubernetes 博客及其他业界知名平台)
|
||||
- 社交媒体推广支持
|
||||
|
||||
## 参考:
|
||||
|
||||
- <https://github.com/cncf/ambassadors>
|
||||
- <https://www.cncf.io/people/ambassadors/>
|
|
@ -491,7 +491,7 @@ kubectl expose po zk-1 --port=2181 --target-port=2181 --name=zk-1 --selector=zkI
|
|||
|
||||
查看`zk-0`这个service可以看到如下结果:
|
||||
|
||||
```
|
||||
```bash
|
||||
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||
zk-0 10.254.98.14 <nodes> 2181:31693/TCP 5m
|
||||
```
|
||||
|
@ -500,6 +500,6 @@ zk-0 10.254.98.14 <nodes> 2181:31693/TCP 5m
|
|||
|
||||
## 参考
|
||||
|
||||
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
|
||||
- https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
|
||||
|
||||
[kubernetes contrib - statefulsets](https://github.com/kubernetes/contrib/tree/master/statefulsets)
|
||||
- [kubernetes contrib - statefulsets](https://github.com/kubernetes/contrib/tree/master/statefulsets)
|
Loading…
Reference in New Issue