Pod can't connect to MongoDB outside the cluster. #452
-
Hello! The result of curl command:
Server with mongoDB close the connection because port 80 is closed, its ok. But when I try telnet or curl to port 27017 then I always get Timeout. I'm try create NetworkPolicy like this:
or this:
but didn't help... I will be grateful for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You could maybe add a firewall rule with the extra_firewall_rules variable. Try it and let me know! |
Beta Was this translation helpful? Give feedback.
You could maybe add a firewall rule with the extra_firewall_rules variable.
Try it and let me know!