mirror of
https://github.com/GrahamDumpleton/wildcard-dns-server.git
synced 2026-04-25 06:15:56 +03:00
[GH-ISSUE #3] Doing POC #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 :
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.