Kubernetes community content
Go to file
Kubernetes Prow Robot 07276bb5e7
Merge pull request #6599 from sandipanpanda/fix-corp-cla-info-6584
Update corporate CLA instructions for EasyCLA
2022-06-15 07:45:18 -07:00
.github
archive Archive SIG Service Catalog 2022-05-02 11:36:13 -05:00
committee-code-of-conduct
committee-security-response
committee-steering
communication Merge pull request #6698 from chris-short/slack-channel-sig-contribex-comms 2022-06-15 01:25:17 -07:00
contributors Merge pull request #6526 from alisondy/ownerscontribex 2022-06-08 08:14:22 -07:00
events
generator Fix `make test` 2022-05-12 22:31:13 +09:00
github-management Update new-membership-procedure.md 2022-04-28 14:08:34 -04:00
hack
icons Remove unused `clip-path` attribute 2022-05-15 13:42:33 +09:00
mentoring Merge pull request #6678 from AugustasV/group-mentee-guide-collab-url-fix 2022-06-10 07:05:46 -07:00
sig-api-machinery
sig-apps
sig-architecture
sig-auth sig-auth: add pspmigrator repo 2022-06-12 15:58:02 -05:00
sig-autoscaling SIG Autoscaling 2021 - Address report feedback 2022-04-14 23:38:11 +01:00
sig-cli
sig-cloud-provider SIG Cloud Provider: Add azurelustre-csi-driver repo 2022-05-06 08:49:58 -05:00
sig-cluster-lifecycle SIG Cluster Lifecycle: Add cloudstack subproject 2022-05-30 10:51:57 -05:00
sig-contributor-experience Merge pull request #6526 from alisondy/ownerscontribex 2022-06-08 08:14:22 -07:00
sig-docs Change SIG-Docs agenda link to the new one 2022-05-30 02:17:12 +08:00
sig-instrumentation Merge pull request #6700 from palnabarun/add-logtools 2022-06-12 13:52:10 -07:00
sig-k8s-infra
sig-multicluster SIG Multicluster: Remove kubemci subproject 2022-05-02 17:53:13 -05:00
sig-network Update ingress-nginx meetings 2022-06-02 17:51:08 -03:00
sig-node update generated files 2022-04-27 23:07:30 +00:00
sig-release Merge pull request #6603 from ameukam/add-testgrid-json-exporter 2022-05-16 07:24:17 -07:00
sig-scalability Fix the link to scalability tests 2022-05-11 21:03:47 +09:00
sig-scheduling Retire poseidon from sig-scheduling 2022-04-12 15:42:47 +02:00
sig-security SIG Security 2021 annual report (#6454) 2022-04-11 18:05:22 -07:00
sig-storage
sig-testing Remove mention to fejta-bot from sig-testing charter 2022-05-14 10:11:35 +09:00
sig-ui
sig-usability
sig-windows
ug-big-data
ug-vmware-users
wg-api-expression
wg-batch Update affiliation for Swati Sehgal 2022-04-28 13:27:09 +01:00
wg-data-protection
wg-iot-edge
wg-multitenancy
wg-policy
wg-reliability
wg-structured-logging
.generated_files
.gitignore
CLA.md A few improvements according to review 2022-04-22 19:56:12 +05:30
CONTRIBUTING.md
LICENSE
Makefile Update Go version to 1.18 2022-05-12 23:00:05 +09:00
OWNERS
OWNERS_ALIASES Archive SIG Service Catalog 2022-05-02 11:36:13 -05:00
README.md
SECURITY.md
SECURITY_CONTACTS
SIG-diagram.png
SIG-diagram.svg
code-of-conduct.md
community-membership.md
go.mod Update Go version to 1.18 2022-05-12 23:00:05 +09:00
go.sum
governance.md
kubernetes_governance_diagram.png
liaisons.md Archive SIG Service Catalog 2022-05-02 11:36:13 -05:00
sig-list.md Update ingress-nginx meetings 2022-06-02 17:51:08 -03:00
sig-wg-lifecycle.md
sigs.yaml Merge pull request #6674 from Sea-n/sig-docs-link 2022-06-13 19:51:49 -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.