What is Pod in kubernetes. Exaplin in 15 points with image as an example

  • Atomic Unit of kubernetes
  • Pod contains one or more containers
  • A node can have multiple pods
  • pods have few states – pending, running, succeeded/failed
  • pods are ephemeral