I'm trying to restrict access to certain paths on my service how can I accomplish this on kubernetes? I have a service that runs a basic API but it also runs an admin service. Is it possible to use multiple paths under the same host as an ingress rule?
Example.com/API can be open but Example.com/admin needs to be restricted. Both services run on the same backend service.