Files
kubernetes/docs
Daniel Smith 8a726b8030 Merge pull request #2700 from bgrant0607/docfix
Document API doc path.
2014-12-02 18:12:30 -08:00
..
2014-12-01 12:30:43 -08:00
2014-11-17 11:20:31 -08:00
2014-11-05 16:06:22 -08:00
2014-12-02 13:55:36 -08:00
2014-11-20 15:29:27 -08:00
2014-11-20 15:31:09 -05:00
2014-10-09 13:40:56 -07:00
2014-11-09 22:12:55 -05:00
2014-11-20 18:13:31 -05:00
2014-09-08 17:06:25 -07:00
2014-09-08 17:06:25 -07:00
2014-09-23 08:40:17 -07:00
2014-12-02 01:36:21 +00:00
2014-08-28 12:42:22 -07:00
2014-11-23 02:31:40 +01:00
2014-10-16 08:36:47 -07:00
2014-10-16 08:36:47 -07:00
2014-10-16 08:36:47 -07:00
2014-10-16 08:36:47 -07:00
2014-10-31 08:35:53 -07:00
2014-11-25 15:17:00 -08:00

Kubernetes Documentation

Kubernetes documentation is organized into several categories.

  • Getting Started Guides
  • User Documentation
    • in docs
    • 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
    • for people who want to contribute code to kubernetes
    • covers development conventions
    • explains current architecture and project plans
  • Design Documentation
    • in docs/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
    • Hands on introduction and example config files
  • API documentation
  • Wiki