website/_data/concepts.yml

33 lines
953 B
YAML
Raw Normal View History

bigheader: "Concepts"
abstract: "Detailed explanations of Kubernetes system concepts and abstractions."
toc:
- docs/concepts/index.md
2017-01-17 20:57:19 +00:00
- title: Kubectl Command Line
section:
- docs/concepts/tools/kubectl/object-management-overview.md
- docs/concepts/tools/kubectl/object-management-using-imperative-commands.md
- docs/concepts/tools/kubectl/object-management-using-imperative-config.md
- docs/concepts/tools/kubectl/object-management-using-declarative-config.md
2017-01-18 22:27:43 +00:00
- title: Kubernetes Objects
section:
2017-01-18 22:25:41 +00:00
- docs/concepts/abstractions/overview.md
- docs/concepts/abstractions/pod.md
2017-01-18 22:25:41 +00:00
- title: Controllers
section:
2017-01-18 22:25:41 +00:00
- docs/concepts/abstractions/controllers/statefulsets.md
- title: Object Metadata
section:
- docs/concepts/object-metadata/annotations.md
- title: Configuration
section:
- docs/concepts/configuration/container-command-args.md
- title: Policies
section:
- docs/concepts/policy/container-capabilities.md