2014-10-16 21:45:16 +00:00
# Kubernetes Documentation
Kubernetes documentation is organized into several categories.
- **Getting Started Guides**
- for people who want to create a kubernetes cluster
- in [docs/getting-started-guides ](./getting-started-guides )
- **User Documentation**
- in [docs ](./overview.md )
- for people who want to run programs on kubernetes
- describes current features of the system (with brief mentions of planned features)
- **Developer Documentation**
- in [docs/devel ](./devel )
- for people who want to contribute code to kubernetes
- covers development conventions
- explains current architecture and project plans
- **Design Documentation**
- in [docs/design ](./design )
- for people who want to understand the design choices made
- describes tradeoffs, alternative designs
- descriptions of planned features that are too long for a github issue.
- **Walkthroughs and Examples**
- in [examples ](../examples )
- Hands on introduction and example config files
- **API documentation**
2014-11-17 21:32:44 +00:00
- in [the API conventions doc ](api-conventions.md )
2014-12-02 01:33:01 +00:00
- and automatically generated API documentation served by the master at `/swaggerapi/api/v1beta1` (generated from [pkg/api/v1beta1/types.go ](../pkg/api/v1beta1/types.go ))
2014-10-16 21:45:16 +00:00
- **Wiki**
- in [wiki ](https://github.com/GoogleCloudPlatform/kubernetes/wiki )