Skip to content

Commit

Permalink
Adjusted wording to that from @michmike as approved by @jaypipes
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Sep 27, 2019
1 parent 31c13cb commit 52f75d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Key Kubernetes elements work the same way in Windows as they do in Linux. In thi

* [Pods](/docs/concepts/workloads/pods/pod-overview/)

A Pod is the basic building block of Kubernetes–the smallest and simplest unit in the Kubernetes object model that you create or deploy. A single Pod may not include both Windows and Linux containers. The following Pod capabilities, properties and events are supported with Windows containers:
A Pod is the basic building block of Kubernetes–the smallest and simplest unit in the Kubernetes object model that you create or deploy. You may not deploy Windows and Linux containers in the same Pod. All containers in a Pod are scheduled onto a single Node where each Node represents a specific platform and architecture. The following Pod capabilities, properties and events are supported with Windows containers:

* Single or multiple containers per Pod with process isolation and volume sharing
* Pod status fields
Expand Down

0 comments on commit 52f75d9

Please sign in to comment.