I installed a one node Kubernetes with kubeadm
. This is on a vServer
"bare metal" with dedicated external static IP.
With these components/settings:
- calico (default settings)
- MetalLB (Layer 2 config with address range
192.168.1.240-192.168.1.250
) - Traefik (default settings)
Now a traefik service is exposed as an "external IP" but the IP is 192.168.1.240
. This is external from k8s point of view but how do I expose the ingress service to the internet?
I do not want to set up an additional external load balancer. How can I achieve this?