fierce-magician-45581
08/11/2022, 12:55 AMk3d
via helm where cluster is created as below -
k3d cluster create --agents 2 test-cluster \
--api-port 6445 \
--port '8585:8585@loadbalancer' \
--port '2376:2376@loadbalancer' \
--port '80:80@loadbalancer' \
--port '443:443@loadbalancer'
My app is using ports 80,443,2376 and 8585. All pods are up and running fine but when I am trying to access my application, on 80/443 I am getting a 404 not found
error from traefik
, I can not change application port from 80/443 to some other port as there are some internal micro-services dependency.
Can you help me to understand what might be wrong here?wide-garage-9465
08/11/2022, 5:38 AMfierce-magician-45581
08/11/2022, 6:35 AMwide-garage-9465
08/11/2022, 6:42 AMmelodic-market-42092
08/11/2022, 6:43 AMwide-garage-9465
08/11/2022, 6:45 AM--disable=traefik
flag to K3s serverfierce-magician-45581
08/11/2022, 6:47 AMtraefik
and try. will update here.traefik
, I am able to connect to application.