Skip to main content

kubernetes_pod

  • Categories: Other
  • Service: kubernetes

Description​

A Kubernetes Pod is the basic building block of a Kubernetes cluster, it represents a running process, or a group of running processes, on a node.

Base Hierarchy​

Hierarchy of Pod

Relationship to other Resources​

Diagram of Pod resource relationships

Properties​

Diagram of Pod data model