Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version: v1.20.5
Cloud being used: bare-metal
Installation method: go
Host OS: linux/amd64
Hello,
I am using an external Load Balacer Provider where i want to expose on one IP-Address two ports. But internal i want to route this to two different pods. How is the possible in kubernetes?
I tried it already with a service type LoadBalancer, there i can add two ports but when i select with the selector both pods i get on each 2nd request a timeout because to pod is not published.
Thanks in advance
Marcus