forked from cncf/people
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.json
11206 lines (11206 loc) · 550 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": "Abdel SGHIOUAR",
"bio": "<p>I'm a Cloud Developer Advocate with Google. I co-host for the Kubernetes Podcast by Google and the Cloud Careers Podcast.</p><p>Why I am excited to be an ambassador: Learn from the community. Contribute to the Open Source and Cloud Native world and help inspire others to do the same</p>",
"company": "Google",
"pronouns": "He/Him",
"location": "Stockholm, Sweden",
"linkedin": "https://www.linkedin.com/in/sabdelfettah/",
"twitter": "https://www.twitter.com/boredabdel",
"github": "https://github.com/boredabdel",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "U01K59A767J",
"languages": [
"Arabic",
"English",
"French"
],
"projects": [
"containerd",
"Crossplane",
"Istio",
"k3s",
"Knative",
"Kubernetes",
"OpenTelemetry",
"OpenTracing",
"Rook",
"SPIFFE",
"SPIRE"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors",
"Kubestronaut"
],
"image": "abdel-sghiouar.jpg"
},
{
"name": "Abdelkoddous Lhajouji",
"bio": "<p>Abdelkoddous is a seasoned systems architect with over a decade of experience in cloud and systems architecture. He excels in crafting and deploying resilient, scalable infrastructure solutions, drawing upon cloud-native technologies and CNCF principles. With a steadfast dedication to innovation, Abdelkoddous continuously explores emerging trends and advancements in the field to deliver cutting-edge solutions.</p>",
"company": "Bouygues Telecom",
"pronouns": "He/Him",
"location": "Meudon, France",
"linkedin": "https://www.linkedin.com/in/lhajouji",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "abdelkoddous-lhajouji.jpg"
},
{
"name": "Abdullah Ahmed",
"bio": "<p>Meet Abdullah, a seasoned software engineer and cloud-native aficionado with over ten years of groundbreaking work in the industry. As a DevOps guru and expert cloud architect, Abdullah wields a deep mastery of Kubernetes, orchestrating scalable, resilient, and efficient digital ecosystems. His innovative approach and technical prowess drive the cutting-edge of cloud technology, transforming complex challenges into streamlined solutions.</p>",
"company": "Architech",
"pronouns": "He/Him",
"location": "Toronto, ON, Canada",
"linkedin": "https://www.linkedin.com/in/abdulllah/",
"twitter": "",
"github": "https://github.com/abdulllah",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "abdullah-ahmed.jpg"
},
{
"name": "Abhinav Dubey",
"bio": "<p>Hey, This is Abhinav from India. He is an open source enthusiast who loves to share his learnings with the community through blogs/ talks. He is also an active maintainer and contributor to open source project called Devtron (https://github.com/devtron-labs/devtron). He is passionate about exploring and working with multiple tools such as ArgoCD, Grafana, Helm, Buildpacks, Prometheus, Kubernetes, Docker, etc. When he's not working, he must be planning his next adventure trip to the mountains. \"Kubernetes Head with a Travelling Soul\"</p><p>Why I am excited to be an ambassador: Abhinav is super excited to be a CNCF Ambassador because he loves to meet and greet like-minded folks around the community and being associated with CNCF, it will open a lot of door for him. Additionally, it will help Abhinav to reach a wider number of audience that would help him to educate/ aware more number of people about Cloud Native ecosystem and tools & technologies used in it.</p>",
"company": "Devtron Inc",
"pronouns": "He/Him",
"location": "Gurugram, India",
"linkedin": "https://linkedin.com/in/abhinavd26/",
"twitter": "https://twitter.com/abhinavd26",
"github": "https://github.com/Abhinav-26",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "abhinavd26",
"languages": [],
"projects": [
"Argo",
"Buildpacks",
"cert-manager",
"ContainerSSH",
"external-secrets",
"Helm",
"k3s",
"KEDA",
"Kubernetes",
"Kyverno"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "abhinav-dubey.jpeg"
},
{
"name": "Adam Gardner",
"bio": "Adam is part of the Open-Source Program Office (OSPO) at DT where he works as a DevRel focusing on observability and security. SCUBA diving is his passion. Outside work you can find him on, in or under the sea.",
"company": "Dynatrace",
"pronouns": "He",
"location": "Brisbane, Australia",
"linkedin": "http://linkedin.com/in/agardner1/",
"twitter": "",
"github": "https://github.com/agardnerit",
"wechat": "",
"website": "https://agardner.net",
"youtube": "https://www.youtube.com/@agardnerit",
"slack_id": "",
"languages": [
"English"
],
"projects": [
"Keptn",
"OpenFeature",
"CloudEvents"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "adamgardner.jpg"
},
{
"name": "Aditya Samant",
"bio": "<p>I am a highly experienced IT professional with more than 17 years of experience in the industry. I'm an ex - Director of R&D in Microservices and Cloud Native development, with vast experience in several major domains like SDK, Security, Public Clouds, CI/CD, Backing Services, Observability all on an architecture predominantly based on open-source and Kubernetes by adopting the DevOps culture. I am a member of the Kubernetes GitHub organization via regular contributions to the Kubernetes documentation.<p/><p>My personal website: https://www.adityasamant.dev/ My blog on Hashnode: https://blog.adityasamant.dev/ Kubernetes and Istio are the main CNCF projects that I work with.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Pune, Maharashtra, India",
"linkedin": "https://www.linkedin.com/in/aditya-samant/",
"twitter": "https://twitter.com/adityaoncloud",
"github": "https://github.com/adityasamant25",
"wechat": "",
"website": "https://www.adityasamant.dev/",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "Aditya Samant",
"image": "aditya-samant.jpg"
},
{
"name": "Aditya Soni",
"bio": "<p>DevOps & Cloud Engineer, Public Speaker, Tech Mentor, Lead Organizer CNCG Jaipur, OpenSource & Community Contributor, AWS Community Builder, AWS Community Leader, 1 x (AWS, GCP, Azure), 6 x RedHat, CKA, KCNA certified.</p><p>Why I am excited to be an ambassador: It's been more than three years, I am being part of CNCF programs actively contributing via blogs, and public speaking on different open source DevOps/Cloud technologies at virtual and in-person events, I want to expand my learning and contribution with a wide area of peoples and uplift them with like-minded folks I can grow at the same time can share & help with my ideas to build better community bonding & culture.</p>",
"company": "Forrester Research",
"pronouns": "He/Him",
"location": "Jaipur, India",
"linkedin": "https://www.linkedin.com/in/adityasonittyl",
"twitter": "https://www.twitter.com/adityasonittyl",
"github": "https://github.com/adityasonittyl",
"wechat": "",
"website": "",
"youtube": "https://www.youtube.com/@adityaintech",
"slack_id": "Aditya Soni",
"languages": [
"English",
"Hindi"
],
"projects": [
"Argo",
"cert-manager",
"Container Network Interface (CNI)",
"containerd",
"ContainerSSH",
"CRI-O",
"DevSpace",
"DevStream",
"Envoy",
"etcd",
"Fluentd",
"Flux",
"gRPC",
"Helm",
"Istio",
"Jaeger",
"Knative",
"Kubeflow",
"Kuberhealthy",
"Kubernetes",
"Kubescape",
"Linkerd",
"Litmus",
"Open Cluster Management",
"OpenGitOps",
"OpenTelemetry",
"Operator Framework",
"Serverless Workflow",
"Service Mesh Interface (SMI)",
"Service Mesh Performance"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "adityasoni.jpg"
},
{
"name": "Adriana Villela",
"bio": "<p>Adriana Villela is a Sr. Developer Advocate at Lightstep. She helps companies achieve reliability greatness through Observability, SRE, & DevOps practices. Before Lightstep, she managed a Platform Engineering team & an Observability Practices team at Tucows. Adriana has worked at various large-scale enterprises, as an individual contributor and leader, including Bank of Montreal, Ceridian, and Accenture. Adriana has a popular technical blog on Medium (https://adri-v.medium.com), is co-host of the On-Call Me Maybe Podcast (oncallmemaybe.com), and is a HashiCorp Ambassador.</p><p>Why I am excited to be an ambassador: Having spent a chunk of my time in the last 10 months working with OpenTelemetry, I'm excited to use my ambassadorship to amplify my voice to promote and generate excitement about OpenTelemetry to the tech community at large. At the same time, I love digging into other CNCF projects like Kubernetes and ArgoCD, and I am looking forward to using my voice to help spread knowledge and excitement for those projects as well!</p>",
"company": "Lightstep",
"pronouns": "She/Her",
"location": "Toronto, Canada",
"linkedin": "",
"twitter": "https://www.twitter.com/adrianamvillela",
"github": "https://github.com/avillela",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Adriana Villela",
"languages": [],
"projects": [
"Argo",
"Crossplane",
"Kubernetes",
"OpenTelemetry"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "adriana-villela.jpeg"
},
{
"name": "Alan Flower",
"bio": "<p>Alan heads the HCL Cloud Native & AI Labs business and is also the HCL CTO for Cloud Native. A successful entrepreneur and technologist, Alan is deeply passionate about using technology to support the digital transformation of business and driving the creation of innovative products and services.</p>\n\n<p>Alan has an extensive track record as both a visionary and thought leader. He combines in-depth engineering credibility with real hands-on experience leading global technology organizations. With a track record of bringing over 250 software products to market, Alan has a unique perspective on the application of modern Cloud-enabled services to accelerate market success.</p>\n\n<p>HCL Cloud Native & AI Labs are the HCL Centre of Excellence, helping clients leverage modern technologies and practices to accelerate transformation.</p>\n\n<p>Working closely with HCL ecosystem partners, the Labs showcase the Art-of-the-Possible, and with a track record of over 1,000 engagements, the Labs are uniquely positioned to guide our clients’ complete journey.</p>\n\n<p>The Labs provide engineering assistance to modernize existing applications, or to create innovative new solutions. Deeply collaborative, our Labs also provide education and skills modernization to support the cultural transformation necessary to make the vision of a Cloud Native Enterprise become a reality.</p>\n\n<p>Alan leads HCL corporate participation in leading open-source communities such as the Linux Foundation and the Cloud Native Computing Foundation (CNCF).</p>\n\n<p>He is a Fellow of both the British Computer Society and a Fellow of the Institute of Enterprise and Entrepreneurs.</p>",
"company": "HCLTech",
"pronouns": "He/Him",
"linkedin": "https://www.linkedin.com/in/alanflower",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"priority": "",
"category": [
"Governing Board"
],
"image": "alan-flower.jpg"
},
{
"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>Community leader and CNCF ambassador, Alessandro has spent the last few years building cloud native infrastructures for Microsoft customers, animating the Dutch community, and training others to pass the CKx exams. He has passion for all things cloud native, he's been around open source for 25 years and recently founded a startup that offers innovative Namespaces-as-a-service for developers. Twitter handle: @bongo</p><p>Why I am excited to be an ambassador: Because I was before and it was awesome!</p>",
"company": "Kubespaces.io",
"pronouns": "He/Him",
"linkedin": "https://www.linkedin.com/in/alessandrovozza",
"twitter": "https://twitter.com/bongo",
"github": "https://github.com/ams0/",
"wechat": "",
"location": "Amsterdam, Netherlands",
"website": "",
"youtube": "",
"expertise": [
"Technical",
"Non-Technical"
],
"slack_id": "alessandro",
"priority": "",
"projects": [
"Argo",
"Backstage",
"Brigade",
"Cilium",
"CoreDNS",
"Crossplane",
"Dapr",
"DevSpace",
"Istio",
"Kubernetes",
"Linkerd",
"Merbridge",
"Open Policy Agent (OPA)",
"Open Service Mesh",
"OpenGitOps",
"OpenTelemetry",
"Prometheus",
"Thanos"
],
"category": [
"Ambassadors",
"Kubestronaut"
],
"image": "alessandro-vozza.jpeg"
},
{
"name": "Alex Szakaly",
"bio": "<p>Alex is always seeking to expand his knowledge and eagerly embraces new challenges. This drive led him to Kubernetes and subsequently to many other innovative CNCF projects. Whether working on deployments, tirelessly writing new Kubernetes Operators, or contributing to open-source initiatives, he brings a wealth of experience and a proactive mindset to the table. Last but not least, Alex is passionate about the vibrant community surrounding CNCF.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Zurich, Switzerland",
"linkedin": "https://linkedin.com/in/alexszakaly/",
"twitter": "https://twitter.com/alex_szakaly",
"github": "https://github.com/alex1989hu",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "UV7LAMQHJ",
"image": "alex-szakaly.jpg"
},
{
"name": "Alexej Disterhoft",
"bio": "<p>Kubernetes Platform Engineer and DevOps.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Mainz, Germany",
"linkedin": "https://www.linkedin.com/in/www.linkedin.com/in/alexej-disterhoft",
"twitter": "",
"github": "https://github.com/nobbs",
"wechat": "",
"website": "https://nobbs.dev",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "U020YBCDNFL",
"image": "alexej-disterhoft.jpg"
},
{
"name": "Ali Ok",
"bio": "<p>Ali is a Principal Software Engineer at Red Hat, where he focuses on developing and contributing to open-source software. He has a strong track record of contributions to various projects, communities, and foundations, and he is currently an active contributor to the Knative project. In addition to his technical contributions, Ali is also deeply committed to mentoring and promoting contributor growth within the CNCF community. He plays an active role in the Google Summer of Code program at CNCF, where he serves as an admin. He is also a frequent speaker on topics such as starting to contribute to open-source software and the projects he is working on.</p><p>Why I am excited to be an ambassador: Becoming a CNCF Ambassador is an exciting opportunity for me to expand my reach and impact within the community. As someone who is already involved in mentoring and contributor growth activities at CNCF, I'm eager to use the ambassador title to promote CNCF technologies, open-source software, and help interested individuals get started with contributing to CNCF projects. Additionally, being part of a network of other CNCF Ambassadors will allow me to collaborate and share ideas with like-minded individuals who are passionate about the same things. I'm excited to be part of this community and look forward to making a meaningful impact.</p>",
"company": "Red Hat",
"pronouns": "He/Him",
"location": "Istanbul, Turkey",
"linkedin": "",
"twitter": "https://www.twitter.com/aliok_tr",
"github": "https://github.com/aliok",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Ali Ok",
"languages": [],
"projects": [
"CloudEvents",
"Istio",
"KEDA",
"Knative",
"ko",
"Kubernetes",
"Operator Framework"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "ali-ok.jpeg"
},
{
"name": "Alolita Sharma",
"bio": "Alolita is an OpenTelemetry GC member, CNCF Observability TAG co-chair and CNCF Governing Board alternate board member from Apple. She leads Apple’s AIML observability practice and contributes to open source and open standards in OpenTelemetry, Unicode, W3C and the Observability TAG.</p>\n\n<p>As a founding member of the CNCF’s End User TAB, Alolita has facilitated participation and contributions by CNCF end user members. She has also promoted end user priorities to the CNCF TOC and Governing Board. Within her rich track record, Alolita has demonstrated a deep commitment to CNCF's goals and initiatives. Alolita brings a wealth of experience from her board leadership roles in the industry. For example, she has served on the boards of the OSI, SFLC.in and Unicode Consortium. Alolita has also provided strong leadership for observability and search engineering at AWS and has managed engineering teams at IBM, PayPal, Twitter, and Wikipedia.",
"company": "Apple",
"tab_role": "TAB Chair",
"pronouns": "She/Her",
"linkedin": "https://www.linkedin.com/in/alolita/",
"twitter": "https://twitter.com/alolita",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"priority": "",
"category": [
"End User TAB",
"Governing Board"
],
"image": "alolita-sharma.jpeg"
},
{
"name": "Alvin Estrada",
"bio": "<p>Tech and Community lover with more than 10 years of experience playing with software professionally. Engaged in cloud native since 2017 when he began learning about Kubernetes, it served as his gateway to the world of tech meetups. Since then, he has actively participated in and collaborated with multiple tech communities in Guatemala and across Latin America Actively collaborating with: Cloud Native Latam - CNCF Group Kubernetes Guatemala - CNCF Group Cloud Native Guatemala - CNCF Group Kong Meetup Guatemala TensorFlow User Group Guatemala.</p><p>Why I am excited to be an ambassador: Since I first started learning about tech, the community has played a significant role, and being part of a Cloud Native meetup I've been able to see how it creates great opportunities to meet people, learn from their experiences, get inspired and inspire others! I strongly believe that the community movement can make a difference specially on my region, helping us not just to improve our technical skills but also in how we interact, create and learn together.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Guatemala",
"linkedin": "",
"twitter": "https://www.twitter.com/adawolfs",
"github": "https://github.com/adawolfs",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "adawolfs",
"languages": [],
"projects": [
"Container Network Interface (CNI)",
"containerd",
"CRI-O",
"Envoy",
"Helm",
"Istio",
"Krustlet",
"Kubernetes",
"Kuma",
"Prometheus",
"TensorFlow",
"WasmEdge",
"WasmEdge Runtime"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "alvin-estrada.jpg"
},
{
"name": "Amim Moises Salum Knabben",
"bio": "<p>I am a Brazilian software engineer with focus on Cloud Native and Free and Open-Source Software and have been contributing to the Kubernetes community since 2020 mainly on SIG-Network and SIG-Windows initiatives. My writings and notes can be find here: http://opssec.in/.</p><p>Why I am excited to be an ambassador: Is a great honor to have the opportunity on collaborate and increase the community, I am very excited to be part and advocate in favor of this big community.</p>",
"company": "VMware",
"pronouns": "He/Him",
"location": "Florianopolis, Brazil",
"linkedin": "",
"twitter": "https://www.twitter.com/ak_ndb",
"github": "https://github.com/knabben",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Amim",
"languages": [],
"projects": [
"Antrea",
"Carvel",
"cert-manager",
"Container Network Interface (CNI)",
"containerd",
"CoreDNS",
"Envoy",
"etcd",
"gRPC",
"Harbor",
"Helm",
"Istio",
"Jaeger",
"Kubeflow",
"Kubernetes",
"Open Policy Agent (OPA)",
"OpenTelemetry",
"Operator Framework",
"Prometheus",
"SPIFFE"
],
"expertise": [
"Technical"
],
"category": [
"Ambassadors"
],
"image": "amim-knabben.jpg"
},
{
"name": "Amit Ghosh",
"bio": "<p>I am a seasoned Devops professional, having expertise in Kubernetes , Service Mesh and in Microservices and Cloud Native development, with vast experience in several major domains like SDK, Security, Public Clouds, CI/CD, Observability . I have a passion for cloud technologies and enjoy exploring CNCF tools</p>",
"company": "KPMG",
"pronouns": "He/Him",
"location": "Pune, Maharashtra,India",
"linkedin": "https://www.linkedin.com/in/amit-ghosh-74388451/",
"twitter": "",
"github": "",
"wechat": "",
"website": "https://www.cncf.io/projects/",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "amit-ghosh.jpg"
},
{
"name": "Amr Abdelhalem",
"bio": "Amr leads Cloud Platforms at Fidelity Investments. Over the past five years, he has led Fidelity's strategy toward open source and CNCF projects like Kubernetes, Envoy, and OTEL to migrate the majority of the applications workload to the cloud. This strategy led to successful migration to build the industry's largest Financial service, Kubernetes and Envoy farm.",
"company": "Fidelity Investments",
"tab_role": "",
"pronouns": "",
"linkedin": "https://www.linkedin.com/in/amrhalem/",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"priority": "",
"category": [
"End User TAB"
],
"image": "amr-abdelhalem.jpeg"
},
{
"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": "Ana Margarita Medina",
"bio": "<p>Ana Margarita Medina is a Staff Developer Advocate at Lightstep, where she speaks on all things SRE, DevOps, and Reliability, and is a podcast host for On-Call Me, Maybe (oncallmemaybe.com). She is a self-taught engineer with over 12 years of experience, focusing on cloud infrastructure and reliability in the last few. She is also part of the Kubernetes Release Team (v1.25 - v1.27) and has been advising CNCF's Keptn (keptn.sh) project since 2019. When time permits her, she leads efforts to dispel the stigma surrounding mental health and bring more Black and Latinx folks into tech.</p><p>Why I am excited to be an ambassador: I want to continue giving back to the CNCF community, I see this as another great opportunity to connect with other developers (open source and end users) and learn about their struggles with current tooling to help shape where this industry moves toward. I'm also very excited to empower others to see that they too belong in tech, that there is space for them to work in cloud-native, and become open-source contributors, and for folks to join in and help us grow this community and build responsible tech.</p>",
"company": "Lightstep",
"pronouns": "She/Her",
"location": "San Francisco, CA, United States",
"linkedin": "",
"twitter": "https://www.twitter.com/Ana_M_Medina",
"github": "https://github.com/AnaMMedina21",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Ana Margarita Medina",
"languages": [],
"projects": [
"Helm",
"Jaeger",
"Keptn",
"Kubernetes",
"Litmus",
"LitmusChaos",
"OpenTelemetry"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "anamargarita-medina.jpg"
},
{
"name": "Andrea Giardini",
"bio": "<p>I am a freelance cloud-native engineer and trainer based in Amsterdam. When I am not coding, I enjoy helping the community by organizing meetups, Kubernetes community days, and workshops on cloud technologies.</p><p>Why I am excited to be an ambassador: Ambassadors are a point of reference in the cloud native community and help many initiatives come to life. I want to empower talented individuals to realize their ambitions and help the CNCF to reach a wider community through events, meetups, and mentoring. I want to make a difference by empowering others.</p>",
"company": "Freelance - Crossover Engineering B.V.",
"pronouns": "He/Him",
"location": "Paris, France",
"linkedin": "",
"twitter": "https://www.twitter.com/GiardiniAndrea",
"github": "https://github.com/AndreaGiardini",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Andrea Giardini ",
"languages": [],
"projects": [
"Argo",
"Artifact Hub",
"cert-manager",
"containerd",
"CoreDNS",
"CRI-O",
"etcd",
"external-secrets",
"Fluentd",
"Flux",
"Harbor",
"Helm",
"Istio",
"k3s",
"KEDA",
"Knative",
"Kubeflow",
"Kubernetes",
"Linkerd",
"Prometheus"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "andrea-giardini.jpeg"
},
{
"name": "Andreas Erlandsson",
"bio": "<p>Andreas is a platform engineer consultant at Devies Cloud & Engineering. He has 15+ years of experience in IT and provides products and services for internal development teams. He's an organizer of the Gothenburg chapter for CNCF communities.</p>",
"company": "Devies Cloud & Engineering",
"pronouns": "He/Him",
"location": "Gothenburg, Sweden",
"linkedin": "https://www.linkedin.com/in/andreas-erlandsson-9440305/",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "andreas-erlandsson.jpg"
},
{
"name": "Andreas Grabner",
"bio": "<p>Been working in software since 1998 and from the early days was drawn to performance engineering, observability and more recently on DevOps, SRE, Platform Engineering. I am an active contributor to the CNCF project Keptn, I am a podcaster, I create YouTube tutorials and occasionally blog as well! Besides IT I am passionate about salsa dancing :-)</p><p>Why I am excited to be an ambassador: The success of any community depends on the people that actively drive community activities (bringing people together, educating, making them feel comfortable ..) and the members of the community that then want to join, grow and eventually contribute back to that community. I am excited to get the chance to help grow the community with my goal to inspire many others to do the same</p>",
"company": "Dynatrace",
"pronouns": "He/Him",
"location": "Linz, Austria",
"linkedin": "",
"twitter": "https://www.twitter.com/grabnerandi",
"github": "https://github.com/grabnerandi",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Andreas Grabner",
"languages": [],
"projects": [
"Argo",
"CloudEvents",
"Helm",
"Jaeger",
"Keptn",
"Kubernetes",
"LitmusChaos",
"OpenFeature",
"OpenTelemetry",
"Prometheus"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "andreas-grabner.jpg"
},
{
"name": "Angel Ramirez",
"bio": "<p>Angel Ramirez is a Kubernetes Certified Administrator (CKA) and curator of the Kubernetes CKA exam, with expertise in cloud computing, infrastructure, cloud and software architecture, DevOps, security, team building, leadership, and community building. With over a decade of experience in the industry, Angel is a skilled practitioner and evangelist of cloud native technologies. Angel has founded the Hispanic Foundation of Cloud Native, which aims to empower the Spanish-speaking community to adopt cloud native technologies, and currently runs two Kubernetes community chapters with over 1500 members, making him a valuable asset and true Kubernetes Ambassador. https://www.youtube.com/@fhcn https://community.cncf.io/kcd-colombia/ https://community.cncf.io/medellin/ https://community.cncf.io/south-florida/ https://www.meetup.com/lahoradekubernetes/ https://www.meetup.com/kubernetes-and-cloud-native-south-florida/ https://www.youtube.com/watch?v=oVCT1t69BF4&list=PLKR8WO9E9BlM_22CmbvsiBlWsXQK9l9R5</p><p>Why I am excited to be an ambassador: As the Kubernetes Ambassador, I am particularly excited to help the LATAM and Hispanic communities learn and adopt Cloud Native and Kubernetes. Cloud native technologies have the power to transform businesses and individuals alike, and I am passionate about sharing this potential with as many people as possible. By empowering the community to embrace these technologies, we can create a more equitable and prosperous future for everyone. I am honored to have this opportunity to make a difference in the lives of so many people.</p>",
"company": "Cuemby",
"pronouns": "He/Him",
"location": "Delray Beach, United States",
"linkedin": "",
"twitter": "https://www.twitter.com/ar4mirez",
"github": "https://github.com/ar4mirez",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "ar4mirez",
"languages": [],
"projects": [
"Antrea",
"Argo",
"cert-manager",
"Cilium",
"containerd",
"Contour",
"CoreDNS",
"Crossplane",
"Curiefense",
"Dex",
"Envoy",
"etcd",
"external-secrets",
"Falco",
"Fluentd",
"gRPC",
"Harbor",
"Helm",
"Istio",
"k3s",
"KEDA",
"Knative",
"Kuma",
"Linkerd",
"Longhorn",
"Operator Framework",
"Prometheus",
"Rook",
"SchemaHero",
"Strimzi",
"Tinkerbell"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors",
"Kubestronaut"
],
"image": "angel-ramirez.jpg"
},
{
"name": "Aniket Kanade",
"bio": "<p>I'm working in technology inudstry for more than two decaded, currently working as DevOps Architect. I've spent most of my tech career in telco industry, while most of my recent work has been in hybrid cloud platform by Azure. Generally everything kubernetes is my keen interest with particular interest in cluster security.</p>",
"company": "Hewlett Packard Enterprose",
"pronouns": "He/Him",
"location": "Toronto, Ontario, Canada",
"linkedin": "https://www.linkedin.com/in/aniket-kanade-devops/",
"twitter": "https://twitter.com/AniketKanade",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "aniket-kanade.jpg"
},
{
"name": "Ankur Kothiwal",
"bio": "<p>I work as a Software Engineer, focusing on cloud-native development. My interest lies in discussing and writing about open-source software, cloud security, and the Linux kernel. Furthermore, I am a contributor and maintainer to the KubeArmor project, and have also served as a mentor in various outreach programs.</p><p>Why I am excited to be an ambassador: Being a CNCF ambassador provides the opportunity to connect with inspiring individuals and learn from their diverse experiences. I firmly believe in the strength of open source, and this role offers the opportunity to continue giving back to the community. I look forward to expanding my impact within the community, collaborating with fellow ambassadors, and enjoying the journey of contributing to a thriving ecosystem.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Devprayag, India",
"linkedin": "",
"twitter": "https://www.twitter.com/Knownymous1",
"github": "https://github.com/Ankurk99",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "ankurkothiwal",
"languages": [],
"projects": [
"Cilium",
"Container Network Interface (CNI)",
"containerd",
"CRI-O",
"etcd",
"Falco",
"gRPC",
"Helm",
"KubeArmor",
"Kubernetes",
"Kubescape",
"Prometheus"
],
"expertise": [
"Technical"
],
"category": [
"Ambassadors"
],
"image": "ankur-kothiwal.jpeg"
},
{
"name": "annalisa gennaro",
"bio": "<p>Graduated in Foreign Languages and Literatures and with an MBA at the Politecnico di Milano, after working as Digital Marketer in a fairly different industry for over 20 years, I steered towards the tech world as Head of Marketing and Communication at SparkFabrik in January 2021, a CNCF silver member tech company based in Italy. Always and forever in love with communication, I immediately grew a passion for the Cloud Native Community and joined the KCD Italy Organization Team. I translated “The Illustrated Children’s Guide to Kubernetes” into Italian for fun, I am actively involved in the Glossary Italian Localization Group and joined the Cartografos Working Group at the beginning of 2022. All that apart, I dream about spending the rest of my life writing books and driving my motorbike.</p><p>Why I am excited to be an ambassador: When I approached the CNCF community I found a place where I was able to express myself by staying true to my values, in a very tough and complicated world such as the IT industry. The CNCF is where I can try and contribute to the Open Source my own way, which is far non-technical. Being an Ambassador will be an opportunity to give back while I’m taking so much from the community and to make the Cloud Native potential clearer to all those audiences that do not have a technical background.</p>",
"company": "SparkFabrik",
"pronouns": "She/Her",
"location": "Milano, Italy",
"linkedin": "",
"twitter": "https://www.twitter.com/annalisag",
"github": "https://github.com/annalisag-spark",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "annalisa Spark",
"languages": [],
"projects": [],
"expertise": [
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "annalisa-gennaro.jpg"
},
{
"name": "Anne Bertucio",
"bio": "<p>Anne leads program development in Google’s Open Source Programs Office (OSPO). The Program Development Team helps teams at Alphabet develop, contribute to, and release open source software with an eye towards strategy, sustainability, and the spirit of the Open Source Definition. The Program Development Team works across domains, from cloud to data analytics to gaming to security.</p>\n\n<p>Security is a special focus for Anne, particularly <a href=\"https://opensource.googleblog.com/2021/02/a-new-resource-for-coordinated-vulnerability-disclosure-in-open-source-projects.html\" target=\"_blank\" rel=\"noopener noreferrer\">open source vulnerability disclosure</a>. She previously worked on Kubernetes and container security, and authored the paper <a href=\"https://services.google.com/fh/files/misc/why_container_security_matters.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Why Container Security Matters to Your Business</a>. Before coming to Google, she was a staff member of the OpenStack Foundation (now known as the Open Infrastructure Foundation), where she was part of the inaugural, core team of the Kata Containers project and on the OpenStack release management team. Anne has B.A.s in policy and ethics and worked in community and government relations in renewable energy before coming to tech.</p>",
"company": "Google",
"pronouns": "She/Her",
"linkedin": "",
"twitter": "https://twitter.com/whyhiannabelle",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"priority": "",
"category": [
"Governing Board"
],
"image": "anneb.jpg"
},
{
"name": "Annie Talvasto",
"bio": "<p>Annie Talvasto is an award-winning international technology speaker & marketing leader. She has been recognised with the CNCF Ambassador & Azure MVP awards. Annie has been a co-organizer of Kubernetes & CNCF Finland meetup since 2017 and has spoken at technology conferences across the world, including KubeCon + CloudNativeCon, Microsoft Build & Ignite, KCDC and NDC. Annie also has hosted Cloud Native Live, a weekly livestream by CNCF, since 2021.</p><p>Why I am excited to be an ambassador: I believe in the positive impact open source technology and CNCF projects have in the world, and I am excited to continue spreading the word about them!</p>",
"company": "Microsoft",
"pronouns": "She/Her/They/Them",
"location": "Zürich, Switzerland",
"linkedin": "",
"twitter": "https://www.twitter.com/AnnieTalvasto",
"github": "https://github.com/AnnieTalvasto",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Annie Talvasto",
"languages": [],
"projects": [
"Flux",
"Helm",
"KEDA",
"Kubernetes",
"KUDO",
"Kyverno",
"Linkerd",
"Meshery"
],
"expertise": [
"Technical",
"Non-Technical"
],
"category": [
"Ambassadors"
],
"image": "annie-talvasto.jpg"
},
{
"name": "Anton Murashka",
"bio": "<p>I'm working as DevOps engineer more than 3+ years. My techonology stack: Clouds; Baremetal; Ansible; Terraform; GitLab; Helm; Kubernetes; Openshift; Istio; ArgoCD; Linstore; Cillium; KubeArmor; OpenTelemetry; Keda. Also interesting in SRE and DevSecOps directions too !</p>",
"company": "",
"pronouns": "He/Him",
"location": "Minsk, Belarus",
"linkedin": "https://www.linkedin.com/in/anton-2155657-devops/",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "anton-murashka.jpg"
},
{
"name": "Anurag Kumar",
"bio": "<p>I'm contributor and maintainer of KubeArmor (A CNCF runtime security project). I'm interested in Kubernetes Security. You can read my blogs here https://kranurag.dev</p><p>Why I am excited to be an ambassador: I'm excited to be a CNCF ambassador because I'll try to bring and educate more people towards CNCF ecosystem. CNCF is one of the most welcoming community. I also want to share my knowledge when it comes to Kubernetes and other CNCF projects to new peoples who're getting started. Finally, I would love to meet and connect with fellow CNCF ambassadors.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Kolkata, India",
"linkedin": "",
"twitter": "https://www.twitter.com/kranurag7",
"github": "https://github.com/kranurag7",
"wechat": "",
"website": "",
"youtube": "",
"slack_id": "Anurag",
"languages": [],
"projects": [
"Argo",
"Artifact Hub",
"Carvel",
"cert-manager",
"Cilium",
"containerd",
"Emissary-ingress",
"Falco",
"Fluentd",
"Flux",
"Harbor",
"Helm",
"Istio",
"k3s",
"KEDA",
"ko",
"KubeArmor",
"Kubernetes",
"Kubescape",
"Kubewarden",
"Kyverno",
"LitmusChaos",
"Open Policy Agent (OPA)",
"OpenCost",
"ORAS",
"Pixie",
"Prometheus",
"Telepresence",
"zot"
],
"expertise": [
"Technical"
],
"category": [
"Ambassadors"
],
"image": "phippy.jpg"
},
{
"name": "Aparna Subramanian",
"bio": "Aparna is a technologist and cloud-native enthusiast. She started her career as a Software Engineer and has spent most part of her 18 years of experience specializing in Infrastructure and Data Platforms. She serves as co-chair of the \"CNCF End User Developer Experience\" SIG. She is passionate about building inclusive communities where everyone knows their voices will be heard. She is currently Director of Production Engineering at Shopify where she leads Shopify's Cloud Native Production Platform. Previously, she was Director of Engineering at VMware where she was a founding member of Tanzu on vSphere, a Kubernetes Platform for the hybrid cloud. When not working, Aparna enjoys baking, gardening, and yoga.",
"company": "Shopify",
"tab_role": "",
"pronouns": "she/her",
"linkedin": "https://www.linkedin.com/in/subramanianaparna/",
"twitter": "",
"github": "https://github.com/aparna-subramanian",
"wechat": "",
"website": "",
"youtube": "",
"priority": "",
"category": [
"End User TAB"
],
"image": "aparna-subramanian.jpg"
},
{
"name": "Armin Mahdilou",
"bio": "<p>Never stop learning :D</p>",
"company": "",
"pronouns": "He/Him",
"location": "Rotterdam, Netherlands",
"linkedin": "https://www.linkedin.com/in/arminmt",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "armin-mahdilou.jpg"
},
{
"name": "armon hakimi",
"bio": "<p>certified geek, navigating the Kubernetes cosmos with a smile:)) excited about venturing boldly where no pod has dared to go before🚀🧑🚀🤩 ...mainly in it for the jacket🫠</p>",
"company": "Sopra Steria",
"pronouns": "He/Him",
"location": "Oslo, Norway",
"linkedin": "https://www.linkedin.com/in/www.linkedin.com/in/armon-hakimi",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "armon-hakimi.jpg"
},
{
"name": "Arsh Sharma",
"bio": "<p>Arsh is a Developer Experience Engineer at Okteto. He has also been awarded the Kubernetes Contributor Award previously. Prior to joining Okteto, he worked at VMware. He has also been a contributor to the CNCF projects cert-manager and Kyverno. Arsh has written blogs and spoken about different topics in the cloud ecosystem. Recordings of some of his previous talks can be found at: https://arshsharma.com/speaking/</p><p>Why I am excited to be an ambassador: I owe a lot to open source and the CNCF open source community in particular. I'm excited to be an ambassador to be able to give back to the community and help others get started on their journey of contributing! As someone who has firsthand witnessed the benefits in personal and professional life thanks to the community, I want others to be able to share these joys as well.</p>",
"company": "Okteto",
"pronouns": "He/Him",
"location": "Panchkula, India",
"linkedin": "https://www.linkedin.com/in/arsh4/",
"twitter": "https://www.twitter.com/RinkiyaKeDad",
"github": "https://github.com/RinkiyaKeDad",
"wechat": "",
"website": "https://arshsharma.com/",
"youtube": "",
"slack_id": "arsh",