I have two worker nodes and use flannel to communicate.
If coredns is deployed on worker node2, the pod on worker node1 cannot communicate with apiserver. Why?
Busybox is on node1 and coredns is on node2, busybox cannot resolve kubernetes addresses.
If busybox and coredns are on the same node, then pod can communicate.
I have two worker nodes and use flannel to communicate. If coredns is deployed on worker node2, the pod on worker node1 cannot communicate with apiserver. Why?
Busybox is on node1 and coredns is on node2, busybox cannot resolve kubernetes addresses.
If busybox and coredns are on the same node, then pod can communicate.