Dynamic reverse proxy using nginx in Kubernetes

1 · Abin Simon · March 30, 2020, midnight
OK, first of all, let me make sure that you understand what we are trying to do here. Let us say that I have a lot of kubernetes services with names like below. This list may grow or shrink dynamically and is controlled by some other script. I am spinning up a dev instances for each use as they login. Something new I am working on. exper-0 exper-1 exper-2 exper-3 exper-4 Now if I do not wanna create separate ingress for each item, how would I go about doing this? Heads Up. You cannot use defau...