Skip to content

Commit 4703d08

Browse files
committed
breaking out a pod module
1 parent a62ac7d commit 4703d08

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

modules/nodes-pods-about.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

nodes/nodes-pods-viewing.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

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.
99

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]
1511

1612
// The following include statements pull in the module files that comprise
1713
// the assembly. Include any combination of concept, procedure, or reference

0 commit comments

Comments
 (0)