Kubernetes redirect subdomain requests for each pod

Viewed 149

Is there a routing option that could route incoming requests to pod DNS name?.

I am aware of subdomain routing but I only saw hardcoded paths examples for the - host parameter.

Each pod will be created for a new account (with the same software) and routing to this pod will need to be supported automatically for new incoming requests.

As you can see in the picture there are two different requests (can be more) to the same pod http://nnnnnna.cybearjinni.com, this is the case for each request in the picture and the number of pods gets bigger for each user.

enter image description here

0 Answers
Related