Pod huwa l-iżgħar unità li tista' tiġi deployata f'Kubernetes: wrapper madwar container wieħed jew aktar li jaqsmu l-istess network namespace (IP wieħed) u jistgħu jaqsmu storage volumes. Ma tiddeployjax containers direttament — tiddeployja Pods.
X'hemm ġewwa Pod
┌───────────────── Pod (has ONE shared IP) ─────────────────┐
│ │
│ ┌──────────────┐ ┌──────────────┐ shared: │
│ │ container A │ │ container B │ • network (IP) │
│ │ (app) │ │ (sidecar) │ • localhost │
│ └──────────────┘ └──────────────┘ • volumes │
│ │ talk to each other via localhost:port │
└────────────────────────────────────────────────────────────┘
