File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ // Module included in the following assemblies:
2
+ //
3
+ // * nodes/nodes-pods-using.adoc
4
+
5
+ [id='nodes-pods-about_{context}']
6
+ = About pods in {product-title}
7
+
8
+ {product-title} leverages the Kubernetes concept of a _pod_, which is one or more containers deployed
9
+ together on one host, and the smallest compute unit that can be defined,
10
+ deployed, and managed. Pods are the rough equivalent of a machine instance (physical or virtual) to a container.
11
+
12
+ You can view a list of pods associated with a specific project or view usage statistics about pods.
Original file line number Diff line number Diff line change @@ -5,13 +5,9 @@ include::modules/common-attributes.adoc[]
5
5
6
6
toc::[]
7
7
8
- As an administrator, you can view the pods in my cluster and to determine the health of those pods and the cluster as a whole.
8
+ As an administrator, you can view the pods in my cluster and to determine the health of those pods and the cluster as a whole.
9
9
10
- {product-title} leverages the Kubernetes concept of a _pod_ , which is one or more containers deployed
11
- together on one host, and the smallest compute unit that can be defined,
12
- deployed, and managed. Pods are the rough equivalent of a machine instance (physical or virtual) to a container.
13
-
14
- You can view a list of pods associated with a specific project or view usage statistics about pods.
10
+ include::modules/nodes-pods-about.adoc[leveloffset=+1]
15
11
16
12
// The following include statements pull in the module files that comprise
17
13
// the assembly. Include any combination of concept, procedure, or reference
You can’t perform that action at this time.
0 commit comments