Hi Friends,
I installed kubernetes cluster 1.29.3 on RHEL8.9 with kubeadm installation method. I’m using metallb-system to provide external IP address to loadbalancer types.
Once traefik is installed - loadbalancer type service is getting created and external IP has been assigned from the Metallb IP Address Pool. We created one ingress, dns record created by external dns too. We are able to access same https URL within cluster, where as we are not able to access same URL from external cluster.
I tried two options
- cluster servers IP address vlan and external IP address vlan are same (Not working)
- cluster server IP address vlan and external IP address valn are different. (Not working either)
Cluster information:
Kubernetes version: 1.29.3
Cloud being used: bare-metal
Installation method: kubeadm
Host OS: RHEL8.9
CNI and version: flannel & 0.22.3
CRI and version: crio & 1.28.2
You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.