Multiple domain names with single ports vs multiple ports with single domain name? #5542
-
Can Teleport be configured such that it can use multiple domain names with single ports vs the current design that uses multiple ports with a single domain name? Example: instead of test.example.com:3026 and test.example.com:3080, could we do proxykube.test.example.com and proxyweb.test.example.com? I understand something will have to do the 443 -> right port translation for the pods, more curious if clients would be able to handle this modification in the interaction. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It is possible to split web and ssh ports like that, but not with kubernetes at the moment. You need to set |
Beta Was this translation helpful? Give feedback.
It is possible to split web and ssh ports like that, but not with kubernetes at the moment.
You need to set
public_addr
,ssh_public_addr
andtunnel_public_addr
to different domain names andtsh
will use those domains when logging in. We'd need to expand this to kubernetes and app services as well. Can you submit a feature request so we can track this?