Hey all, I am trying to run istio in k3s and have ...
# general
b
Hey all, I am trying to run istio in k3s and have no use of traefik. I tried running k3s with
--disable=traefik
but running this also removes serviceLB which I require. Is there a way I can install serviceLB without traefik Thanks
c
It does not remove ServicelLB
Without the traefik service there are no svclb pods, but servicelb is still active... you just need to deploy another LoadBalancer service to use it.