A Pod is the basic execution unit of a Kubernetes application.
Each Pod represents a part of a workload that is running on your cluster.
A Pod always runs on a Node.
Each Node is managed by the control plane.
A Node can have multiple pods,
Pods are mortal.
Pods have a lifecycle.
Each Pod has a unique IP address.
IPs are not exposed outside the cluster without a Service.
A Service expose IPs outside the Cluster
| Name | Value | 
|---|---|
| name | Pod | 
| stereotype | null | 
| visibility | public | 
| isAbstract | false | 
| isFinalSpecialization | false | 
| isLeaf | false | 
| extensionPoints |