Kubernetes community content
Go to file
Kubernetes Prow Robot 2698dea09a
Merge pull request #5251 from wojtek-t/wg_reliability_timeline
Fill in WG Reliability meeting details
2020-10-20 12:38:19 -07:00
.github Update triage/support label references to kind/support 2020-10-02 09:15:07 -04:00
archive Move incubator.md from root to archive 2020-10-01 12:51:45 +05:30
committee-code-of-conduct Add onboarding and offboarding procedures for cocc members 2020-09-23 17:59:02 -07:00
committee-product-security Update tallclair company affiliation 2020-10-12 11:01:59 -07:00
committee-steering Update steering committee meeting time to 9:30am PT 2020-10-20 16:00:01 +05:30
communication Merge pull request #5246 from edrickwong/master 2020-10-19 16:26:08 -07:00
contributors Merge pull request #5196 from knabben/node-test-suite 2020-10-20 10:00:09 -07:00
events Add in deadline for replacement ballot requests. 2020-09-29 12:35:13 -07:00
generator
github-management Remove references to kubernetes-incubator 2020-10-01 12:53:23 +05:30
hack
icons
mentoring Changing mentoring meeting time 2020-09-18 10:59:47 -07:00
sig-api-machinery Update Kubebuilder and Controller Runtime meeting times 2020-09-18 09:20:07 -07:00
sig-apps Update SIG Apps meeting information 2020-10-05 21:02:33 -07:00
sig-architecture sig-arch: add component-helpers repo 2020-10-01 19:08:46 +05:30
sig-auth Update tallclair company affiliation 2020-10-12 11:01:59 -07:00
sig-autoscaling
sig-cli Update sig-cli meeting information 2020-09-15 09:14:42 -04:00
sig-cloud-provider Fixing zoom meeting for new passcode requirements. 2020-09-14 18:48:14 -07:00
sig-cluster-lifecycle SCL: add cluster-api-provider-nested repo 2020-10-08 15:45:03 +05:30
sig-contributor-experience sig-contribex: Update Meetings 2020-09-26 11:27:25 -04:00
sig-docs Added localization subgroup meeting to SIG Docs (#5194) 2020-10-06 12:12:43 -07:00
sig-instrumentation Remove references to kubernetes-incubator 2020-10-01 12:53:23 +05:30
sig-multicluster
sig-network
sig-node Rename seccomp-operator to security-profiles-operator 2020-10-07 10:22:17 +02:00
sig-release sig-release: add zeitgeist 2020-09-08 15:11:09 +05:30
sig-scalability Update SIG Scalability zoom link 2020-09-14 15:19:33 +02:00
sig-scheduling
sig-security update zoom link for sig-security 2020-10-05 15:20:57 -07:00
sig-service-catalog Remove references to kubernetes-incubator 2020-10-01 12:53:23 +05:30
sig-storage
sig-testing Remove references to velodrome 2020-10-06 11:02:56 -04:00
sig-ui
sig-usability
sig-windows updating with new zoom link 2020-09-15 17:47:37 +00:00
ug-big-data
ug-vmware-users
wg-api-expression
wg-component-standard
wg-data-protection
wg-iot-edge Update WG IoT Edge meetings 2020-09-22 13:04:06 +02:00
wg-k8s-infra wg-k8s-infra: update zoom meeting link 2020-09-16 11:44:12 +02:00
wg-lts
wg-multitenancy
wg-naming wg-naming: add meeting info 2020-09-14 11:50:21 -07:00
wg-policy
wg-reliability Fill in WG Reliability meeting details 2020-10-20 15:58:55 +02:00
.generated_files
.gitignore
CLA.md fix missing link 2020-10-16 17:31:11 +09:00
CONTRIBUTING.md
LICENSE
Makefile
OWNERS
OWNERS_ALIASES steering-committee: Update members 2020-10-13 07:39:27 -04:00
README.md fix broken links in README 2020-09-18 08:09:26 -07:00
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 Fill in WG Reliability meeting details 2020-10-20 15:58:55 +02:00
sig-wg-lifecycle.md Fix link to Kubernetes GitHub Labels 2020-10-03 09:09:32 +05:30
sigs.yaml Merge pull request #5251 from wojtek-t/wg_reliability_timeline 2020-10-20 12:38:19 -07: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.