How to use Traefik as an Ingress Controller on an OVH Managed Kubernetes Service? I followed the installation guide of Traefik for HELM Chart V2 and obtained an external IP via OVH's LoadBalancer, but my Ingress cannot reach my services. I tried the same thing with NGINX and it works. How can I solve this problem with Traefik?
Here's the result I got. The Ingress cannot obtain the external IP address!
```
me@my-comp:~$ kubectl get service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
isj-backend-service NodePort 10.3.73.2 30000:30583/TCP 19m
isj-frontend-service NodePort 10.3.121.107 80:31327/TCP 19m
isj-mongo-service ClusterIP 10.3.80.144 27017/TCP 19m
isj-postgres-service ClusterIP 10.3.156.157 5432/TCP 19m
kubernetes ClusterIP 10.3.0.1 443/TCP 2d17h
traefik LoadBalancer 10.3.133.34 162.19.17.146 80:31744/TCP,443:31791/TCP 2m20s
me@my-comp:~$ kubectl get ingress
NAME CLASS HOSTS ADDRESS PORTS AGE
ingress traefik * 80 11m
```
Public Cloud - How to configure Traefik with Managed Kubernetes Service
Related questions
- IPv6 subnet/extra IPv6 IPs on cloud instances/VPS
8078
31.01.2018 07:31
- Problem with Windows Server 2019 activation
7493
30.12.2020 04:04
- Is the Plesk License included?
7079
02.01.2018 11:56
- Ubuntu 20.04 image in OVH has been marked as DEPECRATED
6305
04.12.2020 23:28
- Private Network shared between two or more Public Cloud projects
5431
11.03.2021 13:19
- Automatic Block storage backup - how?
5406
06.05.2020 17:31
- Can i use my own public cloud vm with floating ip as internet gatewaway for my private network?
4984
26.01.2026 08:13
- Setup clickhouse with s3 high performance storage class (express onezone)
4860
16.10.2025 13:28
- Error has occurred creating your Public Cloud project
4702
08.10.2021 08:52
- CORS in Object Storage
4681
03.11.2020 06:02