forked from kubernetes/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sigs.yaml
835 lines (829 loc) · 31.5 KB
/
sigs.yaml
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
sigs:
- name: API Machinery
dir: sig-api-machinery
mission_statement: >
Covers all aspects of API server, API registration and discovery, generic
API CRUD semantics, admission control, encoding/decoding, conversion,
defaulting, persistence layer (etcd), OpenAPI, third-party resource,
garbage collection, and client libraries.
label: api-machinery
leads:
- name: Daniel Smith
company: Google
github: lavalamp
- name: David Eads
company: Red Hat
github: deads2k
meetings:
- day: Wednesday
utc: "18:00"
frequency: biweekly
meeting_url: https://staging.talkgadget.google.com/hangouts/_/google.com/kubernetes-sig
meeting_archive_url: https://goo.gl/x5nWrF
meeting_recordings_url: https://www.youtube.com/watch?v=Lj1ScbXpnpY&list=PL69nYSiGNLP21oW3hbLyjjj4XhrwKxH2R
contact:
slack: sig-api-machinery
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery
- name: Apps
dir: sig-apps
mission_statement: >
Covers deploying and operating applications in Kubernetes. We focus on
the developer and devops experience of running applications in Kubernetes.
We discuss how to define and run apps in Kubernetes, demo relevant tools
and projects, and discuss areas of friction that can lead to suggesting
improvements or feature requests.
label: apps
leads:
- name: Michelle Noorali
github: michelleN
company: Microsoft
- name: Matt Farina
github: mattfarina
company: Samsung SDS
- name: Adnan Abdulhussein
github: prydonius
company: Bitnami
meetings:
- day: Monday
utc: "16:00"
frequency: weekly
meeting_url: https://zoom.us/my/sig.apps
meeting_archive_url: https://docs.google.com/document/d/1LZLBGW2wRDwAfdBNHJjFfk9CFoyZPcIYGWU7R1PQ3ng/edit#
meeting_recordings_url: https://www.youtube.com/watch?v=hn23Z-vL_cM&list=PL69nYSiGNLP2LMq7vznITnpd2Fk1YIZF3
contact:
slack: sig-apps
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-apps
- name: Architecture
dir: sig-architecture
mission_statement: >
The Architecture SIG maintains and evolves the design principles of Kubernetes, and provides a consistent
body of expertise necessary to ensure architectural consistency over time.
label: architecture
leads:
- name: Brian Grant
github: bgrant0607
company: Google
- name: Jaice Singer DuMars
github: jdumars
company: Microsoft
meetings:
- day: Thursday
utc: "15:30"
frequency: weekly
meeting_url: https://zoom.us/j/2018742972
meeting_archive_url: https://docs.google.com/document/d/1BlmHq5uPyBUDlppYqAAzslVbAO8hilgjqZUTaNXUhKM/edit
meeting_recordings_url: https://www.youtube.com/watch?v=d5ERqm3oHN0&list=PL69nYSiGNLP2m6198LaLN6YahX7EEac5g
contact:
slack: sig-architecture
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-architecture
- name: Auth
dir: sig-auth
mission_statement: >
Covers improvements to Kubernetes authorization, authentication, and
cluster security policy.
label: auth
leads:
- name: Eric Chiang
github: ericchiang
company: CoreOS
- name: Jordan Liggitt
github: liggitt
company: Red Hat
- name: David Eads
github: deads2k
company: Red Hat
meetings:
- day: Wednesday
utc: "18:00"
frequency: biweekly
meeting_url: https://zoom.us/my/k8s.sig.auth
meeting_archive_url: https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#
meeting_recordings_url: https://www.youtube.com/watch?v=DJDuDNALcMo&list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
contact:
slack: sig-auth
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-auth
- name: Autoscaling
dir: sig-autoscaling
mission_statement: >
Covers autoscaling of clusters, horizontal and vertical autoscaling of pods,
setting initial resources for pods, topics related to monitoring pods and
gathering their metrics (e.g.: Heapster)
label: autoscaling
leads:
- name: Marcin Wielgus
github: mwielgus
company: Google
- name: Solly Ross
github: directxman12
company: Red Hat
meetings:
- day: Monday
utc: "14:00"
frequency: biweekly/triweekly
meeting_url: https://zoom.us/j/176352399
meeting_archive_url: https://docs.google.com/document/d/1RvhQAEIrVLHbyNnuaT99-6u9ZUMp7BfkPupT2LAZK7w/edit
meeting_recordings_url:
contact:
slack: sig-autoscaling
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling
- name: AWS
dir: sig-aws
mission_statement: >
Covers maintaining, supporting, and using Kubernetes hosted on AWS Cloud.
label: aws
leads:
- name: Justin Santa Barbara
github: justinsb
- name: Kris Nova
github: kris-nova
company: Microsoft
- name: Chris Love
github: chrislovecnm
- name: Mackenzie Burnett
github: mfburnett
company: Redspread
meetings:
- day: Friday
utc: "16:00" # Actually 9AM Pacific, but timezone support issue is https://github.com/kubernetes/community/issues/841
frequency: biweekly
meeting_url: https://zoom.us/my/k8ssigaws
meeting_archive_url: https://docs.google.com/document/d/1-i0xQidlXnFEP9fXHWkBxqySkXwJnrGJP9OGyP2_P14/edit
meeting_recordings_url:
contact:
slack: sig-aws
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-aws
- name: Azure
dir: sig-azure
mission_statement: >
A Special Interest Group for building, deploying, maintaining, supporting,
and using Kubernetes on Azure Container Service.
label: azure
leads:
- name: Jason Hansen
github: slack
company: Microsoft
- name: Cole Mickens
github: colemickens
company: Microsoft
- name: Jaice Singer DuMars
github: jdumars
company: Microsoft
meetings:
- day: Wednesday
utc: "16:00"
frequency: biweekly
meeting_url: https://deis.zoom.us/j/2018742972
meeting_archive_url: https://docs.google.com/document/d/1SpxvmOgHDhnA72Z0lbhBffrfe9inQxZkU9xqlafOW9k/edit
meeting_recordings_url: https://www.youtube.com/watch?v=yQLeUKi_dwg&list=PL69nYSiGNLP2JNdHwB8GxRs2mikK7zyc4
contact:
slack: sig-azure
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-azure
- name: Big Data
dir: sig-big-data
mission_statement: >
Covers deploying and operating big data applications (Spark, Kafka,
Hadoop, Flink, Storm, etc) on Kubernetes. We focus on integrations with
big data applications and architecting the best ways to run them on Kubernetes.
label: big-data
leads:
- name: Anirudh Ramanathan
github: foxish
company: Google
- name: Erik Erlandson
github: erikerlandson
company: Red Hat
meetings:
- day: Wednesday
utc: "17:00"
frequency: weekly
meeting_url: https://zoom.us/my/sig.big.data
meeting_archive_url: https://docs.google.com/document/d/1pnF38NF6N5eM8DlK088XUW85Vms4V2uTsGZvSp8MNIA/edit
meeting_recordings_url: https://docs.google.com/document/d/1pnF38NF6N5eM8DlK088XUW85Vms4V2uTsGZvSp8MNIA/edit
contact:
slack: sig-big-data
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-big-data
- name: CLI
dir: sig-cli
mission_statement: >
Covers kubectl and related tools. We focus on the development and
standardization of the CLI framework and its dependencies, the
establishment of conventions for writing CLI commands, POSIX compliance,
and improving the command line tools from a developer and devops user
experience and usability perspective.
label: cli
leads:
- name: Fabiano Franz
github: fabianofranz
company: Red Hat
- name: Phillip Wittrock
github: pwittrock
company: Google
- name: Tony Ado
github: AdoHe
company: Alibaba
meetings:
- day: Wednesday
utc: "16:00"
frequency: biweekly
meeting_url: https://zoom.us/my/sigcli
meeting_archive_url: https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing
meeting_recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP28HaTzSlFe6RJVxpFmbUvF
contact:
slack: sig-cli
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cli
- name: Cluster Lifecycle
dir: sig-cluster-lifecycle
mission_statement: >
The Cluster Lifecycle SIG is responsible for building the user experience
for deploying and upgrading Kubernetes clusters.
label: cluster-lifecycle
leads:
- name: Luke Marsden
github: lukemarsden
company: Weave
- name: Joe Beda
github: jbeda
company: Heptio
- name: Robert Bailey
github: roberthbailey
company: Google
- name: Lucas Käldström
github: luxas
company: Luxas Labs (occasionally contracting for Weaveworks)
meetings:
- day: Tuesday
utc: "16:00"
frequency: weekly
meeting_url: https://zoom.us/j/166836%E2%80%8B624
meeting_archive_url: https://docs.google.com/a/weave.works/document/d/1deJYPIF4LmhGjDVaqrswErIrV7mtwJgovtLnPCDxP7U/edit
meeting_recordings_url: https://www.youtube.com/watch?v=ljK5dgSA7vc&list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
contact:
slack: sig-cluster-lifecycle
full_github_teams: true
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
- name: Cluster Ops
dir: sig-cluster-ops
mission_statement: >
Promote operability and interoperability of Kubernetes clusters. We
focus on shared operations practices for Kubernetes clusters with a goal
to make Kubernetes broadly accessible with a common baseline reference.
We also organize operators as a sounding board and advocacy group.
label: cluster-ops
leads:
- name: Rob Hirschfeld
github: zehicle
company: RackN
- name: Jaice Singer DuMars
github: jdumars
company: Microsoft
meetings:
- day: Thursday
utc: "20:00"
frequency: biweekly
meeting_url: https://zoom.us/j/297937771
meeting_archive_url: https://docs.google.com/document/d/1IhN5v6MjcAUrvLd9dAWtKcGWBWSaRU8DNyPiof3gYMY/edit#
meeting_recordings_url: https://www.youtube.com/watch?v=7uyy37pCk4U&list=PL69nYSiGNLP3b38liicqy6fm2-jWT4FQR
contact:
slack: sig-cluster-ops
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-ops
- name: Contributor Experience
dir: sig-contributor-experience
mission_statement: >
Developing and sustaining a healthy community of contributors is critical
to scaling the project and growing the ecosystem. We need to ensure our
contributors are happy and productive, we need to break the commit-rate
ceiling we hit in July 2015, and we need to get the monotonically growing
PR merge latency and numbers of open PRs and issues under control.
label: contributor-experience
leads:
- name: Garrett Rodrigues
github: grodrigues3
company: Google
- name: Elsie Phillips
github: Phillels
company: CoreOS
meetings:
- day: Wednesday
utc: "16:30"
frequency: biweekly
meeting_url: https://zoom.us/j/7658488911
meeting_archive_url: https://docs.google.com/document/d/1qf-02B7EOrItQgwXFxgqZ5qjW0mtfu5qkYIF1Hl4ZLI/
meeting_recordings_url: https://www.youtube.com/watch?v=EMGUdOKwSns&list=PL69nYSiGNLP2x_48wbOPO0vXQgNTm_xxr
contact:
slack: sig-contribex
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-contribex
- name: Docs
dir: sig-docs
mission_statement: >
Covers documentation, doc processes, and doc publishing for Kubernetes.
label: docs
leads:
- name: Devin Donnelly
github: devin-donnelly
company: Google
- name: Jared Bhatti
github: jaredbhatti
company: Google
meetings:
- day: Tuesday
utc: "17:30"
frequency: weekly
meeting_url: https://zoom.us/j/678394311
meeting_archive_url: https://docs.google.com/document/d/1Ds87eRiNZeXwRBEbFr6Z7ukjbTow5RQcNZLaSvWWQsE/edit
meeting_recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP3b5hlx0YV7Lo7DtckM84y8
contact:
slack: sig-docs
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-docs
- name: Multicluster
dir: sig-multicluster
mission_statement: >
Covers multi-cluster Kubernetes use cases and tooling. This includes:
application resiliency against availability zone outages; hybrid clouds;
spanning of multiple could providers; application migration from private
to public clouds (and vice versa); and other similar subjects. This SIG
was formerly called sig-federation and focused on the Federation project,
but expanded its charter to all multi-cluster concerns in August 2017.
label: multicluster
leads:
- name: Christian Bell
github: csbell
company: Google
- name: Quinton Hoole
github: quinton-hoole
company: Huawei
meetings:
- day: Tuesday
utc: "16:30"
frequency: biweekly
meeting_url: https://zoom.us/my/k8s.mc
meeting_archive_url: https://docs.google.com/document/d/18mk62nOXE_MCSSnb4yJD_8UadtzJrYyJxFwbrgabHe8/edit
meeting_recordings_url: https://www.youtube.com/watch?v=iWKC3FsNHWg&list=PL69nYSiGNLP0HqgyqTby6HlDEz7i1mb0-
contact:
slack: sig-multicluster
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-multicluster
- name: Instrumentation
dir: sig-instrumentation
mission_statement: >
Covers best practices for cluster observability through metrics, logging, and events across all
Kubernetes components and development of relevant components such as Heapster and kube-state-metrics.
Coordinates metric requirements of different SIGs for other components through finding common APIs.
label: instrumentation
leads:
- name: Piotr Szczesniak
github: piosz
company: Google
- name: Fabian Reinartz
github: fabxc
company: CoreOS
meetings:
- day: Thursday
utc: "16:30"
frequency: weekly
meeting_url: https://zoom.us/j/5342565819
meeting_archive_url: https://docs.google.com/document/d/1gWuAATtlmI7XJILXd31nA4kMq6U9u63L70382Y3xcbM/edit
meeting_recordings_url:
contact:
slack: sig-instrumentation
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation
- name: Network
dir: sig-network
mission_statement: >
Covers networking in Kubernetes.
label: network
leads:
- name: Tim Hockin
github: thockin
company: Google
- name: Dan Williams
github: dcbw
company: Red Hat
- name: Casey Davenport
github: caseydavenport
company: Tigera
meetings:
- day: Thursday
utc: "21:00"
frequency: biweekly
meeting_url: https://zoom.us/j/5806599998
meeting_archive_url: https://docs.google.com/document/d/1_w77-zG_Xj0zYvEMfQZTQ-wPP4kXkpGD8smVtW_qqWM/edit
meeting_recordings_url: https://www.youtube.com/watch?v=phCA5-vWkVM&list=PL69nYSiGNLP2E8vmnqo5MwPOY25sDWIxb
contact:
slack: sig-network
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-network
- name: Node
dir: sig-node
mission_statement: >
label: node
leads:
- name: Dawn Chen
github: dchen1107
company: Google
- name: Derek Carr
github: derekwaynecarr
company: Red Hat
meetings:
- day: Tuesday
utc: "17:00"
frequency: weekly
meeting_url: https://plus.google.com/hangouts/_/google.com/sig-node-meetup?authuser=0
meeting_archive_url: https://docs.google.com/document/d/1Ne57gvidMEWXR70OxxnRkYquAoMpt56o75oZtg-OeBg/edit?usp=sharing
meeting_recordings_url: https://www.youtube.com/watch?v=FbKOI9-x9hI&list=PL69nYSiGNLP1wJPj5DYWXjiArF-MJ5fNG
contact:
slack: sig-node
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-node
- name: On Premise
dir: sig-on-premise
mission_statement: >
Brings together member of Kubernetes community interested in running
Kubernetes on premise, on bare metal or more generally beyond cloud
providers.
label: onprem
leads:
- name: Marco Ceppi
github: marcoceppi
company: Canonical
- name: Dalton Hubble
github: dghubble
company: CoreOS
meetings:
- day: Wednesday
utc: "16:00"
frequency: weekly
meeting_url: https://zoom.us/my/k8s.sig.onprem
meeting_archive_url: https://docs.google.com/document/d/1AHF1a8ni7iMOpUgDMcPKrLQCML5EMZUAwP4rro3P6sk/edit#
meeting_recordings_url: https://www.youtube.com/watch?v=dyUWqqNYUio&list=PL69nYSiGNLP2MvqC6NeegrgtOl5s1KlYa
contact:
slack: sig-onprem
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-on-prem
full_github_teams: true
github_team_prefix: onprem
- name: OpenStack
dir: sig-openstack
mission_statement: >
Coordinates the cross-community efforts of the OpenStack and Kubernetes
communities. This includes OpenStack-related contributions to Kubernetes
projects with OpenStack as: a deployment platform for Kubernetes; a
service provider for Kubernetes; a collection of applications to run on
Kubernetes.
label: openstack
leads:
- name: Ihor Dvoretskyi
github: idvoretskyi
company: CNCF
- name: Steve Gordon
github: xsgordon
company: Red Hat
meetings:
- day: Wednesday
utc: "15:00"
frequency: biweekly
meeting_url: https://zoom.us/j/417251241
meeting_archive_url: https://docs.google.com/document/d/1iAQ3LSF_Ky6uZdFtEZPD_8i6HXeFxIeW4XtGcUJtPyU/edit?usp=sharing_eixpa_nl&ts=588b986f
meeting_recordings_url: https://www.youtube.com/watch?v=iCfUx7ilh0E&list=PL69nYSiGNLP20iTSChQ_i2QQmTBl3M7ax
contact:
slack: sig-openstack
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-openstack
full_github_teams: true
- name: Product Management
dir: sig-product-management
mission_statement: >
Focuses on aspects of product management, such as the qualification and
successful management of user requests, and aspects of project and
program management such as the continued improvement of the processes
used by the Kubernetes community to maintain the Kubernetes Project itself.
Besides helping to discover both what to build and how to build it, the
PM Group also helps to try and keep the wheels on this spaceship we are
all building together; bringing together people who think about Kubernetes
as both a vibrant community of humans and technical program is another
primary focus of this group.
Members of the Kubernetes PM Group can assume certain additional
responsibilities to help maintain the Kubernetes Project itself.
It is also important to remember that the role of managing an open
source project is very new and largely unscoped for a project as large
as Kubernetes; we are learning too and we are excited to learn how we
can best serve the community of users and contributors.
label: none
leads:
- name: Aparna Sinha
github: apsinha
company: Google
- name: Ihor Dvoretskyi
github: idvoretskyi
company: CNCF
- name: Caleb Miles
github: calebamiles
company: CoreOS
meetings:
- day: Tuesday
utc: "15:00"
frequency: biweekly
meeting_url: https://zoom.us/j/845373595
meeting_archive_url: https://docs.google.com/document/d/1YqIpyjz4mV1jjvzhLx9JYy8LAduedzaoBMjpUKGUJQo/edit?usp=sharing
meeting_recordings_url: https://www.youtube.com/watch?v=VcdjaZAol2I&list=PL69nYSiGNLP3EBqpUGVsK1sMgUZVomfEQ
contact:
slack: kubernetes-pm
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-pm
- name: Release
dir: sig-release
label: release
leads:
- name: Phillip Wittrock
github: pwittrock
company: Google
- name: Caleb Miles
github: calebamiles
company: CoreOS
meetings:
- day: Tuesday
utc: "21:00"
frequency: biweekly
meeting_url: https://zoom.us/j/664772523
meeting_archive_url: https://docs.google.com/document/d/1vhsixdT58iJFfoGZbpmvI_xnK59XyAjtadu3h6hHPpY/edit?usp=sharing
meeting_recordings_url: https://www.youtube.com/watch?v=I0KbWz8MTMk&list=PL69nYSiGNLP3QKkOsDsO6A0Y1rhgP84iZ
contact:
slack: sig-release
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-release
- name: Scalability
dir: sig-scalability
mission_statement: >
Responsible for answering scalability related questions such as:
What size clusters do we think that we should support with Kubernetes
in the short to medium term? How performant do we think that the control
system should be at scale? What resource overhead should the Kubernetes
control system reasonably consume?
For more details about our objectives please review our
[Scaling And Performance Goals](https://github.com/kubernetes/community/blob/master/sig-scalability/goals.md)
label: scalability
leads:
- name: Wojciech Tyczynski
github: wojtek-t
company: Google
- name: Bob Wise
github: countspongebob
company: Samsung SDS
- name: Joe Beda
github: jbeda
company: Heptio
meetings:
- day: Thursday
utc: "16:00"
frequency: bi-weekly
meeting_url: https://zoom.us/j/989573207
meeting_archive_url: https://docs.google.com/a/bobsplanet.com/document/d/1hEpf25qifVWztaeZPFmjNiJvPo-5JX1z0LSvvVY5G2g/edit?usp=drive_web
meeting_recordings_url: https://www.youtube.com/watch?v=NDP1uYyom28&list=PL69nYSiGNLP2X-hzNTqyELU6jYS3p10uL
contact:
slack: sig-scalability
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-scale
- name: Scheduling
dir: sig-scheduling
mission_statement: >
label: scheduling
leads:
- name: David Oppenheimer
github: davidopp
company: Google
- name: Timothy St. Clair
github: timothysc
company: Red Hat
meetings:
- day: Monday
utc: "20:00"
frequency: biweekly
- day: Wednesday
utc: "07:30"
frequency: biweekly
meeting_url: https://zoom.us/zoomconference?m=rN2RrBUYxXgXY4EMiWWgQP6Vslgcsn86
meeting_archive_url: https://docs.google.com/document/d/13mwye7nvrmV11q9_Eg77z-1w3X7Q1GTbslpml4J7F3A/edit
meeting_recordings_url: https://www.youtube.com/watch?v=PweKj6SU7UA&list=PL69nYSiGNLP2vwzcCOhxrL3JVBc-eaJWI
contact:
slack: sig-scheduling
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-scheduling
- name: Service Catalog
dir: sig-service-catalog
mission_statement: >
To develop a Kubernetes API for the CNCF service broker and Kubernetes
broker implementation.
label: service-catalog
leads:
- name: Paul Morie
github: pmorie
company: Red Hat
- name: Aaron Schlesinger
github: arschles
company: Microsoft
- name: Ville Aikas
github: vaikas-google
company: Google
- name: Doug Davis
github: duglin
company: IBM
meetings:
- day: Monday
utc: "20:00"
frequency: weekly
meeting_url: https://zoom.us/j/7201225346
meeting_archive_url: https://docs.google.com/document/d/17xlpkoEbPR5M6P5VDzNx17q6-IPFxKyebEekCGYiIKM/edit
meeting_recordings_url: https://www.youtube.com/watch?v=ukPj1sFFkr0&list=PL69nYSiGNLP2k9ZXx9E1MvRSotFDoHUWs
contact:
slack: sig-service-catalog
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-service-catalog
- name: Storage
dir: sig-storage
mission_statement: >
Covers storage and volume plugins.
label: storage
leads:
- name: Saad Ali
github: saad-ali
company: Google
- name: Bradley Childs
github: childsb
company: Red Hat
meetings:
- day: Thursday
utc: "16:00"
frequency: biweekly
meeting_url: https://zoom.us/j/614261834
meeting_archive_url: https://docs.google.com/document/d/1-8KEG8AjAgKznS9NFm3qWqkGyCHmvU6HVl0sk5hwoAE/edit?usp=sharing
meeting_recordings_url: https://www.youtube.com/watch?v=Eh7Qa7KOL8o&list=PL69nYSiGNLP02-BMqJdfFgGxYQ4Nb-2Qq
contact:
slack: sig-storage
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-storage
- name: Testing
dir: sig-testing
mission_statement: >
Interested in how we can most effectively test Kubernetes. We're
interested specifically in making it easier for the community to run
tests and contribute test results, to ensure Kubernetes is stable across
a variety of cluster configurations and cloud providers.
label: testing
leads:
- name: Aaron Crickenberger
github: spiffxp
company: Samsung SDS
- name: Erick Feja
github: fejta
company: Google
- name: Timothy St. Clair
github: timothysc
company: Heptio
meetings:
- day: Tuesday
utc: "20:00"
frequency: weekly
meeting_url: https://zoom.us/j/2419653117
meeting_archive_url: https://docs.google.com/document/d/1z8MQpr_jTwhmjLMUaqQyBk1EYG_Y_3D4y4YdMJ7V1Kk
meeting_recordings_url: https://www.youtube.com/watch?v=BbFjuxe3N4w&list=PL69nYSiGNLP0ofY51bEooJ4TKuQtUSizR
contact:
slack: sig-testing
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-testing
- name: UI
dir: sig-ui
mission_statement: >
Covers all things UI related. Efforts are centered around Kubernetes
Dashboard: a general purpose, web-based UI for Kubernetes clusters. It
allows users to manage applications running in the cluster and
troubleshoot them, as well as manage the cluster itself.
label: ui
leads:
- name: Dan Romlein
github: danielromlein
company: Google
- name: Sebastian Florek
github: floreks
company: Fujitsu
meetings:
- day: Thursday
utc: "16:00"
frequency: weekly
meeting_url: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
meeting_archive_url: https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing
meeting_recordings_url:
contact:
slack: sig-ui
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
- name: Windows
dir: sig-windows
mission_statement: >
Focuses on supporting Windows Server Containers for Kubernetes.
label: windows
leads:
- name: Michael Michael
github: michmike
company: Apprenda
meetings:
- day: Tuesday
utc: "16:30"
frequency: weekly
meeting_url: https://zoom.us/my/sigwindows
meeting_archive_url: https://docs.google.com/document/d/1Tjxzjjuy4SQsFSUVXZbvqVb64hjNAG5CQX8bK7Yda9w/edit#heading=h.kbz22d1yc431
meeting_recordings_url: https://www.youtube.com/watch?v=7zawb3KT9Xk&list=PL69nYSiGNLP2OH9InCcNkWNu2bl-gmIU4
contact:
slack: sig-windows
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-windows
workinggroups:
- name: Resource Management
dir: wg-resource-management
mission_statement: >
Designing and shepherding cross-cutting features around compute resource isolation and utilization.
leads:
- name: Vishnu Kannan
github: vishh
company: Google
- name: Derek Carr
github: derekwaynecarr
company: Red Hat
meetings:
- day: Wednesday
utc: "18:00"
frequency: weekly (On demand)
meeting_url: https://zoom.us/j/4799874685
meeting_archive_url: https://docs.google.com/document/d/1j3vrG6BgE0hUDs2e-1ZUegKN4W4Adb1B6oJ6j-4kyPU
meeting_recordings_url: https://www.youtube.com/watch?v=FUUJeWIEej0&list=PL69nYSiGNLP2uTrVwZCFtdEvLQvsbG2w4
contact:
slack: wg-resource-mgmt
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management
- name: Container Identity
dir: wg-container-identity
mission_statement: >
Ensure containers are able to interact with external systems and acquire secure identities for communication, integrating with external solutions as necessary.
leads:
- name: Clayton Coleman
github: smarterclayton
company: Red Hat
- name: Greg Gastle
github: destijl
company: Google
meetings:
- day: Tuesday
utc: "15:00"
frequency: bi-weekly (On demand)
meeting_url: TBD
meeting_archive_url: https://docs.google.com/document/d/1uH60pNr1-jBn7N2pEcddk6-6NTnmV5qepwKUJe9tMRo/edit
meeting_recordings_url:
contact:
slack: wg-container-identity
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity
- name: Kubeadm Adoption
dir: wg-kubeadm-adoption
mission_statement: >
Boost adoption of the kubeadm tool. kubeadm is a tool for creating new Kubernetes clusters easily for new users, but can also be used as a toolbox for higher-level deployment
solutions. This working group makes sure kubeadm meets the extensibility requirements of those higher-level Kubernetes installers.
leads:
- name: Lucas Käldström
github: luxas
company: Luxas Labs (occasionally contracting for Weaveworks)
- name: Justin Santa Barbara
github: justinsb
meetings:
- day: Tuesday
utc: "18:00"
frequency: bi-weekly
meeting_url: https://zoom.us/j/166836%E2%80%8B624
meeting_archive_url: https://docs.google.com/document/d/1KdXsLYiJYJdiRbtgZsx6qbHF4g_K-gAScB9Zs4avgzg/edit
meeting_recordings_url: https://www.youtube.com/watch?v=-Xlcrm5iT80&list=PLPgAK4Icr0ehh93BiMC3djAc5KoW7WIkl
contact:
slack: sig-cluster-lifecycle
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
- name: Cluster API
dir: wg-cluster-api
mission_statement: >
Define a portable API that represents a Kubernetes cluster. The API will contain the control plane and its configuration and the underlying infrastructure (nodes, node pools, etc).
leads:
- name: Kris Nova
github: kris-nova
company: Microsoft
- name: Jacob Beacham
github: pipejakob
company: Google
- name: Robert Bailey
github: roberthbailey
company: Google
meeting_archive_url: https://docs.google.com/document/d/16ils69KImmE94RlmzjWDrkmFZysgB2J4lGnYMRN89WM/edit
contact:
slack: sig-cluster-lifecycle
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
- name: App Def
dir: wg-app-def
mission_statement: >
Improve UX of declarative primitives in the API and/or primary client libraries and tools,
understand the needs of other parts of the ecosystem on this layer, and improve the interoperability
of application management tools through better separation of concerns, common conventions,
and common principles.
Charter can be found [here](https://docs.google.com/document/d/1TzRwzWYRulx4o8Fii8k7ToIx4LR4MSncxxLdJ9TkOAs/edit#)
leads:
- name: Antoine Legrand
github: ant31
company: CoreOS
- name: Sebastien Goasguen
github: sebgoa
company: Bitnami
meetings:
- day: Wednesday
utc: "16:00"
frequency: bi-weekly
meeting_url: https://zoom.us/j/748123863
meeting_archive_url: https://docs.google.com/document/d/1Pxc-qwAt4FvuISZ_Ib5KdUwlynFkGueuzPx5Je_lbGM/edit
contact:
slack: wg-app-def
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-app-def