Quick Answer
Image pull policy controls when Kubernetes pulls an image from the registry: Always (pull every time รขโฌโ slow but always fresh), IfNotPresent (pull only if not cached รขโฌโ faster but may use stale images), Never (never pull รขโฌโ use what's cached). For production with mutable tags (like latest), Always ensures you get the latest image on each restart.
Answer
It controls when Kubernetes pulls images; misconfiguration leads to stale or missing images.
S
SugharaIQ Editorial Team
Verified Answer
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.