I have created a deployment. When i tried to access the pod with command.
"kubectl exec -it podname bash"
It gives error "Error from server: error dialing backend: dial tcp privateip:10250: i/o timeout"
I have allowed all the ports in security group. also disabled the firewalld service from masternode and workernode but still the problem remains the same.
I am expecting to access inside the container from my master node.