I deployed an RKE cluster on CentOS 8 with 3 nodes.
The installation was successful but figured out that pod cannot resolve external URL because the ClusterIP of CoreDNS is not reachable.
Only pod to pod communication works.
I checked iptables rules for each Cluster IP entry and they exist.
What could be the root cause of this issue? Any hints?