Kubernetes LoadBalancer external access fails
... / Kubernetes LoadBalancer e...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Kubernetes LoadBalancer external access fails

by
DidierC44
Created on 2022-06-07 08:30:27 (edited on 2024-09-04 14:24:41) in Containers and Orchestration

I have tried several times to configure a kafdrop service of LoadBalancer type (redirection of port 9000).
Will looking to the OVHCloud console / LoadBalancer, the status is first "CREATED" then "RUNNING" after several minutes, as it should.
kubectl get service shows the correct Public IP (same as OVHCloud Console) :
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kafdrop LoadBalancer 10.3.187.208 51.210.253.187 9000:32644/TCP 18m
When testing in a browser http://"public-ip":9000/ the pages is not rendered
Where could be problem ? The port 9000 ? The LoadBalancer is not working now ?
Thanks for your help