Clarifying that you cannot mix Windows and Linux containers in a single pod. (#15946)
parent
4e1ebaa7c8
commit
64f0075ed7
|
@ -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. 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
|
||||
|
|
Loading…
Reference in New Issue