Hey team, I’ve got a k3s cluster set up on my loca...
# k3s
i
Hey team, I’ve got a k3s cluster set up on my local network that I’m exposing apps internally and externally to. Internally, I’m accessing the apps via the cluster local IP, or through
hostname.local
syntax which is working correctly — however, I’m trying to host several apps at once and running into issues with path name collision. Since I don’t have access to adding subdomains given that I’m hosting locally (would rather not go the route of host files) I’m trying to deploy apps under
/path/{subpaths}
but running into issues with the names not resolving. For example with the traefik dashboard I was hoping to deploy an ingress under
hostname.local/traefik/dashboard
rather than ``hostname.local/dashboard` . to avoid name clash. Is something like this possible or do I need to pursue a different route?