Install, configure and use Traefik API Gateway

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: v1.34.2
Cloud being used: bare-metal
Installation method: kubeadm
Host OS: Rocky 10
CNI and version: Flannel v0.27.4
CRI and version: cri-docked v0.3.20

Hi all,

Sorry for my english, I’m french.

Since some days, I try to install, configure and use Traefik API Gateway (using tutorials) but nothing works. :face_exhaling:

I explain my goal.

I have a lot of Urls with my personal domain like “site1.my-domain.fr” accessing some applications on pods. All Url are redirected to my personal IP (so, to my internet box).

Actually I use a proxy server to redirect Urls to my kubernetes cluster with specific ports (one by Url, like “site1” to 40001, “site2” to 40002, etc..) and all works without issue.

But I would like to simplify it and to do without a proxy server, so using only port 443 and filter by Url.

I tried a lot of personal and professional tutorials, even chatgpt, but all I tried doesn’t work. Applications are not accessible by their Url (not found). :fearful:

As it’s a private cluster, I was advised to install metalLB for gateway can have an IP from my local network but that hasn’t change anything.

If someone could help me I would be delighted. :nerd_face: