Hi folks, I have a k3s server, and create a pod for testing container's API, the screenshot result:
1, use pod IP (10.42.0.53) + port, can get the api,
2, use cluster IP (10.43.249.144) + port, will throw 'Invalid URL path requested', only one time get the api,
3, user host IP (10.1.41.122) + nodePort, will throw 'Invalid URL path requested', only one time get the api too.
I use traefik when install k3s server