Skip to content

Commit e9b7714

Browse files
committed
Merge pull request #1 from mattfarina/feat/new-intro
Added base structure with example
2 parents bfbbc25 + b8071bb commit e9b7714

File tree

3 files changed

+113
-1
lines changed

3 files changed

+113
-1
lines changed

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contributing guidelines
2+
3+
This project is for documentation about the community. To contribute to one of
4+
the Kubernetes projects please see the contribution guide for that project.
5+
6+
## How To Contribute
7+
8+
The contributions here follow a [pull request](https://help.github.com/articles/using-pull-requests/) model with some additional process.
9+
The process is as follows:
10+
11+
1. Submit a pull request with the requested change.
12+
2. Another person, other than a Special Interest Group (SIG) owner, can mark it Looks Good To Me (LGTM) upon successful review. Otherwise feedback can be given.
13+
3. A SIG owner can merge someone else's change into their SIG documentation immediate.
14+
4. Someone cannot immediately merge their own change. To merge your own change wait 24 hours during the week or 72 hours over a weekend. This allows others the opportunity to review a change.
15+
16+
_Note, the SIG Owners decide on the layout for their own sub-directory structure._

README.md

+90-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,90 @@
1-
# community
1+
# Kubernetes Community Documentation
2+
3+
Welcome to the Kubernetes community documentation. Here you can learn about what's happening in the community.
4+
5+
## Slack Chat
6+
7+
Kubernetes uses [Slack](http://slack.com) for community discussions.
8+
9+
**Join**: Joining is self service. Go to [slack.k8s.io](http://slack.k8s.io) to join.
10+
11+
**Access**: Once you join, the team can be found at [kubernetes.slack.io](http://kubernetes.slack.io)
12+
13+
**Archives**: Discussions on most channels are archived at [kubernetes.slackarchive.io](http://kubernetes.slackarchive.io). Start archiving by inviting the slackarchive bot to a channel via `/invite @slackarchive`
14+
15+
To add new channels, contact one of the admins. Currently that includes briangrant, goltermann, jbeda, and thockin.
16+
17+
## Special Interest Groups (SIG)
18+
19+
Much of the community activity is organized into a community meeting and numerous SIGs. Each of those groups operates a little differently which is reflected in how they capture notes, examples, and other information. Each groups material is in its subdirectory in this project.
20+
21+
The current SIGs are:
22+
23+
### [Weekly Community Video Conference](community/README.md)
24+
25+
The weekly community meeting provides an opportunity for the different SIGs and other parts of the community to come together.
26+
27+
### SIG API Machinery
28+
29+
The [Mission Doc](https://goo.gl/x5nWrF)
30+
31+
### SIG Auth
32+
33+
Kubernetes Special Interest Group for Authentication and Authorization.
34+
35+
Goals for this SIG is to discuss improvements Kubernetes Authorization and Authentication, and cluster security policy. Not in scope for this SIG is to report specific vulnerabilities in Kubernetes, please report using these instructions: http://kubernetes.io/v1.1/docs/reporting-security-issues.html
36+
37+
### SIG Autoscaling
38+
39+
The scope of our SIG includes (but is not limited to):
40+
41+
* autoscaling of clusters,
42+
* horizontal and vertical autoscaling of pods,
43+
* setting initial resources for pods,
44+
* topics related to monitoring pods and gathering their metrics (e.g.: Heapster)
45+
46+
### SIG Cluster Ops
47+
48+
SIG Cluster Ops Mission is to 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.
49+
50+
### SIG Federation
51+
52+
This is a SIG focused on Federation of Kubernetes Clusters ("Ubernetes") and related topics. This includes:
53+
54+
* Application resiliency against availability zone outages
55+
* Hybrid clouds
56+
* Spanning of multiple could providers
57+
* Application migration from private to public clouds (and vice versa)
58+
* ... and other similar subjects.
59+
60+
### SIG Network
61+
62+
This SIG is to promote and discuss network issues and operations.
63+
64+
### SIG Node
65+
66+
Mission Statement?
67+
68+
### SIG OpenStack
69+
70+
Mission Statement?
71+
72+
### SIG Scalability
73+
74+
Mission Statement?
75+
76+
### SIG Scheduling
77+
78+
Mission Statement?
79+
80+
### SIG Storage
81+
82+
The Kubernetes Storage Special-Interest-Group (SIG) is a working group within the Kubernetes contributor community interested in storage and volume plugins.
83+
84+
### SIG Testing
85+
86+
Mission Statement?
87+
88+
### SIG UI
89+
90+
Mission Statement?

community/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Weekly Community Video Conference
2+
3+
We have PUBLIC and RECORDED weekly video meetings every Thursday at 10am US Pacific Time. You can [find the time in your timezone with this table](http://time.is/compare/1000AM_in_PT).
4+
5+
To be added to the calendar items, join this [google group](https://groups.google.com/forum/#!forum/kubernetes-community-video-chat) for further instructions.
6+
7+
If you have a topic you'd like to present or would like to see discussed, please propose a specific date on the Kubernetes Community Meeting [Working Document](https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit#).

0 commit comments

Comments
 (0)