23This host must serve three VLANs with redundant NICs. Explain VLAN subinterfaces and where each bonding mode fits.▼mediumNewIBMAccentureOracle◆ premiumEnterprise loops pair these topics because they test L2 literacy plus vendor coordination together. The scored insight is that LACP spreads flows, not packets, and needs the switch to agree.Open full answer →
35We run three zones and after every incident the recovered zone sits half empty. How do you spread workloads deliberately?▼mediumNewUberFlipkartWalmart Global Tech◆ premiumAnti-affinity is binary and falls over at scale; topologySpreadConstraints give you numeric skew control across labeled domains. The subtle parts are eligibility filtering before the skew math, and the fact that Kubernetes never rebalances anything for you.Open full answer →
50How do you load balance the Kubernetes control plane, and what breaks first when every client points at one API server endpoint?▼hard★ EssentialNewGoogleUberCloudflare◆ premiumThree API servers behind one health-checked endpoint, etcd on its own quorum, leader election everywhere else. The scored part is naming what degrades quietly before anything alerts.Open full answer →
51Three replicas of one service landed on the same node and one reboot killed them all. How do affinity and anti-affinity actually work?▼mediumNewFlipkartNetflixPhonePe◆ premiumHard versus soft rules, topology keys, weights that lose to everything else, and the IgnoredDuringExecution half nobody remembers. Placement shapes blast radius only when paired with disruption budgets.Open full answer →