Kubernetes community content
Go to file
Kubernetes Prow Robot fe27390ea4
Merge pull request #5314 from xing-yang/add_wip_doc
Update Data Protection WG page
2020-11-13 12:57:04 -08:00
.github
archive
committee-code-of-conduct
committee-product-security
committee-steering
communication Archive client-go-docs channel 2020-11-12 22:24:01 +01:00
contributors api-conventions: Typo in initials 2020-11-11 14:55:01 -05:00
events Add RESULTS and BALLOT files per procedure. 2020-10-30 16:29:32 -07:00
generator
github-management github-management: add rule for template files for donate repos 2020-10-30 09:32:53 +05:30
hack
icons
mentoring Adding Marky Jackson to mentoring approvers 2020-11-02 07:15:38 -08:00
sig-api-machinery
sig-apps
sig-architecture
sig-auth
sig-autoscaling
sig-cli Added Codebase Tour Video 2020-10-31 14:44:52 +05:30
sig-cloud-provider
sig-cluster-lifecycle regenerated markdown 2020-11-12 01:54:28 -08:00
sig-contributor-experience Community Comms as subproject 2020-11-06 15:09:05 -06:00
sig-docs chore: Change irvifa affiliation 2020-11-03 08:50:51 +01:00
sig-instrumentation Merge pull request #5313 from ehashman/sig-inst-notes 2020-11-12 14:18:26 -08:00
sig-multicluster
sig-network
sig-node sig-node: add noderesourcetopology-api repo 2020-11-03 14:09:31 +05:30
sig-release
sig-scalability Move sig-scale meetings to 10:30 PT 2020-11-12 10:15:11 +01:00
sig-scheduling
sig-security
sig-service-catalog
sig-storage sig-storage: add cosi-api repo 2020-10-27 13:10:25 +05:30
sig-testing
sig-ui
sig-usability
sig-windows
ug-big-data
ug-vmware-users
wg-api-expression
wg-component-standard
wg-data-protection Update Data Protection WG page 2020-11-13 03:24:52 +00:00
wg-iot-edge
wg-k8s-infra
wg-multitenancy
wg-naming Merge pull request #5243 from spiffxp/control-plane-recommendation 2020-11-08 16:53:37 -08:00
wg-policy
wg-reliability Add WG Reliability meeting URL 2020-10-26 14:31:27 +01:00
.generated_files
.gitignore
CLA.md
CONTRIBUTING.md
LICENSE
Makefile
OWNERS
OWNERS_ALIASES SIG Docs chair transition 2020-11-02 13:42:09 -08:00
README.md
SECURITY.md
SECURITY_CONTACTS
SIG-diagram.png
SIG-diagram.svg
code-of-conduct.md
community-membership.md
go.mod
go.sum
governance.md
kubernetes_governance_diagram.png
sig-list.md Merge pull request #5310 from christopherhein/chore/add-capn-community-call 2020-11-12 05:14:50 -08:00
sig-wg-lifecycle.md Update leads mailing list reference 2020-11-03 10:16:40 -05:00
sigs.yaml Update Data Protection WG page 2020-11-13 03:24:52 +00:00
values.md

README.md

Kubernetes Community

Welcome to the Kubernetes community!

This is the starting point for joining and contributing to the Kubernetes community - improving docs, improving code, giving talks etc.

To learn more about the project structure and organization, please refer to Project Governance information.

Communicating

The communication page lists communication channels like chat, issues, mailing lists, conferences, etc.

For more specific topics, try a SIG.

Governance

Kubernetes has the following types of groups that are officially supported:

  • Committees are named sets of people that are chartered to take on sensitive topics. This group is encouraged to be as open as possible while achieving its mission but, because of the nature of the topics discussed, private communications are allowed. Examples of committees include the steering committee and things like security or code of conduct.
  • Special Interest Groups (SIGs) are persistent open groups that focus on a part of the project. SIGs must have open and transparent proceedings. Anyone is welcome to participate and contribute provided they follow the Kubernetes Code of Conduct. The purpose of a SIG is to own and develop a set of subprojects.
    • Subprojects Each SIG can have a set of subprojects. These are smaller groups that can work independently. Some subprojects will be part of the main Kubernetes deliverables while others will be more speculative and live in the kubernetes-sigs github org.
  • Working Groups are temporary groups that are formed to address issues that cross SIG boundaries. Working groups do not own any code or other long term artifacts. Working groups can report back and act through involved SIGs.
  • User Groups are groups for facilitating communication and discovery of information related to topics that have long term relevance to large groups of Kubernetes users. They do not have ownership of parts of the Kubernetes code base.

See the full governance doc for more details on these groups.

A SIG can have its own policy for contribution, described in a README or CONTRIBUTING file in the SIG folder in this repo (e.g. sig-cli/CONTRIBUTING.md), and its own mailing list, slack channel, etc.

If you want to edit details about a SIG (e.g. its weekly meeting time or its leads), please follow these instructions that detail how our docs are auto-generated.

Learn to Build

Links in contributors/devel/README.md lead to many relevant technical topics.

Contribute

A first step to contributing is to pick from the list of kubernetes SIGs. Start attending SIG meetings, join the slack channel and subscribe to the mailing list. SIGs will often have a set of "help wanted" issues that can help new contributors get involved.

The Contributor Guide provides detailed instruction on how to get your ideas and bug fixes seen and accepted, including:

  1. How to file an issue
  2. How to find something to work on
  3. How to open a pull request

Membership

We encourage all contributors to become members. We aim to grow an active, healthy community of contributors, reviewers, and code owners. Learn more about requirements and responsibilities of membership in our Community Membership page.