├── .github └── ISSUE_TEMPLATE │ └── kubeweekly--1xx.md ├── .gitignore ├── 1.0 ├── BOOKS.md ├── EMERITUS.md ├── KubeWeekly │ ├── CONTRIBUTING.md │ └── README.md ├── README.md ├── YouTube-Guidelines.md ├── meetings │ └── minutes.md ├── meetups │ ├── Meetup_Best_Practices.md │ └── Meetup_Reimbursement_Policy.md └── virtual-backgrounds │ ├── KubeCon_EU_2020_VirtualBackgrounds-01.jpg │ ├── KubeCon_EU_2020_VirtualBackgrounds-02.jpg │ ├── KubeCon_EU_2020_VirtualBackgrounds-06.jpg │ ├── KubeCon_EU_2020_Virtual_Signage_ExhibitHall_DiamondHall.jpg │ ├── KubeCon_EU_2020_Virtual_Signage_Keynote_Background.jpg │ ├── KubeCon_EU_2020_Virtual_Signage_Lobby_Background.jpg │ └── README.md ├── 2.0 ├── Calendar.md ├── Monthly Meetings │ ├── 2023-03.md │ ├── 2023-06.md │ ├── 2023-07.md │ ├── 2023-08.md │ ├── 2023-09.md │ ├── 2023-10.md │ └── 2023-12.md ├── Newsletter │ ├── 2023-11-12.md │ ├── 2023-11-19.md │ ├── 2023-11-26.md │ ├── 2023-12-10.md │ └── 2023-12-17.md ├── Profile.md ├── ReadMe.md ├── Reimbursements_Meetup.md ├── monthly-check-in.md └── surveys │ └── CNCF_Ambassador_MidYear_Survey_2023.pdf └── README.md /.github/ISSUE_TEMPLATE/kubeweekly--1xx.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 'KubeWeekly #1XX' 3 | about: 'Links for KubeWeekly #1XX' 4 | 5 | --- 6 | 7 | Please respond to this issue with links for the next edition of KubeWeekly. Links are due by 11am PT every Wednesday. @kimmcmahon will combine the links into the final email and send out. 8 | 9 | **Featured Content** 10 | _Editor's picks of the highlights from the past week._ 11 | [ARTICLE TITLE](LINK) 12 | 13 | **Technical** 14 | _Tutorials, tools, and more that take you on a deep dive into the code._ 15 | [ARTICLE TITLE](LINK) 16 | 17 | _Tooling:_ 18 | [ARTICLE TITLE](LINK) - one sentence description 19 | 20 | **The Editorial** 21 | _Articles, announcements, and more that give you a high-level overview of challenges and features._ 22 | [ARTICLE TITLE](LINK) 23 | 24 | **GUIDELINES** 25 | - Articles must be published within the last ~1 week. 26 | - No gated content, unless in the webinar section. 27 | - Blog posts and videos are the preferred medium. 28 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /1.0/BOOKS.md: -------------------------------------------------------------------------------- 1 | A list of cloud native books: 2 | 3 | * [Site Reliability Engineering | authors: Betsy Beyer, Chris Jones, Jennifer Petoff and Niall Richard Murphy](https://landing.google.com/sre/book.html) 4 | * [Database Reliability Engineering | authors: Laine Campbell, Charity Majors](http://shop.oreilly.com/product/0636920039761.do) 5 | * [Reliable and Secure Distributed Programming | authors: Christian Cachin, Rachid Guerraoui, Luis Rodrigues](https://www.amazon.it/Introduction-Reliable-Secure-Distributed-Programming/dp/3642152597/ref=mt_hardcover?_encoding=UTF8&me=) 6 | * [Cloud Native infrastructure | authors: Justin Garrison, Kris Nova](http://shop.oreilly.com/product/0636920075837.do) 7 | * [The Art of Monitoring | authors: James Turnbull](https://artofmonitoring.com/) 8 | * [Kubernetes up and running | authors: Brendan Burns, Kelsey Hightower, Joe Beda](http://shop.oreilly.com/product/0636920043874.do) 9 | * [Prometheus up and running | authors: Brian Brazil](http://shop.oreilly.com/product/0636920147343.do) 10 | * [Designing distributed systems | authors: Brendan Burns](http://shop.oreilly.com/product/0636920072768.do) 11 | * [The Practice of Cloud System Administration: DevOps and SRE Practices for Web Services, Volume 2 | authors Thomas A. Limoncelli, Strata R. Chalup, Christina J. Hogan](https://www.amazon.com/Practice-Cloud-System-Administration-Practices/dp/032194318X) 12 | * [Kubernetes in Action | author: Marko Lukša](https://www.manning.com/books/kubernetes-in-action) 13 | * [The Enterprise Path to Service Mesh Architectures | author: Lee Calcote](https://layer5.io/books/the-enterprise-path-to-service-mesh-architectures), [2nd Edition](https://layer5.io/books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition) 14 | * [Kubernetes Best Practices | authors: Brendan Burns, Eddie Villalba, Dave Strebel, Lachlan Evenson](http://shop.oreilly.com/product/0636920273219.do) 15 | * [Programming Kubernetes | authors: Michael Hausenblas and Stefan Schimanski](https://programming-kubernetes.info/) 16 | * [Kubernetes Cookbook | authors: Sébastien Goasguen and Michael Hausenblas](http://shop.oreilly.com/product/0636920064947.do) 17 | * [Istio: Up and Running | authors: Lee Calcote and Zack Butcher](https://layer5.io/books/istio-up-and-running) 18 | 19 | ## 日本語 (Japanese) 20 | 21 | * [コンテナ・ベース・オーケストレーション Docker/Kubernetesで作るクラウド時代のシステム基盤 | 著者: 青山尚暉, 市川豊, 境川章一郎, 佐藤聖規, 須江信洋, 前佛雅人, 橋本直哉, 平岡大祐, 福田潔, 矢野哲朗, 山田修司](https://www.shoeisha.co.jp/book/detail/9784798155371) 22 | * [入門 Kubernetes | 著者: Kelsey Hightower, Brendan Burns, Joe Beda | 翻訳者: 松浦 隼人](https://www.oreilly.co.jp/books/9784873118406/) 23 | * [Docker/Kubernetes 実践コンテナ開発入門 | 著者: 山田明憲](https://gihyo.jp/book/2018/978-4-297-10033-9) 24 | * [Kubernetes完全ガイド | 著者: ⻘⼭ 真也](https://book.impress.co.jp/books/1118101055) 25 | * [しくみがわかるKubernetes Azureで動かしながら学ぶコンセプトと実践知識 | 著者: 阿佐志保, 真壁徹](https://www.shoeisha.co.jp/book/detail/9784798157849) 26 | * [Kubernetes実践入門 プロダクションレディなコンテナ&アプリケーションの作り方 | 著者: 須田 一輝, 稲津 和磨, 五十嵐 綾 , 坂下 幸徳, 吉田 拓弘, 河 宜成, 久住 貴史, 村田 俊哉](https://gihyo.jp/book/2019/978-4-297-10438-2) 27 | * [みんなのDocker/Kubernetes | 著者: 石澤 基, 五十嵐 綾 , 大塚 元央, 須田 一輝 , 稲津 和磨, 九岡 佑介, 坂部 広大 , 青山 真也 , 池添 明宏, 上岡 真也](https://gihyo.jp/book/2019/978-4-297-10461-0) 28 | * [分散システムデザインパターン | 著者: Brendan Burns | 翻訳者: 松浦 隼人](https://www.oreilly.co.jp/books/9784873118758/) 29 | * [入門 Prometheus | 著者: Brian Brazil | 監訳者: 須田 一輝 | 翻訳者: 長尾 高弘](https://www.oreilly.co.jp/books/9784873118758/) 30 | 31 | ## 中文(Chinese) 32 | 33 | * [Cloud Native Go - 基于Go和React的web云原生应用构建指南 | 作者:Kevin Hoffman & Dan Nemeth,译者:宋净超,吴迎松,徐蓓,马超](https://item.m.jd.com/product/12123347.html) 34 | * [Python云原生 - 构建应对海量用户数据的高可扩展 Web 应用 | 作者:Manish Sethi | 译者:宋净超](http://item.jd.com/12365097.html) 35 | * [云原生 Java - Spring Boot、Spring Cloud 与 Cloud Foundry 弹性系统设计 | 作者:Josh Long & Kenny Bastani | 译者:张若飞,宋净超](https://item.jd.com/12398618.html) 36 | * [未来架构——从服务化到云原生 | 作者:张亮,吴晟,敖小剑,宋净超 著](https://item.jd.com/12498217.html) 37 | * [Kubernetes Handbook——Kubernetes中文指南/云原生应用架构实践手册 | 作者:宋净超](https://jimmysong.io/kubernetes-handbook/) 38 | * [Istio Handbook——Istio 服务网格进阶实战 | ServiceMesher 社区著](http://www.servicemesher.com/istio-handbook/) 39 | 40 | Feel free to contribute on this list! Just send over a pull request! 41 | -------------------------------------------------------------------------------- /1.0/EMERITUS.md: -------------------------------------------------------------------------------- 1 | # Ambassador Emeritus 2 | 3 | For those who need to step down from a more active commitment to the CNCF Ambassador community. We thank all of our previous ambassadors for their commitment to the community and all the good work they have done. 4 | 5 | ## Benefits: 6 | 7 | You'll still be listed as an ambassador emeritus on the CNCF page and are entitled to attend Ambassador meetings, and remain in the current communication channels. However, you won't be able to claim any fiscal benefits provided part of the program. 8 | 9 | ## Emeritus Ambassadors 10 | 11 | * Gianluca Arbezzano 12 | * Jorge Castro, VMware 13 | * Julius Volz, PromLabs 14 | * Justin Garrison, Disney 15 | * Paris Pittman, Google 16 | * Paul Burt, HashiCorp 17 | * Jeffrey Sica, CNCF 18 | * Hunter Nield 19 | * Taylor Dolezal, CNCF 20 | * [David Flanagan](@rawkode) 21 | * Ricardo Katz, VMware 22 | * Ross Kukulinski, Kong 23 | -------------------------------------------------------------------------------- /1.0/KubeWeekly/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing Guidelines 2 | 3 | 1. Articles should be published within the last ~1 week. 4 | 2. Content does not have to be vendor neutral. Put on your community hat and ask - is the article of interest to the community? 5 | 3. Highlight open source news, not commercial announcements from a single company. 6 | 4. No gated content, unless in the webinar section. 7 | 5. Blog posts and videos are the preferred medium. 8 | -------------------------------------------------------------------------------- /1.0/KubeWeekly/README.md: -------------------------------------------------------------------------------- 1 | KubeWeekly guidelines moved to: 2 | https://github.com/cncf/foundation/blob/master/KubeWeekly.md 3 | -------------------------------------------------------------------------------- /1.0/README.md: -------------------------------------------------------------------------------- 1 | ## CNCF Ambassadors 2 | 3 | ![CNCF Ambassador](https://raw.githubusercontent.com/cncf/artwork/master/other/ambassador/horizontal/color/cncf-ambassador-horizontal-color.png) 4 | 5 | [Cloud Native Ambassadors](https://www.cncf.io/people/ambassadors/) (CNAs) are individuals who are passionate about [Cloud Native Computing Foundation](https://www.cncf.io/) technology and projects, recognized for their expertise, and willing to help others learn about the framework and community. 6 | 7 | Successful ambassadors are people such as bloggers, influencers, evangelists who are already engaged with a CNCF project in some way including contributing to forums, online groups, community events, etc. 8 | 9 | The Cloud Native Ambassador program exists to empower community members with tools and resources needed to: 10 | * Promote cloud native projects and technology 11 | * Educate a local community on the CNCF mission 12 | * Contribute to CNCF projects 13 | 14 | ### Requirements for becoming an official Cloud Native Ambassador: 15 | * Affiliated with a CNCF member OR is a contributor to a CNCF project. 16 | * Already engaged with the project in some way whether that’s as a contributor, blogger, speaker, etc. 17 | * Willing to either speak at community events OR write technical content such as blog posts. 18 | * Host a cloud native community group/meetup. See http://community.cncf.io for areas already covered. 19 | If you are interested in starting a new meetup group you should have a look our [best practices](https://github.com/cncf/communitygroups#best-practices). 20 | 21 | ### Expected Time Commitments 22 | * Give a talk, host a meetup or perform an activity that spreads the awareness of cloud native twice a year 23 | * Report back on your activities for our end-of-year survey and report 24 | 25 | ### Ambassador Benefits 26 | With the goal of Cloud Native technologies promotion around the globe, we are offering the following benefits for our Ambassadors: 27 | * Up to $150/month reimbursement for expenses, related to meetups organizing (exceptions are applicable and reviewed on per request basis). 28 | * Up to $100/month in AWS cloud credits for CNCF related demos and experiments. 29 | * _NOTE: This benefit is a subject for approval by AWS, see the program guidelines at [AWS Blog](https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/)_ 30 | * Annual [mixed decal sticker pack](https://store.cncf.io/collections/ambassador-packs/products/mixed-decal-pack) or sticker pack of your choice 31 | * Discounts to CNCF conferences. 32 | * Waived CNCF CKA/CKAD Exam Fees: https://www.cncf.io/certification/expert/ 33 | * Waived cost for any LF Training related course and certification: https://training.linuxfoundation.org/ 34 | * One-time gift certificate to purchase swag from [CNCF Store](https://store.cncf.io/) for the local meetup group. 35 | * Support with finding speakers for the meetups and local events. 36 | * Speaking opportunities at Cloud Native industry events (with the optional travel expenses reimbursement). 37 | * Blogging opportunities (including [CNCF blog](https://www.cncf.io/blog/), [Kubernetes blog](http://blog.kubernetes.io/), and other industry-leading editions). 38 | * Social media promotion support. 39 | * Help with graphic design for events (depending on design teams availability) 40 | 41 | ### Are you interested in becoming an official Cloud Native Ambassador? 42 | 43 | [Apply now!](https://www.cncf.io/people/ambassadors/application/) 44 | 45 | ### Code of Conduct 46 | 47 | CNCF Ambassador program follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). 48 | 49 | ### FAQ 50 | 51 | #### How often are ambassador applications reviewed? 52 | 53 | We review hundreds of applications each month, but can only accept a few new CNCF Ambassadors from the pool of highly-qualified individuals. 54 | We are currently prioritizing Ambassadors who organize Meetups around CNCF technologies in regions not already represented. 55 | 56 | #### Do I need to re-apply? 57 | 58 | No, once you formally apply you are part of the pool of applicants that get reviewed on a monthly basis. 59 | 60 | #### Will you email me with a status update of my application each month? 61 | 62 | No. We will only follow up if your application is accepted. 63 | 64 | #### I'd like to get in touch with the CNCF ambassador in a specific city/region. Where can I find who is a local ambassador? 65 | 66 | Here is [a map of the CNCF Ambassadors](https://drive.google.com/open?id=1fb0UPi8ijeexueBxcpGuvVlZ_8hJHXVQ&usp=sharing). 67 | 68 | NOTE: If you are an existing CNCF Ambassador and would like to adjust your location on the map, please contact the CNCF Staff. 69 | 70 | #### What if I want to step down or don't have the time to commit anymore? 71 | 72 | We have an [Emeritus](EMERITUS.md) program to address Ambassadors who'd like to step down from active engagement but still be invited to participate in calls and the community. If you decide to become more active again, emeritus ambassadors are always welcome to be reinstated as full CNCF Ambassadors. Please open up an issue in the repo to start the process. 73 | -------------------------------------------------------------------------------- /1.0/YouTube-Guidelines.md: -------------------------------------------------------------------------------- 1 | # Ambassador / Meetup YouTube Channel Guidelines # 2 | 3 | CNCF has created a branded sister YouTube channel for [CNCF Ambassador and Meetu]((https://www.youtube.com/channel/UCsCuH5QK0y4FT-DNayK1rIQ)) use titled CNCF Ambassador and Meetups. Ambassadors and Meetups can use this channel to upload video recordings of their community meetings. 4 | 5 | ## Code of Conduct ## 6 | 7 | All CNCF communications adhere to the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) and that includes this channel. 8 | 9 | ## Admins ## 10 | 11 | CNCF Staff are the channel owners. They can designate other community members as owners, managers, or communication manager. Email info@cncf.io to request a user role to the YouTube channel. 12 | 13 | ## Playlists ## 14 | The CNCF Ambassador and Meetups channe has separate playlists for Ambassadors as a whole and each Meetup separately. 15 | 16 | To better serve the community, [collaboration](https://support.google.com/youtube/answer/6109639) has been enabled to share the management of the playlists. Anyone with the appropriate link to the particular playlist can add videos to that particular playlist (links & playlists are one-to-one). 17 | 18 | One of the admins will need to create your playlist for you. When creating a playlist for a Meetup, they use the format: " Meetup", unless your meetup has an established "brand", in which case they will use " meetup". 19 | 20 | ## Adding Videos to the Ambassadors Channel ## 21 | 22 | There are two ways to add videos to the Ambassadors channel. 23 | 24 | If your meetup already has its own Youtube channel, the best method is Playlist Collaboration. This is where you upload the video to your channel, but then share the video to the appropriate playlist on the Ambassadors channel. 25 | 26 | If you do not already have your own channel, then you can upload to the Ambassadors video channel directly. You will require manager access to do this, so please ask for it. 27 | 28 | ## Uploading Guidelines for Collaborators ## 29 | 30 | Only content related to Ambassador or Meetup meetings can be uploaded to the YouTube channel. Content should be uploaded to the appropriate playlist. 31 | 32 | Do not remove any already-published content from the playlists without checking with the CNCF YouTube admins. 33 | 34 | By default, new videos are set with the following settings: 35 | * Standard Youtube License 36 | * Public video 37 | * Embedding allowed 38 | * Comments disabled 39 | * English language 40 | 41 | You may change these settings on individual videos if you like, except for comments; please do not enable them as the CNCF staff are not prepared to police them. Language should be changed to match the spoken language of the video. 42 | 43 | Please add a descriptive title, description, and date recorded for each video. 44 | 45 | -------------------------------------------------------------------------------- /1.0/meetings/minutes.md: -------------------------------------------------------------------------------- 1 | ### Meeting Minutes 2 | 3 | * [9/28/17](https://docs.google.com/presentation/d/14LkLi2kBatvvoaNxisquDQXddxDXX3sbI-6r8RrFFk8/edit) 4 | * [10/26/17](https://docs.google.com/presentation/d/1ZvbNyeGu2Vk7qfv0jqFSpWPwydK7qpcDx-biSL2WzrI/edit) 5 | * [12/4/17](https://docs.google.com/presentation/d/1fE-Ugrk6vO6ZFGQbtaX4gNDayEcki_khMmDCgLUIaiA/edit) 6 | -------------------------------------------------------------------------------- /1.0/meetups/Meetup_Best_Practices.md: -------------------------------------------------------------------------------- 1 | ## Meetup Best Practices 2 | 3 | Moved to [CNCF 4 | Meetups](https://github.com/cncf/meetups/). 5 | -------------------------------------------------------------------------------- /1.0/meetups/Meetup_Reimbursement_Policy.md: -------------------------------------------------------------------------------- 1 | **CNCF Ambassadors can be reimbursed for up to $150 per month for Meetup-related expenses, including food, beverages, and swag from the online store. Exceptions for higher amounts or special items are granted on a case-by-case basis (see below).** 2 | 3 | #### Reimbursement Instructions: 4 | 5 | - Please submit one invoice for any related expenses within a calendar month. 6 | - No rounding. 7 | - The totals should be in USD. 8 | - We require receipts for your expenses. 9 | - If you don’t already have expense report software, we recommend creating a free, single-person account in Expensify. You can then either forward your receipts by email to receipts@expensify.com or install the app and take pictures of your receipts (or both). 10 | - Please title the expense report in this format: Full Name - Description - Date (e.g., Clark Kent - Cloud Native Metropolis Meetup - 11/08/18) 11 | - Please include your physical mailing address and banking/wire details as a comment or an attached document in your expense report. Please do not send banking/wire details in the body of an email. 12 | - Expensify converts from any currency to dollars. 13 | - Each expense should include a comment (e.g., stickers from CNCF online store, pizza for August Meetup). 14 | - Please do *not* use the electronic submit feature from Expensify or similar. Instead, just download a PDF and email it. The email also gives you a receipt of your submission. 15 | - Please expense receipts after you have spent the money. 16 | - Email the expense report (which includes the receipts) to ambassador-support@cncf.io. 17 | - For Meetup food/beverage reimbursements, please include a link to that month’s Meetup page in your email. 18 | - If you are based in the US, please provide your mailing address or ACH info in the email. 19 | - If you are not based in the US, please include your wire info in the email. 20 | - We try to reimburse you in less than 2 weeks. 21 | 22 | #### **Exceptions** 23 | 24 | In some cases, you may need to spend in excess of $150 in one month on your meetup for CNCF-supported purposes, such as purchasing swag for a year, staffing a booth at a public conference, or hosting a special event for the broader CNCF community. For such expenses, please: 25 | 26 | 1. Submit a ticket via the [CNCF ServiceDesk](https://github.com/cncf/servicedesk) (or email ambassador-support@cncf.io as a fallback option) with a request for pre-approval of the expense well in advance of spending it. 27 | 2. Include information about the expected expense and an estimate of cost, and a justification as to why this supports CNCF’s mission. 28 | 3. Wait for approval before spending the funds. 29 | 4. If the funds are approved, submit an expense report using the above expense process. 30 | -------------------------------------------------------------------------------- /1.0/virtual-backgrounds/KubeCon_EU_2020_VirtualBackgrounds-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/ambassadors/b2c2a1966efd4fd29dd3b18bb79953383902597a/1.0/virtual-backgrounds/KubeCon_EU_2020_VirtualBackgrounds-01.jpg -------------------------------------------------------------------------------- /1.0/virtual-backgrounds/KubeCon_EU_2020_VirtualBackgrounds-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/ambassadors/b2c2a1966efd4fd29dd3b18bb79953383902597a/1.0/virtual-backgrounds/KubeCon_EU_2020_VirtualBackgrounds-02.jpg -------------------------------------------------------------------------------- /1.0/virtual-backgrounds/KubeCon_EU_2020_VirtualBackgrounds-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/ambassadors/b2c2a1966efd4fd29dd3b18bb79953383902597a/1.0/virtual-backgrounds/KubeCon_EU_2020_VirtualBackgrounds-06.jpg -------------------------------------------------------------------------------- /1.0/virtual-backgrounds/KubeCon_EU_2020_Virtual_Signage_ExhibitHall_DiamondHall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/ambassadors/b2c2a1966efd4fd29dd3b18bb79953383902597a/1.0/virtual-backgrounds/KubeCon_EU_2020_Virtual_Signage_ExhibitHall_DiamondHall.jpg -------------------------------------------------------------------------------- /1.0/virtual-backgrounds/KubeCon_EU_2020_Virtual_Signage_Keynote_Background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/ambassadors/b2c2a1966efd4fd29dd3b18bb79953383902597a/1.0/virtual-backgrounds/KubeCon_EU_2020_Virtual_Signage_Keynote_Background.jpg -------------------------------------------------------------------------------- /1.0/virtual-backgrounds/KubeCon_EU_2020_Virtual_Signage_Lobby_Background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/ambassadors/b2c2a1966efd4fd29dd3b18bb79953383902597a/1.0/virtual-backgrounds/KubeCon_EU_2020_Virtual_Signage_Lobby_Background.jpg -------------------------------------------------------------------------------- /1.0/virtual-backgrounds/README.md: -------------------------------------------------------------------------------- 1 | ## KubeCon + CloudNativeCon Virtual Backgrounds 2 | 3 | We've created virtual backgrounds for KubeCon + CloudNativeCon EU! 4 | -------------------------------------------------------------------------------- /2.0/Calendar.md: -------------------------------------------------------------------------------- 1 | https://www.cncf.io/people/ambassadors/calendar/ 2 | 3 | 4 | [Submit an Event](https://tockify.com/tkf2/submitEvent/fe58cba8fa414e9895dcbdef2f47f7c1) 5 | -------------------------------------------------------------------------------- /2.0/Monthly Meetings/2023-03.md: -------------------------------------------------------------------------------- 1 | [March Presentation](https://docs.google.com/presentation/d/1JfLooZJ4SYTo5UtTe7b7pabyjTbCmT8jJJym7Jj6Z_Y/edit#slide=id.p) 2 | 3 | [Recording 8:00am PDT](https://drive.google.com/file/d/1Hh5bV6zasj2figDI0duUFxsaZSUQTam5/view) 4 | 5 | [Recording 8:00pm PDT](https://drive.google.com/file/d/1GS2X8bus7-uWlhWwtr6GPxGCa69EHweC/view) 6 | 7 | -------------------------------------------------------------------------------- /2.0/Monthly Meetings/2023-06.md: -------------------------------------------------------------------------------- 1 | [June Presentation](https://docs.google.com/presentation/d/1uuDHePhzj2WbAgrD42kSP3AsF0qsm1FvDvkSaJwyF4w/edit) 2 | 3 | [Recording 7:00am PDT](https://drive.google.com/file/d/1-EoM9G3aMOB5xF6pwWCLCqCaz2MTYaUh/view?t=11s) 4 | -------------------------------------------------------------------------------- /2.0/Monthly Meetings/2023-07.md: -------------------------------------------------------------------------------- 1 | [July Presentation](https://docs.google.com/presentation/d/1hGTvzjNOjTCV8KnlK0OBq_p93e9y7-jO6_fhtdT0GDY/edit) 2 | 3 | [Recording 7:00am PDT](https://drive.google.com/file/d/1nZZ1oDZZTXtE14p4jfjLyEEa_BGSTGNJ/view) 4 | 5 | [Recording 7:00pm PDT](https://drive.google.com/file/d/1WNXhKXthnhPXsXGHpte5hYfPGA5rCUBN/view) 6 | 7 | -------------------------------------------------------------------------------- /2.0/Monthly Meetings/2023-08.md: -------------------------------------------------------------------------------- 1 | [August Presentation](https://docs.google.com/presentation/d/10bgAVKMky9Rar2CupWZICMoho6ZcbQMKjHsCA8Yw29k/edit) 2 | 3 | [Recording 7:00AM PDT](https://drive.google.com/file/d/1fRHG6A9_ujpGAxGC5xqlNZNRqsC_sHwB/view) 4 | 5 | [Recording 7:00PM PDT](https://drive.google.com/file/d/1pXrhlH0UA6buIR8GMkwmdMckUNQRnOeb/view) 6 | -------------------------------------------------------------------------------- /2.0/Monthly Meetings/2023-09.md: -------------------------------------------------------------------------------- 1 | [September Presentation](https://docs.google.com/presentation/d/1xF48nE3y-y1BGL6GfTuKzQLefEjDaWj3BvRSuq5fTgc/edit) 2 | 3 | [Recording 7:00AM PDT](https://drive.google.com/open?id=1WS5Ef9Dw45023uJkvPvoQKHuZe6ZB19s&authuser=0) 4 | 5 | [Recording 7:00PM PDT](https://drive.google.com/file/d/1GPhIBAkRlo7Vbb9VPqDwG5UuhFn3JkwL/view) 6 | -------------------------------------------------------------------------------- /2.0/Monthly Meetings/2023-10.md: -------------------------------------------------------------------------------- 1 | [October Presentation](https://docs.google.com/presentation/d/1J4JQxtvb3VrULf2yOgjrpjzBjrWfKd4SjBIT2_w2jVE/edit#slide=id.p) 2 | 3 | [Recording 7:00PM PDT](https://drive.google.com/file/d/17U6c2BDs8h-hWKsWVuva9P9DfjBQqQGg/view) 4 | 5 | [Recording 7:00PM PDT](https://drive.google.com/file/d/1hmmmAnkXvGI4_ee9VgXIc65870q7PLqt/view) 6 | -------------------------------------------------------------------------------- /2.0/Monthly Meetings/2023-12.md: -------------------------------------------------------------------------------- 1 | [December Presentation](https://docs.google.com/presentation/d/12_lwZnw3umCmHHmcwgbjntDEpt4UzKH-V9kSzWrEP9U/edit) 2 | 3 | [Recording 7:00PM PDT] 4 | 5 | [Recording 7:00PM PDT] 6 | -------------------------------------------------------------------------------- /2.0/Newsletter/2023-11-12.md: -------------------------------------------------------------------------------- 1 | Week of November 13, 2023 2 | 3 | ## Upcoming CFP 4 | 5 | - [KCD Spain 2023](https://kcd.smapply.io/prog/kcd_spain_2023/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) - November 17 6 | - [KCD Kerala 2024](https://kcd.smapply.io/prog/kcd_kerala_2024_cfp/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) - November 18 7 | - [KubeCon + CloudNativeCon EU](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/program/cfp/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD#submit-your-talk) - November 26 8 | - [Co-located Events @ KubeCon + CloudNativeCon EU](https://sessionize.com/kccnc-eu-co-located-24?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) - December 3 9 | - [KCD São Paulo 2024](https://sessionize.com/kccnc-eu-co-located-24?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD)- December 3 10 | - [KCD Costa Rica](https://sessionize.com/kubernetes-community-day-costa-rica-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) - January 31 11 | - [KCD Romania](https://sessionize.com/kcd-romania-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) - January 31 12 | 13 | 14 | ## Requesting Reimbursements 15 | CNCF Ambassadors can be reimbursed for up to $150 per month for Meetup-related expenses as long as the Ambassador is using and hosting events on Community.cncf.io. 16 | 17 | A new process has been implemented, be sure to review the GitHub for the updated instructions. 18 | 19 | [Review Instructions](https://github.com/cncf/ambassadors/blob/main/2.0/Reimbursements_Meetup.md?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) 20 | 21 | ## Monthly Check-Ins 22 | We want to hear from you on a monthly basis so we can better support the amazing contributions you are doing for the community. 23 | 24 | Starting December will be using Asana for all monthly check-ins. 25 | 26 | Check-ins are due the 5th of every month for the previous month. 27 | 28 | [Submit Check-In](https://form.asana.com/?k=5ppHO7iTxPS014O13BcdhQ&d=9283783873717&utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) 29 | 30 | 31 | ## Ambassador Highlights 32 | Check out what your other ambassadors did for the month of October! 33 | 34 | [October Highlights](https://docs.google.com/spreadsheets/u/1/d/1z7gf0YwrO-wN-eByHETeEhJAA1ZVVxB4Uaff8RQMh94/edit?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD#gid=918073248) 35 | 36 | 37 | ## Calendar 38 | Stay in the loop! Our ambassador calendar keeps you ahead, highlighting key dates and events you won't want to miss. 39 | 40 | We've introduced a new format designed to streamline how upcoming events are showcased for ambassadors. Now, submitting an event to be featured on the calendar is easier than ever! 41 | 42 | [View Now](https://www.cncf.io/people/ambassadors/calendar/) 43 | 44 | 45 | ## Training + Certifications 46 | Our training + certification program is your gateway to professional growth and advancement. Fill out the form to receive a code for your free training. 47 | 48 | [Request Now](https://form.asana.com/?k=MZvmiaLn7drvruAwUMatdg&d=9283783873717&utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-9I7ZqPwRb_ILvegYZIpJp04lxK_uxBoOHIUb_56mcs-NtPAlf-vEnObHIAqPDS2u_tInaD) 49 | 50 | 51 | Have questions? Or want to contribute to the next email? Please email [ambassador-support@cncf.io](ambassador-support@cncf.io) 52 | 53 | 54 | -------------------------------------------------------------------------------- /2.0/Newsletter/2023-11-19.md: -------------------------------------------------------------------------------- 1 | Week of November 19, 2023 2 | 3 | ## Upcoming CFP 4 | 5 | - [KubeCon + CloudNativeCon EU](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/program/cfp/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y#submit-your-talk) - November 26 6 | - [Co-located Events @ KubeCon + CloudNativeCon EU](https://sessionize.com/kccnc-eu-co-located-24?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - December 3 7 | - [KCD São Paulo 2024](https://sessionize.com/kccnc-eu-co-located-24?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y)- December 3 8 | - [Dapr Day](https://sessionize.com/Dapr-Day-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 3 9 | - [KCD Mexico 2024](https://sessionize.com/ccoss-kcdgdl-2024/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 9 10 | - [KCD Costa Rica 2024](https://sessionize.com/ccoss-kcdgdl-2024/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 31 11 | - [KCD Romania 2024](https://sessionize.com/kcd-romania-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 31 12 | 13 | 14 | ## Event Discounts 15 | 16 | For Ambassadors Only 17 | - [KubeDay India](https://events.linuxfoundation.org/kubeday-india/register/) (50% off) - KDI23CNCFAMB 18 | - [KubeDay Singapore](https://events.linuxfoundation.org/kubeday-singapore/register/) (50% off) - KDS23CNCFAMB 19 | - [AI.Dev NA](https://events.linuxfoundation.org/ai-dev-north-america/register/) (20% off) - 23CS20 20 | - [OSS Japan](https://events.linuxfoundation.org/open-source-summit-japan/reg/register/) (20% off) - 20OSSJPN22 21 | - [KubeCon + CloudNativeCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/) (75% off) - KCEU24AMBS 22 | 23 | To Share 24 | - [KubeCon + CloudNativeCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/) (15% off): KCEU24CNCFGMEET 25 | 26 | 27 | ## CNCF Ambassador Swag 28 | Get exclusive swag to show off your ambassadorship. You can visit the hidden ambassador using the below information: 29 | 30 | [https://store.cncf.io/collections/ambassadors](https://store.cncf.io/collections/ambassadors) 31 | 32 | Password: CloudAmbassador 33 | 34 | Note that quantities are currently low due to items returning from KubeCon + CloudNativeCon NA. Check back around the beginning of December to see what is available. 35 | 36 | [Visit Now](https://store.cncf.io/collections/ambassadors?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) 37 | 38 | 39 | ## Calendar 40 | Stay in the loop! Our ambassador calendar keeps you ahead, highlighting key dates and events you won't want to miss. 41 | 42 | We've introduced a new format designed to streamline how upcoming events are showcased for ambassadors. Now, submitting an event to be featured on the calendar is easier than ever! 43 | 44 | [View Now](https://www.cncf.io/people/ambassadors/calendar/) 45 | 46 | 47 | Have questions? Or want to contribute to the next email? Please email [ambassador-support@cncf.io](ambassador-support@cncf.io) 48 | -------------------------------------------------------------------------------- /2.0/Newsletter/2023-11-26.md: -------------------------------------------------------------------------------- 1 | Week of November 26, 2023 2 | 3 | ## Upcoming CFP 4 | - [Co-located Events @ KubeCon + CloudNativeCon EU](https://sessionize.com/kccnc-eu-co-located-24?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - December 3 5 | - [KCD São Paulo 2024](https://sessionize.com/kccnc-eu-co-located-24?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y)- December 3 6 | - [FOSDEM](https://fosdem.org/2024/news/2023-11-08-devrooms-announced/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB) - December 4 7 | - [CD DevRoom @ FOSDEM](https://cd.foundation/blog/2023/11/16/fosdem-2024-testing-and-cd-dev-room/?hss_channel=tw-1093255184044634112&utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB) - December 10 8 | - [Dapr Day](https://sessionize.com/Dapr-Day-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 3 9 | - [KCD Mexico 2024](https://sessionize.com/ccoss-kcdgdl-2024/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 9 10 | - [OSS NA](https://events.linuxfoundation.org/open-source-summit-north-america/program/cfp/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB#overview) - January 14 11 | - [ONE Summit](https://events.linuxfoundation.org/one-summit-north-america/program/cfp/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB#overview) - January 16 12 | - [KCD Costa Rica 2024](https://sessionize.com/ccoss-kcdgdl-2024/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 31 13 | - [KCD Romania 2024](https://sessionize.com/kcd-romania-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 31 14 | 15 | 16 | ## Event Discounts 17 | 18 | For Ambassadors Only 19 | - [KubeDay India](https://events.linuxfoundation.org/kubeday-india/register/) (50% off): KDI23CNCFAMB 20 | - [KubeDay Singapore](https://events.linuxfoundation.org/kubeday-singapore/register/) (50% off): KDS23CNCFAMB 21 | - [AI.Dev NA](https://events.linuxfoundation.org/ai-dev-north-america/register/) (20% off): 23CS20 22 | - [OSS Japan](https://events.linuxfoundation.org/open-source-summit-japan/reg/register/)(20% off): 20OSSJPN22 23 | - [KubeCon + CloudNativeCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/) (75% off): KCEU24AMBS 24 | 25 | To Share 26 | - [KubeCon + CloudNativeCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/) (15% off): KCEU24CNCFGMEET 27 | - [KubeDay India](https://events.linuxfoundation.org/kubeday-india/register/) (15% off): KDI23AMBCOMM 28 | - [KubeDay Singapore](https://events.linuxfoundation.org/kubeday-singapore/register/) (15% off): KDS23AMBCOMM 29 | 30 | 31 | ## Ambassador Breakfast 32 | Join us for an ambassador breakfast to kick off KubeDay India! We want to meet you in person, catch up, and then head to the Keynotes together. 33 | 34 | - Time: 7:30am - 9:00am 35 | - Location: Heliconia 1 36 | 37 | 38 | ## Ambassador Mid-Year Survey Results 39 | Hot off the press! Ambassador survey results are in! Check out what our H1 ambassadors had to say about the ambassador program. 40 | 41 | [View Results](https://github.com/cncf/ambassadors/blob/main/2.0/surveys/CNCF_Ambassador_MidYear_Survey_2023.pdf?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB) 42 | 43 | ## Lightning Round - Security Slam 44 | Following the impact of the 2023 Cloud Native Security Slam, the Kubernetes maintainers have scheduled a one-day special event to allow new Kubernetes contributors an easy path to helping commit critical security improvements to Kubernetes. 45 | 46 | Whether you are joining for one day or would like to become a recurring contributor, this is a perfect opportunity to learn more about what goes on behind the scenes to make Kubernetes the global digital superpower it has become. 47 | 48 | [View Details](https://community.cncf.io/events/details/cncf-cloud-native-security-slam-presents-2023-security-slam-kubernetes-lightning-round/) 49 | 50 | 51 | ## GitHub Repo Updates 52 | You asked for it and we heard you! Our GitHub repository just got a major facelift. Find information on past meetings, weekly emails, and more. 53 | 54 | This is a work in progress, and I welcome any and all feedback on additional resources that should be added to the repo to make your ambassador journey a success! 55 | 56 | [Check Out GitHub](https://github.com/cncf/ambassadors/tree/main/2.0?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB) 57 | 58 | ## LFX Mentorship - Term 01 2024 (March-May) 59 | CNCF LFX Mentorship Term 3 just ended; we look forward to Mentorship Term 1 next year! 60 | 61 | We'll be doing a Call for Projects early in January, and mentees can start applying later in the month. We're looking forward to seeing what we can build together next year! 62 | 63 | [Learn More](https://github.com/cncf/mentoring/tree/main/programs/lfx-mentorship/2024/01-Mar-May?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB) 64 | 65 | 66 | ## Monthly Check-Ins 67 | We want to hear from you on a monthly basis so we can better support the fantastic contributions you are making to the community. 68 | 69 | Check-ins for the previous month are due on the 5th of every month. 70 | 71 | [Submit Now](https://form.asana.com/?k=5ppHO7iTxPS014O13BcdhQ&d=9283783873717&utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB) 72 | 73 | [Check Survey Status](https://docs.google.com/spreadsheets/d/1z7gf0YwrO-wN-eByHETeEhJAA1ZVVxB4Uaff8RQMh94/edit?_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB#gid=1268024239) 74 | 75 | 76 | Have questions? Or want to contribute to the next email? Please email [ambassador-support@cncf.io](ambassador-support@cncf.io) 77 | -------------------------------------------------------------------------------- /2.0/Newsletter/2023-12-10.md: -------------------------------------------------------------------------------- 1 | Week of December 10, 2023 2 | 3 | ## Upcoming CFP 4 | - [Dapr Day](https://sessionize.com/Dapr-Day-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 3 5 | - [KCD Mexico 2024](https://sessionize.com/ccoss-kcdgdl-2024/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 9 6 | - [OSS NA](https://events.linuxfoundation.org/open-source-summit-north-america/program/cfp/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB#overview) - January 14 7 | - [ONE Summit](https://events.linuxfoundation.org/one-summit-north-america/program/cfp/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LbsoUUVUAg6x8zwxlciDerbu1h26uHxNIWALDvStA6BgrglGk3jxtP1xlevXJH5MwHUCB#overview) - January 16 8 | - [KCD Costa Rica 2024](https://sessionize.com/ccoss-kcdgdl-2024/?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 31 9 | - [KCD Romania 2024](https://sessionize.com/kcd-romania-2024?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz--LNAhXpaTzZYwgPpDSjiCDcUA_g6-21OdzsaEozQyvNFMmANm6Cdep6eZm1bAIYsYcES2Y) - January 31 10 | 11 | 12 | 13 | 14 | ## Event Discounts 15 | 16 | For Ambassadors Only 17 | - [KubeCon + CloudNativeCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/) (75% off): KCEU24AMBS 18 | 19 | To Share 20 | - [KubeCon + CloudNativeCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/) (15% off): KCEU24CNCFGMEET 21 | 22 | 23 | ## Ambassador Monthly Meeting 24 | Our Next Ambassador Meeting is Around the Corner! Mark your calendars for our upcoming ambassador meeting! 25 | 26 | December 14, 2023: 27 | - [Meeting 1 (for Australia, China, India, Japan, New Zealand, Taiwan)](https://tockify.com/cncfamb/detail/21/1702522800000?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-8vR9DlcflXo8yO7ciFBWWfGY0f1SwTM11MLQCziHsCDq90Ss4HTfokN4HLS2s7qDoM49DY) 28 | - [Meeting 2 (for North America, Central America, South America, Africa, Europe)](https://tockify.com/cncfamb/detail/22/1702566000000?utm_source=hs_email&utm_medium=email&_hsenc=p2ANqtz-8vR9DlcflXo8yO7ciFBWWfGY0f1SwTM11MLQCziHsCDq90Ss4HTfokN4HLS2s7qDoM49DY) 29 | 30 | 31 | ## Lightning Round - Security Slam 32 | Following the impact of the 2023 Cloud Native Security Slam, the Kubernetes maintainers have scheduled a one-day special event to allow new Kubernetes contributors an easy path to helping commit critical security improvements to Kubernetes. 33 | 34 | Whether you are joining for one day or would like to become a recurring contributor, this is a perfect opportunity to learn more about what goes on behind the scenes to make Kubernetes the global digital superpower it has become. 35 | 36 | [View Details](https://community.cncf.io/events/details/cncf-cloud-native-security-slam-presents-2023-security-slam-kubernetes-lightning-round/) 37 | 38 | 39 | Have questions? Or want to contribute to the next email? Please email [ambassador-support@cncf.io](ambassador-support@cncf.io) 40 | -------------------------------------------------------------------------------- /2.0/Newsletter/2023-12-17.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2.0/Profile.md: -------------------------------------------------------------------------------- 1 | If you need to update your [Ambassador](https://www.cncf.io/people/ambassadors/) profile, please follow the below instructions by submitting a PR for approval. After a PR is merged, the CNCF site will reflect the update within 10 min. 2 | 3 | For more information go to [CNCF People](https://github.com/cncf/people/blob/main/README.md). 4 | 5 | ## Listing Format 6 | 7 | The [people.json file](https://github.com/cncf/people/blob/main/people.json) lists all people in alphabetical order by name. Add new entries in the right place in the list. Not all fields are used by each listing. This is the format: 8 | 9 | ```json 10 | { 11 | "name":"Full name of person", 12 | "bio":"Full bio of person. Use html markup when needed.", 13 | "company":"Company and/or title", 14 | "pronouns":"Personal pronouns", 15 | "location":"A Google Maps readable name of city, state, country", 16 | "linkedin":"LinkedIn url", 17 | "twitter":"Twitter url", 18 | "github":"GitHub url", 19 | "wechat":"Wechat url", 20 | "website":"Personal website", 21 | "youtube":"YouTube url", 22 | "priority":Value to differentiate between other entries in an ordered list; omit this entry in most cases, 23 | "languages":[Array of languages spoken], 24 | "projects":[Array of CNCF projects of expertise], 25 | "category":[Array of categories the person belongs to], 26 | "email": "person!example.com", 27 | "slack_id": "U123ABC456", 28 | "image":"Image filename from the /images/ directory" 29 | } 30 | ``` 31 | 32 | Project names must exactly match [the landscape listing](https://landscape.cncf.io/card-mode?project=hosted). Category names must exactly match the list above. 33 | 34 | And here is an example entry: 35 | 36 | ```json 37 | { 38 | "name":"Johnny Appleseed", 39 | "bio":"John Chapman (September 26, 1774 – March 18, 1845), better known as Johnny Appleseed, was an American pioneer nurseryman who introduced apple trees to large parts of Pennsylvania, Ohio, Indiana, Illinois and Ontario, as well as the northern counties of present-day West Virginia.", 40 | "company":"Apples R Us", 41 | "pronouns":"he/him", 42 | "location":"Portland, Maine, United States", 43 | "linkedin":"https://www.linkedin.com/in/johnny-appleseed/", 44 | "twitter":"https://twitter.com/jappleseed", 45 | "github":"https://github.com/jappleseed", 46 | "wechat":"https://web.wechat.com/jappleseed", 47 | "website":"https://jappleseed.com", 48 | "youtube":"https://www.youtube.com/c/jappleseed", 49 | "priority":10, 50 | "languages":["Spanish","English"], 51 | "projects":["prometheus","kubernetes","envoy"], 52 | "category":["Ambassadors"], 53 | "email": "johnny!example.com", 54 | "slack_id": "U123ABC456", 55 | "image":"jappleseed.jpg" 56 | } 57 | ``` 58 | 59 | ## Images 60 | 61 | Upload your headshot image to the [/images/](https://github.com/cncf/people/tree/main/images) directory with a filename made up of your name. Images should be at least 500x500px, 72dpi, and should be in JPG format with file size less than 100kB. 62 | 63 | ## Team Management 64 | 65 | Also within this repo is a YAML file used by our [automation tooling](https://github.com/electron/sheriff) to help us manage access to resources for teams. This tooling takes advantage of data in [people.json](https://github.com/cncf/people/blob/main/people.json) such as the `email` and `slack_id` fields. This will allow us to add maintainers to different properties only using their GitHub handle. 66 | 67 | - To find your Slack ID for the CNCF slack, please follow this [handy guide](https://moshfeu.medium.com/how-to-find-my-member-id-in-slack-workspace-d4bba942e38c) 68 | 69 | - When adding your email, please follow the same format used within [devstats](https://github.com/cncf/devstats): 70 | 71 | ```shell 72 | email!address.xyz 73 | ``` 74 | -------------------------------------------------------------------------------- /2.0/ReadMe.md: -------------------------------------------------------------------------------- 1 | CNCF Ambassador 2 | 3 | # CNCF Ambassador Program 4 | [CNCF Ambassadors](https://www.cncf.io/people/ambassadors/) 5 | 6 | Cloud Native Ambassadors (CNAs) are credible advocates for the cloud native ecosystem, driven by their passion for CNCF technologies and projects, as well as furthering the mission of open source. 7 | 8 | Ambassadors are an extension of CNCF, furthering the mission of “making cloud native ubiquitous” through community leadership and mentorship. 9 | 10 | # Responsibilities 11 | - The Cloud Native Ambassador program will empower an exclusive group of community leaders with support, training, mentorship, guidance, and rewards to Engage and enable our community through stimulating events, content, and mentoring 12 | - Improve the experience and reduce friction for community members 13 | - Foster strong community collaboration and relationships 14 | - Attract and onboard new community members 15 | - Provide valuable input and feedback to the CNCF about community programs and initiatives 16 | - Promote cloud native technologies and CNCF projects globally 17 | 18 | # Expectations: 19 | - Be a leader in the CNCF Community 20 | - Be active in the CNCF Community 21 | - [Monthly Check-In](https://form.asana.com/?k=5ppHO7iTxPS014O13BcdhQ&d=9283783873717) 22 | - 90 days of inactivity (call with program lead) 23 | - 180 days of inactivity (dismissal from program) 24 | - If you know you are going to be inactive or need to put your ambassadorship on pause, please let us know 25 | - Promote the CNCF Community 26 | - Adhere to the [Standard of Excellence](https://www.cncf.io/people/ambassadors/program-standards/) 27 | 28 | # Ambassador Benefits 29 | - Up to $150/month [reimbursement](https://github.com/cncf/ambassadors/blob/main/2.0/Reimbursements_Meetup.md) for expenses, related to meetups organizing (exceptions are applicable and reviewed on per request basis). 30 | - Annual mixed decal sticker pack 31 | - Discounts to CNCF conferences 32 | - Waived cost for CNCF CKA/CKAD Exam Fees or LF Training related course 33 | - (https://form.asana.com/?k=MZvmiaLn7drvruAwUMatdg&d=9283783873717) 34 | - One-time gift certificate to purchase swag from CNCF Store 35 | - Support with finding speakers for the meetups and local events 36 | - Speaking opportunities at Cloud Native industry events 37 | - Blogging opportunities (including CNCF blog, Kubernetes blog, and other industry-leading editions). 38 | - Social media promotion support 39 | 40 | # Code of Conduct 41 | CNCF Ambassador program follows the [CNCF Code of Conduct](https://www.cncf.io/conduct/) and Adhere to the [Standard of Excellence](https://www.cncf.io/people/ambassadors/program-standards/). 42 | -------------------------------------------------------------------------------- /2.0/Reimbursements_Meetup.md: -------------------------------------------------------------------------------- 1 | **CNCF Ambassadors can be reimbursed for up to $150 per month for Meetup-related expenses as long as the Ambassador is using and hosting events on [community.cncf.io](https://community.cncf.io/), including food, beverages, and swag from the online store. Exceptions for higher amounts or special items are granted on a case-by-case basis (see below).** 2 | 3 | #### Reimbursement Instructions: 4 | 1. Create an account in the recommended expense report software [expensify.com](https://expensify.com) (if you already have a expense report software you can use that software if you prefer) 5 | 2. Create a report through expensify.com and attach receipts to the full report. Export as a PDF 6 | - For Meetup food/beverage reimbursements, please include a link to that month’s CNCG. 7 | - Please expense receipts after you have spent the money. 8 | - Please submit one invoice for any related expenses within a calendar month. 9 | - No rounding. 10 | - The totals of report should be in USD by default it's in local currency [check here how to modify currency for reports in Expensify](https://help.expensify.com/articles/expensify-classic/workspaces/Currency#:~:text=Report%20Output%20Currency-,On%20an%20individual%20workspace,-Sign%20into%20your) 11 | - We require receipts for your expenses. 12 | - Please title the expense report in this format: Full Name - Description - Date (e.g., Clark Kent - Cloud Native Metropolis Meetup - 11/08/18) 13 | - Please include your physical mailing address and banking/wire details as a comment or an attached document in your expense report. Please do not send banking/wire details in the body of any email. 14 | - Expensify converts from any currency to dollars. 15 | - Please do *not* use the electronic submit feature from Expensify or similar. Instead, just download a PDF and submit it through the form. The form also gives you a receipt of your submission. 16 | - Each expense should include a comment (e.g., stickers from CNCF online store, pizza for August Meetup). 17 | 3. Submit the pdf of the expense report and receipts to [reimbursement form](https://form.asana.com/?k=WR7_2yuz0tfjQ2gWkbtVyw&d=9283783873717) 18 | 4. If this is your first time submitting a expense report please include the [wire transfer form](https://drive.google.com/file/d/10ynF4lYoEdGEj7y2_tvsVQeGsSZjN_pZ/view?usp=sharing) 19 | 20 | #### **What Can You Expense** 21 | - Food & Beverage 22 | - Venue 23 | - Swag 24 | - Equipment specific for meetup 25 | - Transportation (taxi, parking, etc.) 26 | - You can combine monthly reimbursements, such as if you host on a quarterly basis and haven't submitted an expense for January or February and the event is in March. You can submit up to $450 USD in this case. We will not allow a meetup to exceed 3 months of combined reimbursements. 27 | 28 | #### **Exceptions** 29 | 30 | In some cases, you may need to spend in excess of $150 in one month or $450 for three months on your meetup for CNCF-supported purposes, such as purchasing swag for a year, staffing a booth at a public conference, or hosting a special event for the broader CNCF community. For such expenses, please: 31 | 32 | 1. Email ambassador-support@cncf.io with a request for pre-approval of the expense well in advance of spending it. 33 | 2. Include information about the expected expense and an estimate of cost, and a justification as to why this supports CNCF’s mission. 34 | 3. Wait for approval before spending the funds. 35 | 4. If the funds are approved, submit an expense report using the above expense process. 36 | 37 | 38 | 39 | We try to reimburse you in less than 2 weeks. If you have any questions, please reach out to [ambassador-support@cncf.io](ambassador-support@cncf.io). 40 | -------------------------------------------------------------------------------- /2.0/monthly-check-in.md: -------------------------------------------------------------------------------- 1 | Completing the monthly survey is essential for a few reasons. Firstly, it enables me to recognize and showcase your valuable contributions through Twitter shoutouts and other avenues throughout the year. 2 | Additionally, it helps me keep track of your current activities and ensures I can provide any necessary support if you need assistance. 3 | 4 | If you anticipate being temporarily inactive for any reason, please let me know, and I can note your ambassadorship as "on hold" accordingly. 5 | 6 | Please remember that consistent engagement in the ambassador program is vital. 7 | If I receive three consecutive "N/A" responses or fail to receive any communication from you, we will need to schedule a discussion about your continued involvement in the program. 8 | However, I am confident that we can work together to ensure your ongoing success as an ambassador. 9 | 10 | If you have any questions, or concerns or need any assistance, please don't hesitate to reach out. 11 | Your dedication and contributions are highly valued, and I'm here to support you in any way I can. 12 | 13 | 14 | [submit your monthly check-in](https://form.asana.com/?k=5ppHO7iTxPS014O13BcdhQ&d=9283783873717) by the 5th of the following month 15 | 16 | [Review if you have submitted or what your peers have accomplished](https://docs.google.com/spreadsheets/d/1z7gf0YwrO-wN-eByHETeEhJAA1ZVVxB4Uaff8RQMh94/edit#gid=1268024239) 17 | -------------------------------------------------------------------------------- /2.0/surveys/CNCF_Ambassador_MidYear_Survey_2023.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/ambassadors/b2c2a1966efd4fd29dd3b18bb79953383902597a/2.0/surveys/CNCF_Ambassador_MidYear_Survey_2023.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cloud Native Ambassadors (CNA) 2 | 3 | CNCF Ambassador 4 | 5 | [Cloud Native Ambassadors](https://www.cncf.io/people/ambassadors/) (CNAs) are individuals who are passionate about [Cloud Native Computing Foundation](https://www.cncf.io/) technology and projects, recognized for their expertise, and willing to help others learn about the framework and community. 6 | 7 | Applications for Cloud Native Ambassadors are available at [https://www.cncf.io/people/ambassadors](https://www.cncf.io/people/ambassadors). 8 | --------------------------------------------------------------------------------