forked from cncf/people
-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.json
4692 lines (4692 loc) · 244 KB
/
people.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"name":"Abubakar Siddiq Ango",
"bio":"<p>Abubakar Siddiq Ango is a Developer Evangelism Program Manager at GitLab, where he finds better ways for the Developer Evangelism team to engage with the community and measure its impact. He is a Certified Kubernetes Security Specialist and when not working, he engages with the community through the CNCF, Google Developer & Hashicorp user groups and other developer communities. He is also a Google Developer Expert for Cloud. </p>",
"company":"GitLab",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/abubakarango/",
"twitter":"https://www.twitter.com/sarki247",
"github":"",
"wechat":"",
"website":"https://abuango.me",
"location":"Den Haag, Netherlands",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2021/05/WV20190330-03822US_Visum_digitaal_formaat.jpeg"
},
{
"name":"Alena Prokharchyk",
"bio":"<p>Alena is a software engineer at Apple, working on cloud infrastructure services. Prior to joining Apple, Alena was one of the founding engineers at Rancher Labs. She also served as CNCF TOC in 2020-2022.</p>",
"company":"Apple",
"pronouns":"She/Her",
"linkedin":"https://www.linkedin.com/in/alena-prokharchyk-a7b28213/",
"twitter":"https://twitter.com/Lemonjet",
"github":"https://github.com/alena1108",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/image-1-1.jpg"
},
{
"name":"Alessandro Vozza",
"bio":"<p>Alessandro is a Technical Evangelist at Microsoft based in Amsterdam, and very passionate about open source communities, DevOps and Kubernetes.</p>",
"company":"Microsoft",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/alessandrovozza",
"twitter":"https://twitter.com/bongo",
"github":"https://github.com/ams0/",
"wechat":"",
"location":"Amsterdam, Netherlands",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2018/05/U42hmf8H_400x400.jpg"
},
{
"name":"Alex Chircop",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/alexchircop/",
"twitter":"https://twitter.com/chira001",
"github":"https://github.com/chira001",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/Alex-Final-1.jpg"
},
{
"name":"Alex Ellis",
"bio":"Alex leads the OpenFaaS project and community. Through his consultancy, he also helps companies reach developers and adopt Cloud Native technologies. Alex loves OSS, speaking, writing, coaching and engineering.",
"company":"OpenFaaS",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/alexellisuk/",
"twitter":"https://twitter.com/alexellisuk/",
"github":"https://github.com/alexellis/",
"wechat":"",
"website":"",
"youtube":"https://www.youtube.com/channel/UCJsK5Zbq0dyFZUBtMTHzxjQ",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2019/06/1559388508730.jpg"
},
{
"name":"Alison Dowdney",
"bio":"Alison is a Cloud Enthusiast and Kubernetes Contributor who is passionate about Cloud Native Technologies. She is known for being a CNCF Ambassador, and Co-chair of Kubernetes SIG Contributor Experience.",
"company":"Independent",
"pronouns":"She/Her/They/Them",
"linkedin":"https://nz.linkedin.com/in/alisondowdney",
"twitter":"https://twitter.com/alisondowdney",
"github":"https://github.com/alisondy/",
"wechat":"",
"website":"https://alisondowdney.com",
"youtube":"https://www.youtube.com/channel/UCih8xvraHqx0cm51Zxv64ug",
"priority":"",
"category":[
"Ambassadors"
],
"image":"alison-dowdney.jpg"
},
{
"name":"Allen Sun",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/hongliang-sun-b079735a/",
"twitter":"https://twitter.com/shlallen",
"github":"https://github.com/allencloud",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2018/08/LT8f_Z5X_400x400.jpg"
},
{
"name":"Amy Benson",
"bio":"Amy has been a Senior Event Manager for The Linux Foundation since 2015, working with various Foundation Collaborative Projects. Since 2016, she has managed and executed numerous aspects of CNCF's KubeCon + CloudNativeCon events, including venue selection and oversight, creative development of graphics, and audiovisual logistics.\n\nAmy has over 10 years of experience producing and managing conferences, trade shows, incentive programs, and meetings in both the corporate and non-profit sectors. She holds a Bachelor of Science in Journalism from the University of Oregon and received her CMP (Certified Meeting Professional) accreditation in 2014.",
"company":"Senior Event Manager",
"pronouns":"she/her",
"linkedin":"https://www.linkedin.com/in/amy-benson-cmp-737a20a/",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"amy-benson.jpg"
},
{
"name":"Amye Scavarda Perrin",
"bio":"Amye brings over a decade of experience in open source program and project management to the Cloud Native Computing Foundation. Previously, she was at Red Hat as a Community Lead in their Open Source Program Office. She likes spreadsheets, budgets, and checklists.\n\nShe holds a Juris Doctor degree from Mitchell Hamline School of Law.",
"company":"Program Manager",
"pronouns":"she/her",
"linkedin":"",
"twitter":"https://twitter.com/amye",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/0.jpg"
},
{
"name":"Anais Urlichs",
"bio":"<p>Anaïs is a Developer Advocate at Aqua Security. When she is not advocating DevOps best practices, she runs a <a href=\"https://www.youtube.com/c/Anaisurlichs/\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube Channel</a> centered around Kubernetes.</p>\n\n<p>Before Codefresh, Anais worked in the blockchain space, contributing to Community Management and Developer Relations of open source projects. Her passion lies in making tools and projects more accessible to developers and community members. In her challenge 100DaysOfKubernetes (<a href=\"http://devops.anaisurl.com/\" target=\"_blank\" rel=\"noreferrer noopener\">devops.anaisurl.com</a>), Anais aims to share her entire learning journey, from understanding the theory to getting started with cloud-native tools and platforms.</p>",
"company":"Aqua Security",
"pronouns":"she/her",
"linkedin":"https://www.linkedin.com/in/urlichsanais/",
"twitter":"https://twitter.com/urlichsanais",
"github":"https://github.com/AnaisUrlichs",
"wechat":"",
"website":"https://anaisurl.com/",
"youtube":"https://www.youtube.com/c/AnaisUrlichs/",
"priority":"",
"category":[
"Ambassadors"
],
"image":"anais-urlichs.jpg"
},
{
"name":"Andres Vega",
"bio":"",
"company":"SPIFFE/SPIRE",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/avegaarias/",
"twitter":"https://twitter.com/invariantly",
"github":"https://github.com/anvega",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/andres_vega_300x300-scaled-2.jpg"
},
{
"name":"Andy Santosa",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/andy-santosa-305230/",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/AAEAAQAAAAAAAAhyAAAAJGFkYjcyMTY0LTM2NjItNDBjMS1iMWIzLTAyMjllZGNhMTViYw-1.jpg"
},
{
"name":"Animesh Singh",
"bio":"Animesh is an STSM and Lead for IBM Cloud Platform. He has been with IBM for more than 10 years and currently works with customers in designing cloud computing solutions on OpenStack, Cloud Foundry, Docker and Serverless Architecture, and is the lead for IBM Bluemix. He has been leading cutting edge projects for IBM enterprise customers in Telco, Banking, and Healthcare Industries, around cloud and virtualization technologies.\n\nMeet-Up Organizer:\n<a href=\"https://www.meetup.com/containers/\" target=\"_blank\" rel=\"noopener noreferrer\">Serverless - Silicon Valley</a>",
"company":"IBM",
"pronouns":"",
"linkedin":"",
"twitter":"https://twitter.com/animeshsingh?lang=en",
"github":"https://github.com/animeshsingh",
"wechat":"",
"location":"California, United States",
"projects":["kubernetes"],
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/Animesh-Singh-1.jpg"
},
{
"name":"Annie Talvasto",
"bio":"<p>Annie Talvasto, a cloud-native technology marketer, is an international technology speaker and specialist in Kubernetes & cloud native ecosystem. Annie hosts & produces the Cloud Gossip podcast and has been a co-organizer of Kubernetes & CNCF Finland meetup since 2017. She has worked at various tech companies from cloud start-ups to enterprises, now working at a Kubernetes cost optimization startup CAST AI. Annie has spoken at tech conferences on multiple continents, including Techorama, Global Azure, Future Tech, The Cloud First, C# corner and more. During her career she has spoken to more than 10,000 developers at User Group meetings & Conferences.</p>",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/profile/view?id=248701697",
"twitter":"https://twitter.com/AnnieTalvasto",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2021/07/Annie-Talvasto.jpeg"
},
{
"name":"Aparna Sinha",
"bio":"Aparna is the Director of Product Management for Kubernetes and Anthos at Google. Her work is focused on transforming the way we work through technology innovation. She started the Kubernetes Product Management SIG in 2016 to maintain an open backlog for the project and community. Before Google, she was Director of Product at NetApp on storage automation for private clouds. Aparna holds a PhD in Electrical Engineering from Stanford and has authored several technical publications.",
"company":"Google",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/apsinha/",
"twitter":"https://twitter.com/apbhatnagar?lang=en",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/aparna-sinha-1.jpg"
},
{
"name":"April Kyle Nassi",
"bio":"She started in community with a ragtag group of poker bloggers, and then moved to California and found code. She built the Salesforce Developer Community, and remains passionate about supporting developers to build awesome things. She's equally passionate about puppers, and has two adorable Australian Shepherds, Vegas & Aria.",
"company":"Google",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/aprilkylenassi/",
"twitter":"https://twitter.com/thisisnotapril",
"github":"https://github.com/thisisnotapril",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/anassi-1.jpg"
},
{
"name":"Ara Pulido",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/arapulido/",
"twitter":"https://twitter.com/arapulido?lang=en\"",
"github":"https://github.com/arapulido",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/925437-1.jpeg"
},
{
"name":"Ariel Jatib",
"bio":"Ariel founded and organizes the New York Kubernetes Meetup. He previously founded Stackpoint.io, an early Kubernetes platform focused on simplifying the process for deploying cloud native stacks at the leading cloud providers.\n\nMeet-Up Organizer:\n<a href=\"https://www.meetup.com/New-York-Kubernetes-Meetup/\" target=\"_blank\" rel=\"noopener noreferrer\">New York Kubernetes Meetup</a>",
"company":"Place Pin",
"pronouns":"he/him",
"linkedin":"https://www.linkedin.com/in/arieljatib/",
"twitter":"https://twitter.com/arieljatib",
"github":"",
"wechat":"",
"website":"",
"location":"New York, United States",
"projects":["kubernetes"],
"youtube":"https://www.youtube.com/channel/UCTx3SceONcstRA11JNJu_PA",
"priority":"",
"languages":["Spanish","English"],
"category":[
"Ambassadors",
"Marketing Committee"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/1611853780719.jpg"
},
{
"name":"Arun Gupta",
"bio":"Arun Gupta is vice president and general manager of Open Ecosystem Initiatives at Intel Corporation. He is an open source strategist, advocate, and practitioner for nearly two decades. He has taken companies such as Apple, Amazon, and Sun Microsystems through systemic changes to embrace open source principles, contribute and collaborate effectively. As an elected chair of the Cloud Native Computing Foundation (CNCF) Governing Board, Arun works with CNCF leadership and member companies to grow cloud native ecosystem. He has delivered technical talks in 45+ countries, authored multiple books, and is a Docker Captain, Java Champion, and Java User Group leader. He also founded the Devoxx4Kids chapter in the U.S. and continues to promote technology education among children. Arun holds two patents on using XML and XSL for an efficient generation of test reports. Arun is an avid runner, and is easily accessible at @arungupta on Twitter.",
"company":"Intel (Chairperson)",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/arunpgupta/",
"twitter":"https://twitter.com/arungupta",
"github":"https://github.com/arun-gupta",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"arun-gupta.jpeg"
},
{
"name":"Ashley Mayra",
"bio":"Ashley is a Senior Meeting & Event Coordinator, Sponsorship Management, at The Linux Foundation, helping with the fulfillment of sponsorship benefits for Kubecon + CloudNativeCon events.\n\nAshley has been in the events industry producing and coordinating global meetings and conferences since 2011. She has worked in the private, public and non-profit sectors strongly focused on exhibits and sponsorships. Ashley received her BAA from Central Michigan University.",
"company":"Senior Meeting & Event Coordinator, Sponsorship Management",
"pronouns":"she/her",
"linkedin":"https://www.linkedin.com/in/ashley-mayra-38067655/",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/0-1.jpg"
},
{
"name":"Aurélie Vache",
"bio":"Aurélie is a DevRel (Developer Advocate) at OVHcloud in Toulouse, France. She is GDE (Google Developer Expert) for Cloud technologies, Docker captain & Kubernetes for Developers certified. She has been working as a Developer and Ops for over 15 years. She built, deployed & operatized a lot of applications in different architectures and environments. She is a Cloud enthusiast and advocates DevOps/Cloud/Golang best practices. As one of the leaders of Duchess France, an association that promotes women developers and women working in IT, she is heavily involved in their #AdoptADuchess coaching initiative, which helps beginner and retraining developers. She has been a conferences and meetups organizer since 2016. She is also a technical writer, a book author & reviewer, a sketchnoter and a speaker. She created a new visual way for people to learn and understand Cloud technologies: 'Understanding Kubernetes/Istio/Docker in a visual way' in sketchnotes and videos.",
"company":"OVHcloud",
"pronouns":"she/her",
"linkedin":"linkedin.com/in/aurelievache/",
"twitter":"https://twitter.com/aurelievache",
"github":"https://github.com/scraly/",
"wechat":"",
"website":"https://dev.to/aurelievache/",
"youtube":"https://www.youtube.com/c/AurelieVache",
"priority":"",
"location":"Toulouse, France",
"category":[
"Ambassadors"
],
"image":"aurelie_vache.jpeg"
},
{
"name":"Ayrat Khayretdinov",
"bio":"Ayrat (a.k.a Archy) is a Hybrid Cloud and Application Modernization Specialist at Google. He founded and organizes Eastern Canada CNCF Meetups in Toronto, Kitchener, Ottawa, Montreal, Quebec and Halifax.",
"company":"Google",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/ayrat-khayretdinov-8503b6b/",
"twitter":"https://twitter.com/archyufa",
"github":"https://github.com/archyufa",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2018/02/1567655267915.jpg"
},
{
"name":"Ayush Ghosh",
"bio":"Ayush is a Principal Engineer at Cisco AppDynamics with 12+ years of experience in building and securing large scale systems.",
"company":"Cisco",
"pronouns":"he/him",
"linkedin":"https://www.linkedin.com/in/ayushghosh/",
"twitter":"https://twitter.com/yushghosh",
"github":"https://github.com/ayushghosh",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"ayush-ghosh.jpg"
},
{
"name":"BMK Lakshminarayanan",
"bio":"BMK is a passionate Solutions Architect with over 20 years of ICT experience with the Bank of New Zealand. He is an advocate for modern engineering & developer practices including Cloud Native, Microservices for Enterprise Agility, architecting for Continuous Delivery (CD), DevOps, Observability, Event-driven architecture with Kafka/NATS, Open-source software. He is a polyglot and polymath.\n\nHe is a DevOps enthusiast, lead DevOps and continuous delivery community of practices. He is one of the core organizers for DevOpsDaysNZ conference and co-chair for Cloud-Native Summit - Wellington.\n\nBMK hosts the Wellington CNCF meetup for cloud native enthusiasts and The Future of ICT meetup to help students, people returning to work or looking for career opportunities in ICT.\n\nSpecialties: Kubernetes, Envoy, NATS, Kafka, Istio\n\nLocation: Wellington, New Zealand",
"company":"Bank of New Zealand",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/bmknz/",
"twitter":"https://twitter.com/Lbmkrishna",
"github":"https://github.com/LBMKRISHNA",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2019/10/1603157898521.jpg"
},
{
"name":"Bart Farrell",
"bio":"<p>Bart Farrell is the Community Leader of the Data on Kubernetes Community where he gets to interact with folks from all over the world committed to open source and sharing knowledge. He is bilingual in Spanish, a humanist, an amateur rapper, and someone who craves challenges and adventures.</p>\n\n<p>Bart enjoys spending an hour every friday with the wonderful folks in the Contributor-ex marketing group. He is always interested in meeting new people, learning about different cultures and technologies, and helping folks feel supported and welcome. If you're interested in doing anything related to diversity and inclusion let me know! </p>\n\n<p></p>\n\n<p>Meetup Organizer- <a rel=\"noreferrer noopener\" href=\"https://community.cncf.io/data-on-kubernetes/\" target=\"_blank\">Data on Kubernetes Meetup </a></p>",
"company":"Freelance",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/bart-farrell/",
"twitter":"https://www.twitter.com/birthmarkbart",
"github":"",
"wechat":"",
"website":"",
"location":"Barakaldo, Spain",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"bart-farrell.jpg"
},
{
"name":"Bartłomiej Płotka",
"bio":"<p>Bartek Plotka is a Principal Software Engineer at Red Hat with a background in SRE, currently working on Observability. As the co-author of the CNCF Thanos project and core maintainer of various open-source projects including Prometheus, he enjoys building OSS communities and maintainable, reliable distributed systems, ideally in Go. On top of that, he is active in the CNCF SIG Observability as the technical lead. He writes a book with O'Reilly.</p>",
"company":"Red Hat",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/bwplotka",
"twitter":"https://twitter.com/bwplotka",
"github":"https://github.com/bwplotka",
"wechat":"",
"website":"https://bwplotka.dev",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2021/07/profile.jpeg"
},
{
"name":"Baruch Sadogursky",
"bio":"<p>Baruch Sadogursky (@jbaruch) did Java before it had generics, DevOps before there was Docker, and DevRel before it had a name. He started DevRel at JFrog when it was ten people and took it all the way to a successful $6B IPO by helping engineers solve problems. Now Baruch keeps helping engineers solve problems but also helps companies help engineers solve problems. He is a co-author of the \"Liquid Software\" and \"DevOps Tools for Java Developers\" books, serves on multiple conference program committees, and regularly speaks at numerous most prestigious industry conferences, including Kubecon, JavaOne (RIP), Devoxx, QCon, DevRelCon, DevOpsDays (all over), DevOops (not a typo) and others.</p>",
"company":"JFrog",
"pronouns":"he/him",
"linkedin":"https://www.linkedin.com/in/jbaruch",
"twitter":"https://twitter.com/jbaruch",
"github":"https://github.com/jbaruch",
"wechat":"",
"website":"https://sessionize.com/jbaruch",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://gravatar.com/avatar/fea6ad3204a6a58bbe40a132f5968925?s=800&d=robohash&r=g"
},
{
"name":"Bassam Tabbara",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/bassamtabbara/",
"twitter":"https://twitter.com/bassamtabbara?lang=en",
"github":"https://github.com/bassam",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/3f9c783-1.jpg"
},
{
"name":"BMK Lakshminarayanan",
"bio":"BMK is a passionate Solutions Architect with over 20 years of ICT experience with the Bank of New Zealand. He is an advocate for modern engineering & developer practices including Cloud Native, Microservices for Enterprise Agility, architecting for Continuous Delivery (CD), DevOps, Observability, Event-driven architecture with Kafka/NATS, Open-source software. He is a polyglot and polymath.\n\nHe is a DevOps enthusiast, lead DevOps and continuous delivery community of practices. He is one of the core organizers for DevOpsDaysNZ conference and co-chair for Cloud-Native Summit - Wellington.\n\nBMK hosts the Wellington CNCF meetup for cloud native enthusiasts and The Future of ICT meetup to help students, people returning to work or looking for career opportunities in ICT.",
"company":"Bank of New Zealand",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/bmknz/",
"twitter":"https://twitter.com/Lbmkrishna",
"github":"https://github.com/LBMKRISHNA",
"wechat":"",
"website":"",
"location":"Wellington, New Zealand",
"projects":["Kubernetes", "Envoy", "NATS", "Kafka"],
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2019/10/1603157898521.jpg"
},
{
"name":"Bob Killen",
"bio":"Bob is a Program Manager at the <a href=https://opensource.google/ target=_blank rel=\"noopener noreferrer\"> Google Open Source Programs Office</a> with a focus on Cloud Native computing. He serves the <a href=https://kubernetes.io target=_blank rel=\"noopener noreferrer\">Kubernetes project</a> as a <a href=http://git.k8s.io/community/committee-steering target=_blank rel=\"noopener noreferrer\">Steering Committee</a> member and chair of the <a href=http://git.k8s.io/community/sig-contributor-experience target=_blank rel=\"noopener noreferrer\">Contributor Experience</a> Special Interest Group and has been involved in many other cross-cutting areas of the project. Bob comes from an academic background, spending 15 years at the University of Michigan with a later focus on computational research. As a <a href=https://www.cncf.io/people/ambassadors/ target=_blank rel=\"noopener noreferrer\">Cloud Native Computing Foundation Ambassador</a>, Bob has worked towards improving High Performance Computing, Machine Learning, and other research initiatives by integrating them with Cloud Native practices and tooling. He is passionate about Academic Outreach, and is an outspoken advocate of Open Source, Open Science and pets of the furry 4 legged variety.",
"company":"Google",
"pronouns":"he/him",
"linkedin":"https://www.linkedin.com/in/mrbobbytables/",
"twitter":"https://twitter.com/mrbobbytables",
"github":"https://github.com/mrbobbytables",
"wechat":"",
"website":"https://mrbobbytabl.es",
"youtube":"",
"location":"Minneapolis, MN, United States",
"projects":["Kubernetes", "Prometheus"],
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/Bob-Killen-1.jpeg"
},
{
"name":"Bora Ozkan",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/BoraOzkan-1.jpg"
},
{
"name":"Brad McCoy",
"bio":"<p>Brad is the Head of Platform Engineering at Basiq focusing in the Cloud Innovation space, and DevOps. He contributes to a lot of open source projects focusing on Kubernetes, Argo and Keptn. Brad has a passion for mentoring and guiding people through their open source journey.</p>\n\n<p></p>\n\n<p>Meetup: Cloud Native Dojo – Australia.</p>",
"company":"Basiq",
"pronouns":"he/him",
"location":"Coolum Beach, Australia",
"linkedin":"https://www.linkedin.com/in/bradmccoy3",
"twitter":"https://twitter.com/bradmccoydev",
"github":"https://github.com/bradmccoydev",
"wechat":"",
"website":"https://blog.bradmccoy.io",
"youtube":"https://www.youtube.com/channel/UCP8mNrSi0aT7mOiVlq63gig",
"priority":"",
"languages":["Spanish","English"],
"projects":["argo","cloudevents","crossplane","kubernetes","open-policy-agent-opa"],
"category":[
"Ambassadors"
],
"image":"brad-mccoy.jpg"
},
{
"name":"Brendan O’Leary",
"bio":"Brendan is a Senior Developer Evangelist at GitLab.",
"company":"GitLab (Silver Member Rep)",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/olearycrew/",
"twitter":"https://twitter.com/olearycrew",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/06/1582832399722.jpg"
},
{
"name":"Bryan Che",
"bio":"<p></p>\n\n<p></p>\n\n<p>Bryan is Chief Strategy Officer at Huawei. There, he leads Huawei’s vision and strategy across its overall businesses and portfolio, which spans mobile and consumer electronics, telecommunications, and cloud and AI.</p>\n\n<p>Bryan has tremendous experience building new enterprise businesses and open source technologies. Prior to joining Huawei in China, Bryan spent over 15 years at Red Hat in the US, where he was the general manager of their cloud business and also led overall product strategy across the company. As an American expat employed in China who has traveled 3 million miles to over 40 countries, Bryan has worked extensively with many customers and partners around the world.</p>\n\n<p>Bryan graduated with his Bachelors and Masters degrees in computer science from MIT.</p>",
"company":"Huawei",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/bryanche/",
"twitter":"https://twitter.com/bryanwche",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/12/BryanChePortrait-8-1.jpg"
},
{
"name":"Calvin Weng",
"bio":"",
"company":"PingCAP",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/calvin-weng-a7b81841/",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/02/1516952281369.jpg"
},
{
"name":"Carlisia Thompson",
"bio":"Carlisia works as a Senior Member of Technical Staff at VMware. Prior to VMware, she was at Heptio, where she started her current role as a maintainer of the open source project Velero, a cloud native disaster recovery and data migration tool for Kubernetes applications. She currently runs the San Diego Kubernetes meetup. Carlisia holds a MS in Computer Science from Boston University.\n\nLocation: San Diego, CA\n\nMeetup Organizer: <a href=\"https://www.meetup.com/San-Diego-Kubernetes-Meetup/\" target=\"_blank\" rel=\"noopener noreferrer\">San Diego Kubernetes Meetup</a>",
"company":"VMware",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/carlisia/",
"twitter":"https://twitter.com/carlisia",
"github":"https://github.com/carlisia",
"wechat":"",
"website":"",
"location":"San Diego, CA, United States",
"projects":["Kubernetes"],
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2019/09/16508.jpg"
},
{
"name":"Cathy Zhang",
"bio":"<p>Cathy is a Senior Principal Engineer at Intel responsible for defining the cloud-native strategy\nand leading the company wide contributions and influence across 1000s of developers at Intel\nto the CNCF projects/TAGs/WGs and Kubernetes SIGs. She has over 20 years of software design\nand development experience in a wide range of areas such as serverless, large scale distributed\nVM/container orchestration and scheduling, edge computing, container runtime, service mesh,\nsoftware defined network, and high availability etc.\nCathy has been an active contributor in the cloud-native computing ecosystems including\nKubernetes, OpenStack, OPNFV, and has led the development of several open-source projects\nunder CNCF, Linux Foundation Networking, Linux Foundation Edge and Open Infrastructure.\nShe has made strong contributions to the technical direction and design, driving working group\ndiscussion, and resolving technical disagreements. She co-authored the CNCF serverless\nwhitepaper, the CloudEvents specification, and the OpenStack service function chaining design.\nShe has served as the program committee member/track chair for several Kubecons and\nOpenStack summits. She has delivered talks at various open-source conferences (Kubecon,\nOpenStack Summit, Open Source Summit, OPNFV).</p>",
"company":"Intel",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/cathy-zhang-cloud/",
"twitter":"",
"github":"https://github.com/cathyhongzhang",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Technical Oversight Committee"
],
"image":"cathy-zhang.jpg"
},
{
"name":"Chakradhar Rao Jonagam",
"bio":"Chakradhar is a Solutions Architect specialized in Container technologies at Red Hat inc. Evangelizing containers to customers is his day to day job. traveling is another obsession.\n\nMeet-Up Organizer:\n<a href=\"http://www.meetup.com/openshift-k8s-sf/\" target=\"_blank\" rel=\"noopener noreferrer\">OpenShift and Kubernetes San Francisco</a>",
"company":"Red Hat",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/debianmaster/",
"twitter":"https://twitter.com/debianmaster",
"github":"https://github.com/debianmaster",
"wechat":"",
"website":"",
"location":"California, United States",
"projects":["Kubernetes"],
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/1439169.jpg"
},
{
"name":"Charley Mann",
"bio":"<p>A recovering breaking news journalist, Charley brings more than a decade of experience in developing and leading high-performance technical content strategies, to drive high growth and nurture passionate user communities.</p>\n\n<p>She previously led content strategy for Camunda GmbH, and has consulted for technology organizations from tech think tanks and open source start-ups, to enterprise behemoths. Her passion is translating deeply technical concepts into clear, compelling content that enables individuals and organizations to engineer the best solution to their problem, and to learn from each other.</p>\n\n<p>She holds a BA (hons) English Literature from the University of Reading and Grad.Dip Journalism from Ara Institute.</p>",
"company":"Content Strategy Manager",
"pronouns":"she/her; they/them",
"linkedin":"https://www.linkedin.com/in/charley-mann/",
"twitter":"https://twitter.com/Charley_Mann",
"github":"https://github.com/Charley-Mann",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2021/06/CMann.jpeg"
},
{
"name":"Chase Pettet",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/chase-pettet-68824777/",
"twitter":"",
"github":"https://github.com/chasemp",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2017/10/1516613721521.jpg"
},
{
"name":"Chris Abraham",
"bio":"Chris is a PMP-certified technology leader with a consistent record leading high-performing software teams. He has managed projects for clients such as Samsung and MetLife in addition to distributed blockchain development teams like the Aragon DAC. Chris has been developing mobile and web applications for over 20 years and has been working with CNCF since May 2018. He holds a Systems Design Engineering degree from the University of Waterloo.",
"company":"Web Engineering Manager",
"pronouns":"he/him",
"linkedin":"https://www.linkedin.com/in/cjyabraham/",
"twitter":"",
"github":"https://github.com/cjyabraham",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/chrisabraham.jpg"
},
{
"name":"Chris Aniszczyk",
"bio":"Chris brings more than 15 years experience as The Linux Foundation’s vice president of Developer Programs. His work is focused on working with developer community to advance open source projects at scale. Previously Chris served as Twitter's head of open source, where he led a team of developer advocates and was responsible for Twitter's open source engineering, strategy and culture. He has also contributed to Gentoo Linux and served on the Eclipse Foundation's Board of Directors and the Java Community Process Executive Committee. An engineer by trade, Chris brings a passion for both open source and community development to the organization.",
"company":"CTO",
"pronouns":"he/him;they/them",
"linkedin":"https://www.linkedin.com/in/caniszczyk/",
"twitter":"https://twitter.com/cra",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":200,
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/05/Headshots-Aniszczyk-768x822-1.jpg"
},
{
"name":"Chris Gaun",
"bio":"Chris is the Product Manager for Mesosphere Kubernetes Engine. He formerly worked as an analyst at Gartner covering public IaaS. Before that, he was a physicist that did computational modeling in quantum chemistry. He lives in Mississippi with his son Jackson, beautiful wife Jasmin and mutt Panda\n\nMeet-Up Organizer:\n<a href=\"http://www.meetup.com/Kubernetes-New-York\" target=\"_blank\" rel=\"noopener noreferrer\">Kubernetes New York</a>",
"company":"D2iQ",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/chrisgaun/",
"twitter":"https://twitter.com/gaunetes",
"github":"",
"wechat":"",
"website":"",
"location":"Mississippi, United States",
"projects":["Kubernetes"],
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/Chris-Gaun-1.jpg"
},
{
"name":"Chris Hein",
"bio":"Chris is an Engineer & Developer Advocate for Apple with a focus on Kubernetes, open source and cloud native technologies.\n\nChris helps to maintain multiple open source projects such as the AWS Service Operator and the AWS IAM Authenticator. Prior to Apple, Chris worked for a number of large and small companies like AWS, GoPro, Sproutling, & Mattel.",
"company":"Apple",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/chrishein",
"twitter":"https://twitter.com/christopherhein/",
"github":"https://github.com/christopherhein/",
"wechat":"",
"website":"",
"location":"San Jose, CA, United States",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2019/04/1516514903228.jpg"
},
{
"name":"Chris Kühl",
"bio":"Chris is CEO & co-founder of Kinvolk, a Berlin-based Linux development company working on technologies at the foundation of cloud native computing. He has a deep passion for Linux technologies, having worked on embedded and desktop Linux projects before switching to the cloud space; most notably as a major contributor to rkt. He is also a prolific organizer of Meetups (Cloud Native, CoreOS, systemd) and events (systemd.conf) in Berlin.\n\nMeet-Up Organizer:\n<a href=\"https://www.meetup.com/Cloud-Native-Computing-Berlin/\" target=\"_blank\" rel=\"noopener noreferrer\">Cloud Native Computing Berlin</a>",
"company":"Kinvolk",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/christopherk1/",
"twitter":"https://twitter.com/blixtra",
"github":"https://github.com/blixtra",
"wechat":"",
"website":"",
"youtube":"",
"location":"Berlin, Germany",
"projects":["Kubernetes", "rkt"],
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/ZXYJudnP_400x400-1.jpg"
},
{
"name":"Chris Short",
"bio":"<p>Chris Short has been a proponent of open source solutions throughout his over two decades in various IT disciplines, including systems, security, networks, DevOps management, and cloud native advocacy across the public and private sectors. He currently works on the Kubernetes team at Amazon Web Services and is an active <a href=\"https://www.kubernetes.dev/\" target=\"_blank\">Kubernetes contributor</a>. Chris is a disabled US Air Force veteran living with his wife and son in Greater Metro Detroit. Chris writes about Cloud Native, DevOps, and other topics at <a href=\"https://chrisshort.net\" target=\"_blank\" rel=\"noopener noreferrer\">ChrisShort.net</a>. He also runs the Cloud Native, DevOps, Open Source, industry news, and culture focused newsletter <a href=\"https://devopsish.com\" target=\"_blank\" rel=\"noopener noreferrer\">DevOps'ish</a>.</p>",
"company":"AWS",
"pronouns":"He/Him/His",
"linkedin":"https://www.linkedin.com/in/thechrisshort/",
"twitter":"https://twitter.com/ChrisShort",
"github":"https://github.com/chris-short",
"wechat":"",
"website":"https://linktr.ee/TheChrisShort",
"youtube":"https://www.youtube.com/containersfromthecouch",
"languages":["English"],
"projects":["Kubernetes", "OpenGitOps"],
"priority":"",
"category":[
"Ambassadors"
],
"image":"chris-short.jpg"
},
{
"name":"Chris Wright",
"bio":"Chris is the Vice President and Chief Technologist at Red Hat. During his nearly 20 years as a software engineer he has worked in the telecom industry on high availability and distributed systems and in the Linux industry on security and virtualization. He has been a Linux developer for over a decade, most of that time spent deep in the Linux kernel working on security and virtualization. He is intrigued by the challenges that cloud computing brings to virtualization and networking, and is now focused on the cloud, KVM, network virtualization, and virtualizing network functions. He lives in sunny Portland, OR where he is happily hacking on OpenDaylight, Open vSwitch, and OpenStack.",
"company":"Red Hat",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/chris-wright-b733851/",
"twitter":"https://twitter.com/kernelcdub",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/08/1516259496205.jpg"
},
{
"name":"Christian Jantz",
"bio":"Open source person since the early days by joining Fedora Linux, who ended up doing cloudy things. Next to building cloud native infrastructure for corporates and startups, Chris is contributing code to the Kubernetes project, organizing open source software conferences and is authorized trainer for Kubernetes and several things cloud.",
"company":"Safewrd Ventures",
"pronouns":"",
"linkedin":"https://linkedin.com/in/christianjantz",
"twitter":"https://twitter.com/TheChrisz100",
"github":"https://github.com/chrisz100",
"wechat":"",
"website":"",
"projects":["Kubernetes", "Envoy"],
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2018/11/1603970498868.jpg"
},
{
"name":"Christopher Liljenstople",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/liljenstolpe/",
"twitter":"https://twitter.com/liljenstolpe?lang=en",
"github":"https://github.com/liljenstolpe",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/264525f-1.jpg"
},
{
"name":"Clinton Kitson",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/clintonkitson/",
"twitter":"https://twitter.com/clintkitson",
"github":"https://github.com/clintkitson?direction=desc&sort=stars&tab=stars",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/AAEAAQAAAAAAAAlEAAAAJGE5ZWJlMTIyLTdmMmYtNDNlYS1iOTA1LTY4NWM5MmMzM2FlMQ-1.jpg"
},
{
"name":"Cody Liskh",
"bio":"Cody is a Senior Event Planner with a focus on Content at The Linux Foundation, and manages the speakers and content for KubeCon + CloudNativeCon events. Prior to joining The Linux Foundation, Cody brings over six years in the event industry and has assisted planners in over one hundred corporate events.",
"company":"Senior Event Planner",
"pronouns":"he/him",
"linkedin":"https://www.linkedin.com/in/codyliskh/",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"cody-liskh.jpeg"
},
{
"name":"Cornelia Davis",
"bio":"<p>Cornelia has been working in IT systems for several decades with the last 10 years focused on DevOps platforms. She was part of the team that brought Cloud Foundry to the industry - both the open source project and the Pivotal CF product. In the last 5+ years she has applied that container-centric systems experience to Kubernetes-based developer platforms. Most recently she has brought newly emerging GitOps practices into those system. </p>\n\n<p>Cornelia currently works on Alexa products at Amazon and consults with the AWS Container organization.</p>\n\n<p>An industry veteran with almost three decades of experience in image processing, scientific visualization, distributed systems and web application architectures, and cloud-native platforms, Cornelia holds the B.S. and M.S. in Computer Science from California State University, Northridge and further studied theory of computing and programming languages at Indiana University. <meta charset=\"utf-8\">She is the author of the book <a href=\"https://www.amazon.com/Cloud-Native-Designing-change-tolerant-software/dp/1617294292\">Cloud Native Patterns: Designing Change-tolerant Software</a>.</p>\n\n<p>When not doing those things you can find her on the yoga mat or in the kitchen.</p>",
"company":"Amazon",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/corneliadavis/",
"twitter":"https://twitter.com/cdavisafc",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2021/02/CorneliaPalmtreeCropped.jpg"
},
{
"name":"Craig Box",
"bio":"Craig joined Google as the Kubernetes project was being conceived, and has worked on it ever since. Since his first presentation on the topic in July 2014, he has spoken on 6 continents, including a KubeCon keynote. He is the co-host of the <a href=\"https://kubernetespodcast.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Kubernetes Podcast from Google</a>, a meetup you can download every week, featuring guests from all over the community. Craig has a desk in London but can be found all over the world.",
"company":"Google",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/crbnz/",
"twitter":"https://twitter.com/craigbox",
"github":"https://github.com/craigbox",
"wechat":"",
"website":"",
"location":"London, UK",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2019/06/1527498486588.jpg"
},
{
"name":"Dan Gerrity",
"bio":"<p>Dan is the SVP of Developer Services for Oracle Cloud Infrastructure. Dan joined Oracle in January 2020 to build and lead the team<strong> </strong>whose mission is to drive developer adoption and usage, and enable building, deploying, and operating workloads at scale in Oracle’s Cloud. This mission includes CNCF-influenced services like Kubernetes, Streaming, Logging, Events, and APIs. Before OCI, Dan spent 5 years at AWS building platforms. A developer most of his life, he founded and led several startups that ultimately took advantage of cloud services offered by multiple clouds. He has an MBA, a MS in EE (Computer Systems), and a BS in EE, all from Stanford University, and has over 60 Patents in technologies ranging from coin discrimination through CPU instruction set design.</p>",
"company":"Oracle",
"pronouns":"",
"linkedin":"https://linkedin.com/in/dgerrity",
"twitter":"https://twitter.com/d_gerrity",
"github":"https://github.com/dgerrity",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/12/dan-gerrity-photo-1.jpg"
},
{
"name":"Dan Wilson",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/dan-wilson-298265/",
"twitter":"https://twitter.com/emaildanwilson",
"github":"https://github.com/emaildanwilson",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2018/08/1516231097588.jpg"
},
{
"name":"Daniel Oh",
"bio":"Daniel Oh is a senior principal technical marketing manager at Red Hat. He’s well recognized for the cloud-native microservice and serverless functions development with Kubernetes, Quarkus, and many other open-source projects across regions.\n\nSpecialties: Technical Marketing, CNCF Ambassador, DevOps Institute Ambassador, Developer, Public Speaker, Writer, JBoss, Kubernetes, @QuarkusIO",
"company":"Red Hat",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/daniel-oh-083818112/",
"twitter":"https://twitter.com/danieloh30",
"github":"https://github.com/danieloh30",
"wechat":"",
"website":"",
"location":"Boston, MA, United States",
"projects":["Kubernetes", "Helm", "Cloudevents"],
"languages":["English"],
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2018/10/doh.jpeg"
},
{
"name":"Darren Ratcliffe",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/darrenratcliffe/",
"twitter":"https://twitter.com/ratcliffe_d?lang=en",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/Darren-Ratcliff-1.jpg"
},
{
"name":"Davanum Srinivas",
"bio":"<p>Davanum Srinivas (a.k.a Dims) is a Staff Engineer with VMware working full time on Kubernetes and related projects at CNCF. Dims is on the Kubernetes Steering Committee and actively involved in various Kubernetes SIGs and working groups like the Architecture, Testing, Node, Infrastructure etc. Previously at Huawei and Mirantis, he was involved in OpenStack Nova, Oslo, KeyStone, Magnum and related projects and on the Technical Committee in OpenStack.He also worked on IBM PureApplication product as an Architect and led a team working on Web Services support in WebSphere. Dims has a long track record in open source projects including Apache Cocoon, Axis2, Geronimo at the Apache Software Foundation and co-founded WSO2 based on the open source business model.</p>",
"company":"VMWare (TOC Chair)",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/davanum/",
"twitter":"https://twitter.com/dims",
"github":"https://github.com/dims",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board",
"Technical Oversight Committee"
],
"image":"https://www.cncf.io/wp-content/uploads/2019/07/23304.jpg"
},
{
"name":"Dave Zolotusky",
"bio":"<p>Dave is an engineer in Spotify's Platform team, where his focus has been core infrastructure, the data platform, and Spotify's use of cloud services. A noted evangelist for cloud native and open source technologies, Dave spurred Spotify to join the CNCF and remain active in the community, launched the Stockholm CNCF meetup, and is both a CNCF Ambassador and a member of the KubeCon + CloudNativeCon Program Committee.</p>\n\n<p>In his work at Spotify, Dave has been essential to the adoption of CNCF projects like Kubernetes, gRPC, Envoy, and OpenTelemetry, as well as experimentation with Service Mesh. Prior to his time with Spotify, Dave worked at AWS, at VMware on cloud management software, and at Microsoft on the Office team.</p>",
"company":"Platform Engineer at Spotify",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/dzolotusky/",
"twitter":"https://twitter.com/dzolotusky",
"github":"https://github.com/dzolotusky",
"wechat":"",