04ClusterIP, NodePort, LoadBalancer: what is the difference, and which would you use in production?▼easyNewAmazon & AWSMicrosoftAccentureunlockedEach type builds on the one before it rather than replacing it. Saying that out loud is the whole answer, and it also explains why a LoadBalancer costs money and a ClusterIP does not.Open full answer →
08How does a Service know which pods belong to it? Explain labels and selectors.▼easyNewGoogleMicrosoftAccentureunlockedKubernetes has no concept of one object containing another. Everything that looks like ownership is a label query evaluated continuously, which explains both how Services work and how a typo silently empties one.Open full answer →
27A service on a VM dies and restarts every few minutes, and the team has shrugged for weeks. Find the actual cause.▼easyNewTCSInfosysIBM○ sign inThis one separates people who read journals from people who restart harder. The exit code and signal systemd already recorded usually name the disease.Open full answer →