[GH-ISSUE #3] Doing POC #3

Closed
opened 2026-03-07 21:42:24 +03:00 by kerem · 0 comments
Owner

Originally created by @alnhk on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/GrahamDumpleton/wildcard-dns-server/issues/3

Hello @GrahamDumpleton :

We are trying your docker image, which is, we are doing a POC, below is the requirement :

  • we have multiple ingress URLs, all pointing to one kubernetes pod, due to multiple ingress URLs, it is wastage of the resource on kubernetes
  • requirement is we want to try with wildcard DNS, for example , on kubernetes, we have :
    a. DNS name is "acme.xyz.com"
    b. we have a POD running and this POD contains 3 URLS
    c. this is mapped to the ingress based on the port as :
    - helloworld-ssh.acme.xyz.com <==> pod:8080
    - helloworld-manager.acme.xyz.com <==> pod:8081
    - helloworld-node.acme.xyz.com <==> pod:9010

So, to overcome this, what would be the json mapping.

Originally created by @alnhk on GitHub (Apr 7, 2020). Original GitHub issue: https://github.com/GrahamDumpleton/wildcard-dns-server/issues/3 Hello @GrahamDumpleton : We are trying your docker image, which is, we are doing a POC, below is the requirement : - we have multiple ingress URLs, all pointing to one kubernetes pod, due to multiple ingress URLs, it is wastage of the resource on kubernetes - requirement is we want to try with wildcard DNS, for example , on kubernetes, we have : a. DNS name is "acme.xyz.com" b. we have a POD running and this POD contains 3 URLS c. this is mapped to the ingress based on the port as : - helloworld-ssh.acme.xyz.com <==> pod:8080 - helloworld-manager.acme.xyz.com <==> pod:8081 - helloworld-node.acme.xyz.com <==> pod:9010 So, to overcome this, what would be the json mapping.
kerem closed this issue 2026-03-07 21:42:24 +03:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wildcard-dns-server#3
No description provided.