forked from cncf/people
-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.json
17558 lines (17558 loc) · 848 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": " Bhavani Indukuri",
"bio": "<p>CNCF. She possesses extensive expertise in optimising Release processes and DevOps methodologies at Zscaler. In her previous role at Servicenow, Bhavani spearheaded a team in migrating infrastructure to Kubernetes, skilfully managing microservice deployments, Kubernetes application backup and monitoring. Recognised as a prominent speaker at conferences, Bhavani is passionate about enlightening audiences on the transformative potential of DevOps and CNCF Projects. Through her involvement with Women in CNCF, she orchestrates workshops focused on CNCF projects and advocates for increased female representation in the CNCF ecosystem.</p>",
"company": "",
"pronouns": "She/Her",
"location": "Hyderabad, India",
"twitter": "https://twitter.com/IndukuriBhavani",
"github": "",
"category": [
"Ambassadors"
],
"projects": [
"Kubernetes",
"Prometheus",
"Harbor",
"Argo"
],
"image": "bhavani-indukuri.jpg"
},
{
"name": "Aakansha Priya",
"bio": "<p>Aakansha Priya is DevRel at EmpathyOps, a CNCF Ambassador and an organiser for KubeHuddle, Toronto. Working on empowering & upscaling the communities. In the past, she has been a Community Manager at Hashnode & WeMakeDevs, experienced in working efficiently in groups as well as individually. As a frontend dev turned DevOps explorer, loves sharing tech insights, and views on learning & building in public, blogging & building personal brand. Aakansha, a reader and speaker, paints, sings, and loves spontaneous travel. She has spoken at various conferences about DevOps and the human side of tech. Catch her at meetups & conferences!</p>",
"company": "EmpathyOps",
"pronouns": "She/Her",
"location": "Gurugram, India",
"twitter": "https://twitter.com/AakanshaPriya_",
"linkedin": "https://www.linkedin.com/in/aakansha-priya-1782b91a0/",
"slack_id": "U03G74XTKJL",
"category": [
"Ambassadors"
],
"projects": [
"Kubernetes",
"Cilium",
"Istio",
"Argo"
],
"expertise": [
"Technical",
"Non-Technical"
],
"image": "aakansha-priya.jpg"
},
{
"name": "Aaron Williams",
"bio": "<p>I am a DevOps engineer who loves all things Kubernetes. I have a passion for learning and exploring within the CNCF landscape. Some of my favorite tools to use include ArgoCD, Helm, and OPA Gatekeeper. I host a blog that can be found at aaronwilliams.dev.</p>",
"company": "IBM",
"pronouns": "",
"location": "Fort Wayne, United States",
"linkedin": "https://www.linkedin.com/in/aaronmawilliams/",
"twitter": "",
"github": "",
"wechat": "",
"website": "https://aaronwilliams.dev",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "Aaron Williams",
"image": "aaron-williams.jpg"
},
{
"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": "Abdulkareem Esawy",
"bio": "<p>I'an a Staff Platform Engineer with 10 years’ experience participating in the complete product development lifecycle of successfully launched applications. Working with the most efficient cloud native concepts and tools to deliver highly available, scalable, and secure applications.</p>",
"company": "Thiqah",
"pronouns": "He/Him",
"location": "Riyad, Saudi Arabia ",
"linkedin": "https://www.linkedin.com/in/abdul-kareem-esawy-8aa3b9b5",
"twitter": "",
"github": "https://github.com/Abdulkareem83",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "abdulkareem-esawy.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": "Abhishek BVS",
"bio": "<p>I am a software engineer specializing in designing and implementing scalable and resilient software applications, serving thousands of users in real-time using Kubernetes and other CNCF technologies. I am passionate about solving complex computational problems, improving developer experience within the realms of DevOps and Cloud technologies. I enjoy and love solving problems around containers and Kubernetes.I am eager to contribute to the community and share my learnings.</p>",
"company": "Zepto",
"pronouns": "He/Him",
"location": "Bengaluru, India",
"linkedin": "https://www.linkedin.com/in/abhishek-bvs/",
"twitter": "https://x.com/abhishekbvs",
"github": "https://github.com/abhishekbvs",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "Abhishek BVS",
"image": "abhishek-bvs.jpg"
},
{
"name": "Abigail Bangser",
"bio": "<p>Abby is a Principal Engineer at Syntasso delivering Kratix, an open-source cloud-native framework for building internal platforms on Kubernetes. Her keen interest in supporting internal development comes from over a decade of experience in consulting and product delivery roles across platform, site reliability, and quality engineering. Abby is an international keynote speaker, Team Topologies Advocate, and co-host of the #CoffeeOps London meetup. Outside of work, Abby spoils her pup Zino and enjoys playing team sports.</p>",
"company": "Syntasso",
"pronouns": "She/Her",
"location": "London, United Kingdom",
"twitter": "https://twitter.com/a_bangser",
"github": "https://github.com/abangser",
"category": [
"Ambassadors"
],
"projects": [
"Backstage"
],
"image": "abigail-bangser.jpg"
},
{
"name": "Abiodun Akanbi",
"bio": "<p>Highly skilled, seasoned mobile telecommunication expert in Evolved Packet Core and 5G core design/services with great enthusiasm for Telco Cloud. Bagged MSc in Telecommunications and certified in 5G, Kubernetes/Docker, VMware, Openstack, and PMP. Currently designing and deploying next generation cloud-native mobile data core (EPC & 5GC) network functions and services.</p>",
"company": "SKY Mobile UK",
"pronouns": "",
"location": "Swindon, United Kingdom",
"linkedin": "https://www.linkedin.com/in/abiodunakanbimscpmp",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "abiodun-akanbi.jpg"
},
{
"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": "Adam Sawicki",
"bio": "<p>I am DevOps and Cloud focused professional with enthusiasm towards automation and problem solving. I love working with Kubernetes, Linux, IaC, Docker, Cloud, CI/CD and Python. I have been in IT for over 14 years now working with different roles and responsibilities, mostly in banking sector developing, supporting internal clients, vendor applications and platforms. I enjoy moving as much as possible into \"as Code\" principle.</p>",
"company": "Wipro",
"pronouns": "",
"location": "Zürich, Switzerland",
"linkedin": "https://www.linkedin.com/in/adam-s-01918356/",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "adam-sawicki.jpg"
},
{
"name": "Ader Fu",
"bio": "<p>Ader Fu, a.k.a. Yao-De Fu has extensive experience in DevOps and works at Chunghwa Telecom Co., Ltd. I am an active member of the Cloud Native Taiwan User Group (https://www.facebook.com/groups/cloudnative.tw) and co-organized the Kubernetes Community Day meetup event gathering (https://community.cncf.io/kcd-taiwan/) provides expertise in Kubernetes and CNCF technologies. I am also a member of Kubernetes Special Interest Group (SIG) Docs, and serve as an approver in the open source project cncf/glossary, and as an approver and reviewer in kubernetes/website. I am now fully certified in Kubernetes (CKA, CKAD, CKS, KCNA and KCSA) and am the first Kubetronaut in Taiwan. Favorite technologies include Kubernetes/DevOps/CNCF/APIM, etc.</p>",
"company": "Chunghwa Telecom Co., Ltd",
"pronouns": "He/Him",
"location": "Taipei, Taiwan",
"linkedin": "",
"twitter": "",
"github": "https://github.com/ydFu",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "U0415ECRB4Y",
"image": "ader-fu.jpg"
},
{
"name": "Aditya Samant",
"bio": "<p>Aditya is a highly experienced IT professional, currently working as a Site Reliability Architect. He is a former Director of R&D in Microservices and Cloud Native development. He has vast exposure in several major domains like SDK, Security, Public Clouds, CI/CD, Backing Services and Observability, all on an architecture predominantly based on open-source and Kubernetes, by adopting the DevOps culture. He is a member of the Kubernetes GitHub organization via regular contributions to the Kubernetes documentation.</p>",
"company": "Netcracker Technology",
"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": "Afzal Ansari",
"bio": "<p>Afzal is very passionate about open source and quite interested in exploring cloud native computing technologies and building new things on top of that. He has worked for few startups and contributed to various open source projects under CNCF, namely Meshery, Keptn, Jaeger, etc. He has recently advocated Keptn project creating hands-on tutorial on killercoda platform and was featured as a Keptn Crew. He has been part of Cloud Native Hooghly Chapter's tech team. He loves creating video content and writes blogs on his experiences around Cloud Native space to share with like-minded people.</p>",
"company": "",
"pronouns": "He/Him",
"location": "India",
"twitter": "https://twitter.com/afzalshams01",
"github": "https://github.com/afzal442",
"category": [
"Ambassadors"
],
"projects": [
"Artifact Hub",
"Helm",
"Istio",
"KubeVela",
"Keptn",
"Argo",
"Jaeger",
"Kyverno",
"Prometheus"
],
"image": "afzal-ansari.jpg"
},
{
"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": "Aleksandr Varlamov",
"bio": "<p>With 20 years of experience in IT, telecom, and consulting, Aleksandr specializes in designing and delivering complex solutions and services at scale. He provides management and technical leadership to engineering and development teams, with a focus on Kubernetes, Cloud, and Security. His expertise also includes DevOps, GitOps, and DevSecOps.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Raleigh, NC, United States",
"linkedin": "https://www.linkedin.com/in/aleksandr-varlamov",
"twitter": "",
"github": "https://github.com/a1ex-var1amov",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "aleksandr-varlamov.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 Quadrini",
"bio": "<p>I work as a DevSecOps Engineer with extensive experience in C/CD and designing/implementing scalable cloud infrastructure solutions. I am extremely passionate about the DevSecOps approach, GitOps, and the whole Cloud Native world. I love discovering each product under the Cloud Native Computing Foundation (CNCF) and applying them in the best possible scenarios. I love participating in the community! See you around.</p>",
"company": "Florence Consulting Group",
"pronouns": "He/Him",
"location": "Roma, Italy",
"linkedin": "https://www.linkedin.com/in/alessandro-quadrini-b6a643164",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "alessandro-quadrini.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": "Alexandre Lopes Fernandes",
"bio": "<p>Azure | Cloud Architect | Kubernetes | DevOps | Security | Infrastructure as Code</p>",
"company": "",
"pronouns": "He/Him",
"location": "São Paulo, Brazil",
"linkedin": "https://www.linkedin.com/in/alexlofern/",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "alexandre-lopes-fernandes.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/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": "Alistair Mackay",
"bio": "<p>Experienced IT professional with a background in development, database administration, cloud and DevOps. Currently working on a platform with 40+ Kubernetes clusters and as a part time mentor to students on the KodeKloud platform.</p>",
"company": "Firefly IT Consulting Ltd",
"pronouns": "He/Him",
"location": "Oxted, United Kingdom",
"linkedin": "https://www.linkedin.com/in/fireflycons/",
"twitter": "",
"github": "https://github.com/fireflycons",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "alistair-mackay.jpg"
},
{
"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",
"company_logo_url": "https://raw.githubusercontent.com/cncf/landscape/master/hosted_logos/apple.svg",
"company_landscape_url": "https://landscape.cncf.io/?item=cncf-members--platinum--apple-member",
"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": "Altan Altundemir",
"bio": "<p>As a dedicated consultant with a profound passion for cloud-native technologies, he brings extensive experience working with a variety of cloud-native products. His expertise spans the implementation and optimization of cloud solutions, enabling businesses to achieve agility and scalability. He is committed to driving innovation and excellence in the cloud-native landscape.</p>",
"company": "Microsoft",
"pronouns": "He/Him",
"location": "Ankara, Turkey",
"linkedin": "https://www.linkedin.com/in/altan-altundemir-34575417a/",
"twitter": "",
"github": "https://github.com/a1tan",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "altan-altundemir.jpg"
},
{
"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": "Aman Puri",
"bio": "<p>I am Technical Solutions Consultant at Google for App Modernization at Buenos Aires, Argentina (formerly Mumbai, India). I work on DevOps, Kubernetes, Terraform, API Management and development. Medium: https://medium.com/@amanpuritrf Github Contribution: https://github.com/GoogleCloudPlatform/resource-security-remediation</p>",
"company": "Google",
"pronouns": "He/Him",
"location": "Buenos Aires, Argentina",
"linkedin": "https://www.linkedin.com/in/aman-puri-160827120/",
"twitter": "https://x.com/SS4Aman",
"github": "https://github.com/ss4aman/",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "U07DD51QZU5",
"image": "aman-puri.jpg"
},
{
"name": "Amedeo Palopoli",
"bio": "<p>Amedeo Palopoli, a Cloud Architect at Aruba Cloud, is passionate about technological innovation and is an expert in containerization and cloud computing. He began working with Kubernetes in 2016 during his Master's thesis in Computer Engineering at the University of Bologna. During this time, he deepened his interest in containerization and deploying cloud-native applications on Kubernetes through research studies that resulted in publications in scientific journals such as ACM and IEEE. Currently, he's part of the Aruba Cloud group to design and support the cloud management platform which is one of the CNCF Kubernetes Service Provider</p>",
"company": "Aruba Cloud",
"pronouns": "He/Him",
"location": "Milan, Italy",
"linkedin": "https://www.linkedin.com/in/amedeo-palopoli-491b2a75",
"twitter": "",
"github": "https://github.com/amedeopalopoli",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "@Amedeo Palopoli ",
"image": "amedeo-palopoli.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: https://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": "Broadcom",
"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",
"containerd",
"Istio",
"Kubernetes"
],
"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": "Amos Egonmwan",
"bio": "<p>Amos is a Senior DevOps Engineer with expertise in DevSecOps and SRE practices, designing secure, scalable solutions for large-scale distributed systems in the cloud. Passionate about Kubernetes and cloud-native technologies like microservices, service meshes, CI/CD pipelines, container orchestration, serverless architectures, observability, and GitOps, Amos continuously explores innovative trends to deliver cutting-edge solutions to complex IT problems. Amos holds graduate degrees in Applied Mathematics and Numerical Simulation.</p>",
"company": "",
"pronouns": "",
"location": "Lethbridge, Canada",
"linkedin": "https://www.linkedin.com/in/egonmwan/",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "amos-egonmwan.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",
"company_logo_url": "https://raw.githubusercontent.com/cncf/landscape/master/hosted_logos/fidelity-investments.svg",
"company_landscape_url": "https://landscape.cncf.io/?item=cncf-members--gold--fidelity-investments-member",
"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": "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": "Andre Kämmerer",
"bio": "<p>Starting my journey as a Linux system engineer, evolving through roles as DevOps engineer and now being a cloud engineer, I have discovered my passion for automation and cloud technologies. With expertise in Cloud (Azure), Kubernetes (AKS, on-prem), IaC (Terraform, Ansible, Puppet), software development (Python), CI/CD (GitHub actions, FluxCD, ArgoCD) and monitoring (Prometheus, Icinga), I am always excited to dive into new innovations. I love sharing my knowledge and discussing challenging topics to support others in their development and success.</p>",
"company": "",
"pronouns": "He/Him",
"location": "Frankfurt, Germany",
"linkedin": "https://www.linkedin.com/in/andre-kaemmerer",
"twitter": "",
"github": "",
"wechat": "",
"website": "",
"youtube": "",
"category": [
"Kubestronaut"
],
"slack_id": "",
"image": "andre-kammerer.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": [