تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Kubernetes Tricky Interview Question! ضمن كورس Kubernetes شرح قناة KodeKloud، الفديو رقم 74 مجانى معتمد اونلاين
Kubernetes Tricky Interview Question!
11 pods drain off the node without a problem. The twelfth won't budge, and the eviction API keeps saying no. That is the trap in this question, and the answer is a pod disruption budget.
Kubernetes runs your apps as pods across a set of servers called nodes, and it will not let a service drop below the number of copies you set. With only one copy left, evicting it breaks that floor, so Kubernetes blocks it on purpose. Reach for a force delete and a stateful app like a database can end up running twice at once, which quietly corrupts data.
Would you force delete it, or find the safe fix? Comment below.
#kubernetes #kubectl #devops #k8s #poddisruptionbudget #sre #cloudnative #containers #kubernetestips #devopsinterview #nodedrain #platformengineering