Skip to content

Commit

Permalink
Merge pull request #2881 from mattfarina/sig-apps-charter-2
Browse files Browse the repository at this point in the history
Adding SIG Apps Charter
  • Loading branch information
k8s-ci-robot authored Nov 8, 2018
2 parents d5e1a9b + 95f5d59 commit 976b58e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sig-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ To understand how this file is generated, see https://git.k8s.io/community/gener

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.

The [charter](charter.md) defines the scope and governance of the Apps Special Interest Group.

## Meetings
* Regular SIG Meeting: [Mondays at 9:00 PT (Pacific Time)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=9:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1LZLBGW2wRDwAfdBNHJjFfk9CFoyZPcIYGWU7R1PQ3ng/edit#).
Expand Down
53 changes: 53 additions & 0 deletions sig-apps/charter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# SIG Apps Charter

This charter adheres to the conventions described in the [Kubernetes Charter README] and uses
the Roles and Organization Management outlined in [sig-governance].

## Scope

SIG Apps covers developing, deploying, and operating applications on Kubernetes with a focus on the application developer and application operator experience.

### In scope

#### Code, Binaries and Services

- APIs used for running applications (e.g., Workloads API)
- Tools and documentation to aid in ecosystem tool interoperability around apps (e.g., Application CRD/Controller)
- Grandfathered in tools used to aide in development of and management of workloads (e.g., Kompose)

#### Cross-cutting and Externally Facing Processes

- A discussion platform for solving app development and management problems
- Represent the needs and persona of application developers and operators

### Out of scope

- Code ownership of ecosystem tools. Discussion of the tools is in scope but ownership of them is outside the scope of Kubernetes aside from legacy situations
- Do not recommend one way to do things (e.g., picking a template language)
- Do not endorse one particular ecosystem tool

## Roles and Organization Management

This sig follows adheres to the Roles and Organization Management outlined in [sig-governance]
and opts-in to updates and modifications to [sig-governance].

### Additional responsibilities of Chairs

- Report the SIG status at events and community meetings wherever possible
- Actively promote diversity and inclusion in the SIG
- Uphold the Kubernetes Code of Conduct especially in terms of personal behavior and responsibility
- Chairs oversee the subproject creation process

### Deviations from [sig-governance]

- Generic technical leads are not appropriate for this SIG because sub-projects maintain their processes
- Chairs follow the Technical Leads process in the subproject creation process
- Proposing and making decisions MAY be done without the use of KEPS so long as the decision is documented in a linkable medium.

### Subproject Creation

SIG Chairs following Technical Leads process defined in [sig-governance]

[sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md
[sig-subprojects]: https://github.com/kubernetes/community/blob/master/sig-YOURSIG/README.md#subprojects
[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
2 changes: 1 addition & 1 deletion sigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ sigs:
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.
charter_link:
charter_link: charter.md
label: apps
leadership:
chairs:
Expand Down

0 comments on commit 976b58e

Please sign in to comment.