I have recently set up Kubernetes 1.12.1 with Weave (1 master and 2 hosts on bare metal Ubuntu VMs). I'm trying to make outbound connections from pods to send email (SMTP), but it appears that all ports except 80 are blocked (confirmed using nc from shell inside containers). However, I have not applied a Network Policy. The ports are not blocked from the Kubernetes hosts.
What could be wrong?
Thanks!