03Why does Kubernetes schedule pods instead of containers? What is a pod actually for?▼easyNewGoogleRed HatInfosysunlockedA pod is a shared network and storage boundary that happens to contain containers. Once you can say what the containers inside one share, sidecars and init containers stop needing separate explanations.Open full answer →
06A pod is not running. Walk me through telling Pending, ImagePullBackOff and CrashLoopBackOff apart.▼easyNewRed HatTCSAccentureunlockedThree states, three completely different causes, and one command that tells you which you are looking at. The state name says whether the problem is the scheduler, the registry or your own process.Open full answer →