18You updated a ConfigMap ten minutes ago and production still serves the old value. Explain how Kubernetes propagates configuration.▼mediumNewAtlassianGitLabWalmart Global Tech○ sign inThree propagation mechanisms live inside this one question and only one of them is automatic. Most candidates promise instant reloads; the kubelet has never promised that to anyone.Open full answer →
17Design a feature flag service used by 200 services. Why keep ordinary evaluation off the network path?▼mediumNewAtlassianGoldman SachsWalmart Global Tech○ sign inFlags sit on the request path of everything, so a slow flag service is a site-wide outage waiting to happen. Local snapshots, propagation numbers, and audit trails are what interviewers dig for.Open full answer →