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
Containers and Orchestration - Kubernetes LoadBalancer external access fails
Related questions
- Managed Kubernetes LoadBalancer is not activated
4238
30.05.2022 13:22
- How to check if Kubernetes is installed?
3574
25.06.2020 08:22
- How to activate Pod Security Policies on Kubernetes cloud?
2838
11.05.2020 16:12
- What is a POD in kubernetes?
2715
11.08.2020 15:45
- No options for opening ports available
2210
29.09.2023 14:32
- Loadbalancer static ip?
2132
18.05.2021 16:47
- Connection to outside services from a pod
1978
08.02.2021 22:14
- Kubernetes control plane ttl and HA
1912
04.12.2023 16:45
- Kubernetes service endpoints no longer auto created, updated or deleted, how to fix?
1852
03.06.2025 08:50
- Managed Kubernetes OIDC with Google OpenID
1813
02.05.2023 14:00