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
4351
30.05.2022 13:22
- How to check if Kubernetes is installed?
3654
25.06.2020 08:22
- How to activate Pod Security Policies on Kubernetes cloud?
2993
11.05.2020 16:12
- What is a POD in kubernetes?
2814
11.08.2020 15:45
- No options for opening ports available
2327
29.09.2023 14:32
- Loadbalancer static ip?
2183
18.05.2021 16:47
- Kubernetes control plane ttl and HA
2039
04.12.2023 16:45
- Connection to outside services from a pod
2031
08.02.2021 22:14
- Kubernetes service endpoints no longer auto created, updated or deleted, how to fix?
1965
03.06.2025 08:50
- Managed Kubernetes OIDC with Google OpenID
1859
02.05.2023 14:00