It has different defaultgateway between masters and workers

6/5/2020

I have installed K8s cluster with master1 and worker1 They has each different default gateway. It could communicate between pods on same node. It couldn't communicate between pods on master and pods on worker. I configured calico overlay between nodes for communication. Could you know how to communicate between pods on master and pods on worker?

master gateway: 10.41.2.1 worker gateway: 10.41.84.1

-- canerbis
calico
kubernetes
overlay

0 Answers