I have deployed a kubernetes cluster with 3 nodes. To create ingress, I am using Traefik.
When I tried to do a request, the web application is incompleted, some files are truncated and the web page cannot be load.
I have done the next test:
1 nodePort: it works (the web page is completed).
2 service: it works (the web page is completed).
3 ingress: it truncated files (some files are incompleted).
can someone help me? please
thank you in advance.
Best regard.
I have solved the trouble.
HaProxy was in mode HTTP, the attribute has been changed to mode tcp.
the trouble disappears.
Thank you very much.