gitmyhub

community

Jupyter Notebook ★ 13k updated 2d ago

Kubernetes community content

The central documentation and governance hub for the Kubernetes open-source community, covering contributor guides, Special Interest Group structures, and how to get involved in the project.

MarkdownJupyter Notebooksetup: easycomplexity 1/5

This repository is the central hub for the Kubernetes open-source community. Kubernetes is a widely used system for managing containerized software deployments across many computers at once. This particular repo does not contain the core software itself: instead, it holds the documents, guidelines, and organizational records that govern how thousands of contributors around the world collaborate on the project.

The community is organized into groups with different scopes. Special Interest Groups, called SIGs, are the primary unit: each one owns a particular area of the project (such as networking, storage, or the command-line tools) and operates transparently with open meetings and public channels. Working Groups are temporary and form when a problem crosses the boundaries of multiple SIGs. Committees handle sensitive topics like security and governance, and may operate with some private communication when necessary.

For anyone interested in contributing to Kubernetes, this is the right starting point. It explains how to find an area to work on, how to attend SIG meetings, how to join mailing lists and Slack channels, and how to submit code or documentation changes. There is also a contributor guide covering the mechanics of filing issues and opening pull requests.

Membership in the community is open to anyone who contributes regularly, and the repo explains what responsibilities come with different levels of membership.

Where it fits