I have 1 Master node and then worker nodes separated across regions. worker nodes has labels etc attached so that i can decide which service to run on which nodes. Now i want to expose services via domain name but ia m confused with nginx ingress working
- which ip i have to point to dmian name to .
- can i have multiple ingrsses? because if i have pod in region 1 then i want to ingess which is also in same region.
- Also ingress i want to have in separate nodes only for ingress as i dont want to expose ip of any nodes like master , worker. I only want to expose ip of ingress nodes