03When do you need a StatefulSet rather than a Deployment, and what does it actually guarantee?▼mediumNewDatabricksSnowflakeUber2 repliesunlockedBoth run pods, so the answer sounds obvious until an interviewer asks what happens when you delete one. The guarantees are narrower and more specific than most candidates think.Open full answer →
07A PersistentVolumeClaim has been Terminating for an hour. What is holding it, and how do you clear it safely?▼hardNewDatabricksSnowflakeRed Hat1 repliesunlockedAlmost always a finalizer, and the fast fix is the one that loses data. The safe answer explains what the finalizer is protecting against before removing it.Open full answer →
23A developer applies a PVC and nothing happens. Walk me through dynamic provisioning and the StorageClass decisions that shape it.▼mediumNewSalesforceJPMorgan ChaseSAP◆ premiumProvisioning is a four-actor handshake between the PV controller, a sidecar, a driver and a backend. Knowing who calls whom turns every stuck PVC from mystery into checklist.Open full answer →