Skip to content

Namespaced load balancer mappings? #504

Answered by iwilltry42
GSGerritsen asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @GSGerritsen , the loadbalancer that you configure using -p "8081:80@loadbalancer" is managed by k3d and is external to your Kubernetes cluster, e.g. it's only forwarding traffic from the outside (e.g. your host from where you connect to the cluster running in Docker) to the cluster nodes.
In there, (as you correctly stated), Traefik, as the Kubernetes Ingress Controller takes over.
How the Kubernetes Ingress works is a general concept (see https://kubernetes.io/docs/concepts/services-networking/ingress/) and Traefik "just" implements it (see https://doc.traefik.io/traefik/providers/kubernetes-ingress/).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iwilltry42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants