Skip to content

Commit d755ebf

Browse files
committed
Merge pull request #2 from mattfarina/feat/sig-apps
Adding SIG Apps
2 parents ae6688a + 7aacdac commit d755ebf

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Much of the community activity is organized into a community meeting and numerou
2525
| Name | Leads | Group | Slack Channel | Meetings |
2626
|------|-------|-------|---------------|----------|
2727
| [API Machinery](sig-api-machinery/README.md) | [@lavalamp (Daniel Smith, Google)](https://github.com/lavalamp) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery) | [#sig-api-machinery](https://kubernetes.slack.com/messages/sig-api-machinery/) | Every other Wednesday at 11:00 AM PST |
28+
| [Apps](sig-apps/README.md) | [@michelleN (Michelle Noorali, Deis)](https://github.com/michelleN)<br>[@mattfarina (Matt Farina, HPE)](https://github.com/mattfarina) | Group TBD | Slack TBD | Weekly on Wednesday at 9:00 AM PST |
2829
| [Auth](sig-auth/README.md) | [@ erictune (Eric Tune, Google)](https://github.com/erictune) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-auth) | [#sig-auth](https://kubernetes.slack.com/messages/sig-auth/) | Biweekly Wednesdays at 1100 to 1200 PT |
2930
| [Autoscaling](sig-autoscaling/README.md) | [@fgrzadkowski (Filip Grządkowski, Google)](https://github.com/jsz) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling) | [#sig-autoscaling](https://kubernetes.slack.com/messages/sig-autoscaling/) | Biweekly (or triweekly) on Thurs at 0830 PT |
3031
| [AWS](sig-aws/README.md) | [@justinsb (Justin Santa Barbara)](https://github.com/justinsb)<br>[@mfburnett (Mackenzie Burnett)](https://github.com/mfburnett) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-aws) | [#sig-aws](https://kubernetes.slack.com/messages/sig-aws/) | TBD |
3132
| [Big Data](sig-big-data/README.md) | [@zmerlynn (Zach Loafman, Google)](https://github.com/zmerlynn)<br>[@timothysc (Timothy St. Clair, Red Hat)](https://github.com/timothysc)<br>[@wattsteve (Steve Watt, Red Hat)](https://github.com/wattsteve) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-big-data) | [#sig-big-data](https://kubernetes.slack.com/messages/sig-big-data/) | Bi-weekly on Mondays at 1300 PT |
32-
| [Cluster Ops] (sig-cluster-ops/README.md) | [@zehicle (Rob Hirschfeld, RackN)](https://github.com/zehicle) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-ops) | [#sig-cluster-ops](https://kubernetes.slack.com/messages/sig-cluster-ops) | Thursdays at 1:00 PM PST on [hangouts](https://plus.google.com/hangouts/_/google.com/sig-cluster-ops)|
33-
| [Configuration](sig-configuration/README.md) | [@jackgr (Jack Greenfield, Google)](https://github.com/jackgr)<br>[@bgrant0607 (Brian Grant, Google)](https://github.com/bgrant0607)<br>[@ghodss (Sam Ghods, Box)](https://github.com/ghodss) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-config) | [#sig-configuration](https://kubernetes.slack.com/messages/sig-configuration/) | Weekly on Wednesdays at 1300 PT |
33+
| [Cluster Ops](sig-cluster-ops/README.md) | [@zehicle (Rob Hirschfeld, RackN)](https://github.com/zehicle) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-ops) | [#sig-cluster-ops](https://kubernetes.slack.com/messages/sig-cluster-ops) | Thursdays at 1:00 PM PST on [hangouts](https://plus.google.com/hangouts/_/google.com/sig-cluster-ops)|
3434
| [Federation](sig-federation/README.md) | [@quinton-hoole (Quinton Hoole, Google)](https://github.com/quinton-hoole) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-federation) | [#sig-federation](https://kubernetes.slack.com/messages/sig-federation/) | ??? |
3535
| [Network](sig-network/README.md) | [@thockin (Tim Hockin, Google)](https://github.com/thockin)<br> [@dcbw (Dan Williams, Red Hat)](https://github.com/dcbw) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-network) | [#sig-network](https://kubernetes.slack.com/messages/sig-network/) | (unknown frequency) 0700 Fridays |
3636
| [Node](sig-node/README.md) | [@dchen1107 (Dawn Chen, Google)](https://github.com/dchen1107)<br>[@jonboulle (Jonathan Boulle, CoreOS)](https://github.com/jonboulle)<br>[@derekwaynecarr (Derek Carr, Red Hat)](https://github.com/derekwaynecarr) | [Group](https://groups.google.com/forum/#!forum/kubernetes-sig-node) | [#sig-node](https://kubernetes.slack.com/messages/sig-node/) | Weekly on Wednesdays at 11:00 PT |

archive/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Archive
2+
3+
The archive contains SIG information for those no longer active.
File renamed without changes.

sig-apps/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# SIG Apps
2+
3+
A Special Interest Group for deploying and operating applications in Kubernetes.
4+
5+
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.
6+
7+
## Meeting:
8+
* Meetings: Wednesdays 9:00AM PST
9+
* Zoom Link: https://zoom.us/j/4526666954
10+
11+
## Goals:
12+
* Discuss running applications in k8s
13+
* Discuss how to define and run apps in k8s (APIs, CLIs, SDKs, package management tools, etc.)
14+
* Suggest k8s features where we see friction
15+
* Be the voice of the people running applications into the k8s development (developers and devops)
16+
* Help people get involved in the kubernetes community
17+
* Show early features/demos of tools that make running apps easier
18+
19+
## Non-goals:
20+
* Our job is not to go implement stacks. We’re helping people to help themselves. We will help connect people to the right folks * but we do not want to own a set of examples (as a group)
21+
* Do not endorse one particular tool
22+
* Do not pick which apps to run on top of the platform
23+
* Do not recommend one way to do things
24+
25+
## Organizers:
26+
* Michelle Noorali <[email protected]>, Deis
27+
* Matt Farina <[email protected]>, HPE

0 commit comments

Comments
 (0)