kube-apiserver
to create pods on the nodeskube-apiserver
, if new service is to be created, it gets into actionkube-proxy --proxy-mode [option]
userspace
: kubeproxy listens on a port for each service and proxy connection to the podipvs
ruleiptables
(default) iptables -L -t nat | grep <svc-name>
kubeproxy.log
:
cat /var/log/kube-proxy.log