Fix a mistake or improve an explanation in the official Kubernetes documentation.
Translate Kubernetes guides and tutorials into another language.
Preview doc site changes locally with Hugo before opening a pull request.
Set up a local copy of kubernetes.io for offline reference or internal corporate training.
| kubernetes/website | jquery-ui-bootstrap/jquery-ui-bootstrap | pdf2htmlex/pdf2htmlex | |
|---|---|---|---|
| Stars | 5,247 | 5,500 | 5,511 |
| Language | HTML | HTML | HTML |
| Setup difficulty | moderate | easy | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Hugo or Docker to preview the site locally, simple text edits can be submitted via GitHub without a local setup.
This repository holds all the files needed to build and maintain the official Kubernetes documentation website, which lives at kubernetes.io. It is not the Kubernetes software itself, but rather the place where all of the guides, tutorials, and reference pages are written and stored. Contributors work with this repository to add or update documentation pages, fix errors, and translate content into other languages. The site supports more than a dozen languages, including Chinese, French, German, Japanese, Korean, Spanish, and others, each managed through its own subfolder. To preview the site on your own computer, you run it locally using a tool called Hugo, which is a static site builder. You can also use a container tool like Docker to run a pre-configured version that matches the live site more closely. Either way, you end up with a local copy of the website you can browse in a browser while making edits. The reference documentation pages, which describe the Kubernetes programming interface in detail, are generated automatically from a specification file rather than written by hand. There is a process for updating those pages whenever a new version of Kubernetes is released. If you want to contribute, the usual approach is to fork the repository on GitHub, make your changes, and open a pull request. Reviewers from the documentation team will then give feedback before anything goes live. There are also dedicated new-contributor ambassadors on Slack who help first-time contributors get started.
The source files for the official Kubernetes documentation website at kubernetes.io, where contributors write guides, fix errors, and translate content into more than a dozen languages.
Mainly HTML. The stack also includes HTML, Hugo, Docker.
Content is licensed under Creative Commons Attribution 4.0, code for building the site is Apache 2.0.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.