|
1 | 1 | bigheader: "Concepts" |
2 | 2 | abstract: "Detailed explanations of Kubernetes system concepts and abstractions." |
| 3 | +landing_page: /docs/concepts/index/ |
3 | 4 | toc: |
4 | 5 | - docs/concepts/index.md |
5 | 6 |
|
6 | 7 | - title: Overview |
| 8 | + landing_page: /docs/concepts/overview/what-is-kubernetes/ |
7 | 9 | section: |
8 | 10 | - docs/concepts/overview/what-is-kubernetes.md |
9 | 11 | - docs/concepts/overview/components.md |
| 12 | + - docs/concepts/overview/kubernetes-api.md |
10 | 13 | - title: Working with Kubernetes Objects |
11 | 14 | section: |
12 | 15 | - docs/concepts/overview/working-with-objects/kubernetes-objects.md |
13 | 16 | - docs/concepts/overview/working-with-objects/names.md |
14 | 17 | - docs/concepts/overview/working-with-objects/namespaces.md |
15 | 18 | - docs/concepts/overview/working-with-objects/labels.md |
16 | 19 | - docs/concepts/overview/working-with-objects/annotations.md |
17 | | - - docs/concepts/overview/kubernetes-api.md |
| 20 | + - title: Object Management Using kubectl |
| 21 | + section: |
| 22 | + - docs/concepts/overview/object-management-kubectl/overview.md |
| 23 | + - docs/concepts/overview/object-management-kubectl/imperative-command.md |
| 24 | + - docs/concepts/overview/object-management-kubectl/imperative-config.md |
| 25 | + - docs/concepts/overview/object-management-kubectl/declarative-config.md |
18 | 26 |
|
19 | 27 | - title: Kubernetes Architecture |
| 28 | + landing_page: /docs/concepts/architecture/nodes/ |
20 | 29 | section: |
21 | 30 | - docs/concepts/architecture/nodes.md |
22 | 31 | - docs/concepts/architecture/master-node-communication.md |
23 | 32 | - docs/concepts/architecture/cloud-controller.md |
24 | 33 |
|
25 | 34 | - title: Extending Kubernetes |
| 35 | + landing_page: /docs/concepts/api-extension/custom-resources/ |
26 | 36 | section: |
27 | 37 | - docs/concepts/overview/extending.md |
28 | 38 | - title: Extending the Kubernetes API |
|
33 | 43 | section: |
34 | 44 | - docs/concepts/cluster-administration/network-plugins.md |
35 | 45 | - docs/concepts/cluster-administration/device-plugins.md |
36 | | - - docs/concepts/cluster-administration/sysctl-cluster.md |
37 | 46 | - docs/concepts/service-catalog/index.md |
38 | 47 |
|
39 | 48 | - title: Containers |
| 49 | + landing_page: /docs/concepts/containers/images/ |
40 | 50 | section: |
41 | 51 | - docs/concepts/containers/images.md |
42 | 52 | - docs/concepts/containers/container-environment-variables.md |
43 | 53 | - docs/concepts/containers/container-lifecycle-hooks.md |
44 | 54 |
|
45 | 55 | - title: Workloads |
| 56 | + landing_page: /docs/concepts/workloads/pods/pod-overview/ |
46 | 57 | section: |
47 | 58 | - title: Pods |
48 | 59 | section: |
|
64 | 75 | - docs/concepts/workloads/controllers/cron-jobs.md |
65 | 76 |
|
66 | 77 | - title: Configuration |
| 78 | + landing_page: /docs/concepts/configuration/overview/ |
67 | 79 | section: |
68 | 80 | - docs/concepts/configuration/overview.md |
69 | 81 | - docs/concepts/configuration/manage-compute-resources-container.md |
|
74 | 86 | - docs/concepts/configuration/pod-priority-preemption.md |
75 | 87 |
|
76 | 88 | - title: Services, Load Balancing, and Networking |
| 89 | + landing_page: /docs/concepts/services-networking/service/ |
77 | 90 | section: |
78 | 91 | - docs/concepts/services-networking/service.md |
79 | 92 | - docs/concepts/services-networking/dns-pod-service.md |
|
83 | 96 | - docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md |
84 | 97 |
|
85 | 98 | - title: Storage |
| 99 | + landing_page: /docs/concepts/storage/volumes/ |
86 | 100 | section: |
87 | 101 | - docs/concepts/storage/volumes.md |
88 | 102 | - docs/concepts/storage/persistent-volumes.md |
89 | 103 | - docs/concepts/storage/storage-classes.md |
90 | 104 | - docs/concepts/storage/dynamic-provisioning.md |
91 | 105 |
|
92 | 106 | - title: Cluster Administration |
| 107 | + landing_page: /docs/concepts/cluster-administration/cluster-administration-overview/ |
93 | 108 | section: |
94 | 109 | - docs/concepts/cluster-administration/cluster-administration-overview.md |
95 | 110 | - docs/concepts/cluster-administration/certificates.md |
|
110 | 125 | section: |
111 | 126 | - docs/concepts/policy/resource-quotas.md |
112 | 127 | - docs/concepts/policy/pod-security-policy.md |
113 | | - |
114 | | - |
|
0 commit comments