Installation and Configuration of MetalLB and Traefik
Installation and Configuration of MetalLB and Traefik
Installation of both components can be done through Helm
MetalLB
helm install metallb --namespace=metallb-system -f values.yaml metallb/metallbTraefik
helm install traefik traefik/traefik --set dashboard.enabled=true,serviceType=LoadBalancer,rbac.enabled=true,dashboard.auth.basic.admin='$apr1$usXNFvmc$IxBX9owxflqlMhky/foc8/',dashboard.domain=traefik.weepytests.com --namespace=kube-system