Kubernetes community content
Go to file
Bridget Kromhout b6553e1ffd
Upcoming Comms liaison
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2024-07-27 09:34:35 -05:00
.github
archive
committee-code-of-conduct
committee-security-response
committee-steering update mrbobbytables affiliation 2024-06-11 16:27:44 -05:00
communication remove newline from PSC description 2024-07-24 12:15:47 -07:00
contributors Merge pull request #7741 from MikeSpreitzer/update-controllers 2024-07-08 11:25:14 -07:00
elections Upcoming Comms liaison 2024-07-27 09:34:35 -05:00
events Add Awards Designs 2024-07-01 08:49:04 -07:00
generator
github-management fix: use https:// instead of http:// 2024-06-09 02:22:43 +09:00
hack
icons review https://github.com/kubernetes/community/pull/7921#discussion_r1642628001 2024-06-21 09:59:03 +09:00
mentoring correct path for mentor-guide 2024-06-25 17:12:38 +03:00
sig-api-machinery
sig-apps Merge pull request #7846 from soltysh/sig-apps-annual-report-2023 2024-06-14 04:45:09 -07:00
sig-architecture arch: Add wg-serving subproject 2024-07-24 12:41:26 -05:00
sig-auth Update SIG Auth Zoom Info 2024-07-24 10:37:47 -04:00
sig-autoscaling
sig-cli fix: use https instead of http 2024-06-09 23:37:06 +09:00
sig-cloud-provider fix: use https instead of http 2024-06-09 23:37:06 +09:00
sig-cluster-lifecycle etcd operator working group 2024-07-17 12:46:11 +01:00
sig-contributor-experience sig-contribex: add APAC/J/NZ timezone meeting 2024-07-24 17:48:34 +05:30
sig-docs fix: broken link 2024-06-24 02:36:56 +09:00
sig-etcd etcd operator working group 2024-07-17 12:46:11 +01:00
sig-instrumentation
sig-k8s-infra
sig-multicluster SIG-MC leadership change: pmorie emeritus, skitt co-chair 2024-07-02 10:52:26 +02:00
sig-network network: Add multi-network repos 2024-07-24 12:46:20 -05:00
sig-node Fixed broken link in sig-node/CONTRIBUTING.md 2024-06-13 14:06:43 +05:30
sig-release fix: use https instead of http 2024-06-09 23:37:06 +09:00
sig-scalability fix: use https instead of http 2024-06-09 23:37:06 +09:00
sig-scheduling sig-scheduling 2023 update 2024-07-15 16:40:28 -07:00
sig-security add cve-feed-osv 2024-07-05 16:33:09 +05:30
sig-storage update sig-storage meeting and annual report 2023 2024-05-23 14:38:22 +08:00
sig-testing Merge pull request #7794 from jbpratt/sig-testing-annual-report 2024-07-01 01:16:09 -07:00
sig-ui fix: use https instead of http 2024-06-09 23:37:06 +09:00
sig-windows
wg-batch Merge pull request #7844 from soltysh/wg-batch-annual-report-2023 2024-06-14 04:45:00 -07:00
wg-data-protection
wg-device-management
wg-etcd-operator Update regular meeting schedule url for WG etcd-operator 2024-07-23 10:05:56 +01:00
wg-lts
wg-policy
wg-serving wg-serving: use correct zoom link 2024-07-10 09:19:03 -07:00
wg-structured-logging
.generated_files
.gitignore
CLA.md
CONTRIBUTING.md
LICENSE
Makefile
OWNERS Move Jaice to emeritus_approvers 2024-07-19 17:33:37 -07:00
OWNERS_ALIASES etcd operator working group 2024-07-17 12:46:11 +01:00
README.md
SECURITY.md
SECURITY_CONTACTS
SIG-diagram.png
SIG-diagram.svg
code-of-conduct.md
community-membership.md
go.mod chore: Update go version 2024-06-19 04:14:23 +09:00
go.sum chore: Update go version 2024-06-19 04:14:23 +09:00
governance.md
kubernetes_governance_diagram.png
liaisons.md etcd operator working group 2024-07-17 12:46:11 +01:00
sig-list.md Merge pull request #7987 from enj/enj/i/auth_zoom 2024-07-24 08:12:11 -07:00
sig-wg-lifecycle.md
sigs.yaml network: Add multi-network repos 2024-07-24 12:46:20 -05: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.

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.