Pod
A Kubernetes pod - the smallest deployable units of computing that you can create and manage in Kubernetes.
Properties
| Property | Type | Description |
|---|---|---|
| name | string |
Name of the pod in Kubernetes |
| shareProcessNamespace | bool |
whether all the containers in the pod share a process namespace (details here) |
| serviceAccount | string |
The name of the serviceaccount used to run this pod. See Kubernetes documentation for further details |
| node | string |
The name of the node running the pod |