Skip to content

Commit ecda226

Browse files
committed
glossary edits
1 parent a72a0a9 commit ecda226

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/storage/container-storage/container-storage-introduction.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,7 @@ It's helpful to understand some key terms relating to Azure Container Storage an
112112

113113
- **Cluster**
114114

115-
A Kubernetes cluster is a set of compute nodes that run containerized applications.
116-
117-
- **Node**
118-
119-
A node can be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run pods.
115+
A Kubernetes cluster is a set of compute nodes (VMs) that run containerized applications. Each node is managed by the control plane and contains the services necessary to run pods.
120116

121117
- **Pod**
122118

@@ -136,7 +132,7 @@ It's helpful to understand some key terms relating to Azure Container Storage an
136132

137133
- **Volume**
138134

139-
A Kubernetes volume is a directory containing data accessible to containers in a given pod. Depending on the backing storage type that you use, volumes can be persistent or ephemeral. Volumes are thinly provisioned within a storage pool and share the performance characteristics (IOPS, bandwidth, and capacity) of the storage pool.
135+
A Kubernetes volume is a directory containing data accessible to containers in a given pod. Volumes can be persistent or ephemeral. Volumes are thinly provisioned within a storage pool and share the performance characteristics (IOPS, bandwidth, and capacity) of the storage pool.
140136

141137
- **Persistent volume**
142138

0 commit comments

Comments
 (0)