Kubernetes - Fundamentals
You suspect that kube-proxy is not correctly handling service traffic on a node. Which command would best help you confirm if kube-proxy is actively managing iptables rules?
iptables -L -n -v | grep KUBE-SERVICES lists iptables chains related to Kubernetes services, showing if kube-proxy rules exist.kubectl get pods shows pod status but not iptables; systemctl status kubelet checks kubelet, not kube-proxy; docker ps shows containers, unrelated to kube-proxy.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions