I have two nodes, one is control-plane node on a AWS Linux VM and other node is worker node on another AWS linux VM. I have deployed a nginx pod with container port 80 and its clusterip nginx service on port 80 (targetport: 80)
somehow I am not able to perform curl nginx-service-name:80 from control-plane node, when I execute the curl command, it just sits there no error message displayed, I have to do CTR+c to get the prompt back.
I have checked the security groups on both machines and they are allowing inbound and outbound connections to each other VMs.
I opened the firewall ports and expecting the connectivity to the nginx service
Anisha goyal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.