forked from cncf/people
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.json
4716 lines (4716 loc) · 241 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 Administrator 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 Hashicorp ambassador and AWS community builder.</p>",
"company":"GitLab",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/abubakarango/",
"twitter":"https://www.twitter.com/sarki247",
"github":"",
"wechat":"",
"website":"https://abuango.me",
"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. She drives the architecture and implementation of Kubernetes and CNCF technologies within Apple’s cloud infrastructure team. Alena has more than 10 years of experience developing open source cloud infrastructure software and more than 5 years of experience developing container orchestration software. She spoke at KubeCon in 2016, 2017, and 2018 and many other industry conferences in the past 10 years. Prior to joining Apple, Alena was a Senior Architect at Rancher and developed Apache CloudStack at Cloud.com.</p>",
"company":"Apple",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/alena-prokharchyk-a7b28213/",
"twitter":"https://twitter.com/Lemonjet",
"github":"https://github.com/alena1108",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Technical Oversight Committee"
],
"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":[
"TOC Contributors"
],
"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":[
"TOC Contributors"
],
"image":"https://www.cncf.io/wp-content/uploads/2018/08/LT8f_Z5X_400x400.jpg"
},
{
"name":"Amr Abdelhalem",
"bio":"<p>Amr is the head of cloud platforms, managing Fidelity's multiple cloud strategies include containers, serverless, and API platforms. He is responsible for the CNCF strategy and advances the digital transforming of Fidelity.</p>\n\n<p>Before Fidelity, he led cloud architecture and platform teams at Citigroup and ADP. In Citigroup, he focused on delivering Citi-Cloud and the modernization of ADP containers platforms.</p>\n\n<p>Amr has more than 25 years of Enterprise development, software, and systems experience. He holds a B.S. in Computer Science from Alexandria University.</p>",
"company":"Fidelity Investments (Gold Member Rep)",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/amrhalem",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/amr-1.jpg"
},
{
"name":"Amy Benson",
"bio":"Amy has been an 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":"Event Manager",
"pronouns":"she/her",
"linkedin":"https://www.linkedin.com/in/amy-benson-cmp-737a20a/",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/amy_benson-1.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 Evangelist at Codefresh. 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":"Codefresh",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/urlichsanais/",
"twitter":"https://twitter.com/urlichsanais",
"github":"https://github.com/anais-codefresh",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2021/03/Anais.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":[
"TOC Contributors"
],
"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":[
"TOC Contributors"
],
"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":[
"TOC Contributors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/925437-1.jpeg"
},
{
"name":"Ariel Jatib",
"bio":"Ariel is Principal Designer at StackPointCloud, Inc. He founded and organizes the New York, Seattle and San Francisco Kubernetes Meetups, regularly hosting the New York event. He is excited to help grow the community, having also worked with various other Meetups around the country and in Europe.\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":"NetApp",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/arieljatib/",
"twitter":"https://twitter.com/arieljatib",
"github":"",
"wechat":"",
"website":"",
"location":"New York, United States",
"projects":["kubernetes"],
"youtube":"",
"priority":"",
"category":[
"Ambassadors",
"Marketing Committee"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/1611853780719.jpg"
},
{
"name":"Arun Gupta",
"bio":"Arun Gupta is head of the Open Source Program Office at Apple and chairperson of CNCF Governing Board. Previously, he worked at Amazon, partnering with multiple engineering teams to help define their open source strategy. He has spent over a decade at Sun Microsystems and Oracle to help define, build, and promote the Java platform to enterprises. He is an open source enthusiast, speaking in over 45+ countries, authoring books, and being a Docker Captain, a Java Champion, and JUG leader. He also founded the Devoxx4Kids chapter in the US and continues to promote technology education among children. Arun is an avid runner, and is easily accessible at @arungupta on twitter",
"company":"Apple (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 Sponsorship Fulfillment Coordinator 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":"Sponsorship Fulfillment Coordinator",
"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",
"TOC Contributors"
],
"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":[
"TOC Contributors"
],
"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":"https://www.cncf.io/wp-content/uploads/2021/04/bart-scaled.jpeg"
},
{
"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",
"TOC Contributors"
],
"image":"https://www.cncf.io/wp-content/uploads/2021/07/profile.jpeg"
},
{
"name":"Baruch Sadogursky",
"bio":"<p>Baruch Sadogursky (a.k.a JBaruch) is the Developer Advocate at JFrog. His passion is speaking about technology. Well, speaking in general, but doing it about technology makes him look smart, and 17 years of hi-tech experience sure helps. When he’s not on stage (or on a plane to get there), he learns about technology, people and how they work, or more precisely, don’t work together.</p>\n\n<p>He is a CNCF ambassador, Developer Champion, and a professional conference speaker on DevOps, Java and Groovy topics, and is a regular at the industry’s most prestigious events including JavaOne (where he was awarded a Rock Star award), DockerCon, Devoxx, DevOps Days, OSCON, Qcon and many others. </p>\n\n<p>You can follow him <a href=\"https://twitter.com/jbaruch\" target=\"_blank\" rel=\"noopener noreferrer\">@jbaruch</a> on Twitter.</p>",
"company":"JFrog",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/jbaruch",
"twitter":"https://twitter.com/jbaruch",
"github":"https://github.com/jbaruch",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/2017_official-1-1.jpg"
},
{
"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":[
"TOC Contributors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/3f9c783-1.jpg"
},
{
"name":"Bill Mulligan",
"bio":"<p>Bill Mulligan is a Marketing Manager at CNCF helping the cloud native community grow and make cloud native computing ubiquitous. He runs strategic programs around telco and edge computing, helps students see cloud native as a career path, builds local communities through Kubernetes Community Days, and creates immersive media experiences through CloudNative.TV. He is always looking to connect with the community.</p>",
"company":"Marketing Manager",
"pronouns":"he/him",
"linkedin":"https://www.linkedin.com/in/bamulligan/",
"twitter":"https://twitter.com/breakawaybilly",
"github":"https://github.com/xmulligan",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/11/Headshot_CDS.jpeg"
},
{
"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 Research Cloud Administrator with the Advanced Research Computing Technology Services (ARC-TS) group at the University of Michigan. He has been with the University for more than 15 years, serving in various capacities within the Health System and ARC-TS. As a Cloud Native Computing Foundation Ambassador, Bob has worked towards improving High Performance Computing, Machine Learning, and other Computational Research initiatives by integrating them with Cloud Native practices and tooling. He is passionate about Academic Outreach, and is an outspoken advocate of both Open Source and Open Science.\n\nSpecialties: Kubernetes and Prometheus\n\nMeetup Board Member: <a href=\"https://www.meetup.com/orchestructure/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.meetup.com/orchestructure/</a>",
"company":"University of Michigan",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/mrbobbytables/",
"twitter":"https://twitter.com/mrbobbytables",
"github":"https://github.com/mrbobbytables",
"wechat":"",
"website":"",
"youtube":"",
"location":"Ann Arbor, MI, United States",
"projects":["Kubernetes", "Prometheus"],
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/Bob-Killen-1.jpeg"
},
{
"name":"Bob Wise",
"bio":"Bob Wise is General Manager for Kubernetes at Amazon Web Services. He leads teams that build Amazon Elastic Kubernetes Service (EKS), App Mesh and Cloud Map. He was an early customer of AWS while CTO at Melodeo, led HP’s early effort on Openstack, and was CTO for Samsung’s Cloud Native Computing Team, where he helped to form the first Kubernetes SIG and launch Kubernetes 1.0.",
"company":"Amazon Web Services",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/bobwise/",
"twitter":"https://twitter.com/countspongebob",
"github":"https://github.com/countspongebob",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Governing Board"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/Wise-Bob-image-3.jpg"
},
{
"name":"Bora Ozkan",
"bio":"",
"company":"",
"pronouns":"",
"linkedin":"",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"TOC Contributors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/BoraOzkan-1.jpg"
},
{
"name":"Brad McCoy",
"bio":"<p>Brad is the Head of Cloud Engineering at Moula 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":"Moula",
"pronouns":"he/him",
"location":"Christchurch, New Zealand",
"linkedin":"https://www.linkedin.com/in/bradmccoy3/",
"twitter":"https://twitter.com/bradmccoydev",
"github":"https://github.com/bradmccoydev",
"wechat":"",
"website":"https://bradmccoydev.medium.com/",
"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":[
"TOC Contributors"
],
"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":"",
"company":"",
"pronouns":"",
"linkedin":"",
"twitter":"",
"github":"",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"TOC Contributors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/d63pftci7deu3qc2kwyz.png-1.jpeg"
},
{
"name":"Celeste Horgan",
"bio":"Celeste is a Senior Technical Writer, focusing on documentation and UX design tasks for CNCF projects.",
"company":"Senior Technical Writer",
"pronouns":"she/her",
"linkedin":"https://www.linkedin.com/in/celeste-horgan-b65b5a1a/",
"twitter":"https://twitter.com/celeste_horgan",
"github":"https://github.com/celestehorgan",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Staff"
],
"image":"https://www.cncf.io/wp-content/uploads/2017/06/celeste-scaled.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":[
"TOC Contributors"
],
"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",
"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":[
"TOC Contributors"
],
"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":[
"TOC Contributors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/08/AAEAAQAAAAAAAAlEAAAAJGE5ZWJlMTIyLTdmMmYtNDNlYS1iOTA1LTY4NWM5MmMzM2FlMQ-1.jpg"
},
{
"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":[
"Technical Oversight Committee"
],
"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 “Pop” Papandrea",
"bio":"<p>Dan \"Pop\" Papandrea is the Lead of Open Source Community and Ecosystem at Sysdig, focused on helping the Falco community to contribute to and adopt the runtime security project. Previously, he was the Field CTO for Sysdig. Pop is an active member of the cloud-native open source community, a CNCF Ambassador, CD Foundation Ambassador, Certified Kubernetes Administrator (CKA), and a Kubernetes contributor. Prior to Sysdig, POP was a lead solution architect for Hewlett Packard Enterprise's Helion business unit as well as the Director of IT, Principal Solutions Architect, Product Manager at SS&C Technologies, a multinational financial services solution company. </p>\n\n<p>POP is the host of the hit podcast The POPCAST by Dan POP, which explores the leaders and creators and stories behind the code. </p>",
"company":"Sysdig",
"pronouns":"",
"linkedin":"https://www.linkedin.com/in/danpapandrea/",
"twitter":"https://twitter.com/danpopnyc",
"github":"https://github.com/danpopSD",
"wechat":"",
"website":"",
"youtube":"",
"priority":"",
"category":[
"Ambassadors"
],
"image":"https://www.cncf.io/wp-content/uploads/2020/12/headshot2020.jpg"
},
{
"name":"Dan Gerrity",