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
```
How to configure Traefik with Managed Kubernetes Service
Related questions
- IPv6 subnet/extra IPv6 IPs on cloud instances/VPS
3909
31.01.2018 07:31
- Problem with Windows Server 2019 activation
3764
30.12.2020 04:04
- Is the Plesk License included?
3613
02.01.2018 11:56
- Ubuntu 20.04 image in OVH has been marked as DEPECRATED
2383
04.12.2020 23:28
- Automatic Block storage backup - how?
2047
06.05.2020 17:31
- Private Network shared between two or more Public Cloud projects
1992
11.03.2021 13:19
- CORS in Object Storage
1839
03.11.2020 06:02
- [ALPHA] On-demand bare metal instances in Public Cloud
1825
14.05.2019 07:08
- Error has occurred creating your Public Cloud project
1755
08.10.2021 08:52
- Nested virtual machines
1520
18.10.2018 14:33