Cluster information:
Kubernetes version: 1.29.1
Cloud being used: bare-metal
Installation method: Kubeadm
Host OS: Centos7
CNI and version: Calico v3.27.0
CRI and version: Containerd 1.6.27
Hi Team,
one of my applications running outside of the cluster on 192.168.10.10, one of the Kubernetes pods need to connect that host.
In detailed backend deployed outside of the cluster, frontend deployed in the cluster. while checking the pod logs its throwing connection timeout. it was unable to connect that host 192.168.10.10 Checked my CNI configuration by the default CIDR is 192.168.0.0/16
Note: That host 192.168.10.10 Reachable on my Internet
How to achieve that? any plans?