hello, anyone successfully managed to configure in...
# general
a
hello, anyone successfully managed to configure ingress with nginx for multiple applications (multiple domains) on a rancher cluster running locally in docker? I have some local domains (/etc/hosts) like • argocd.k8s.local => 127.0.0.1 • akhq.kafka.k8s.local => 127.0.0.1 • scdf.k8s.local => 127.0.0.1 I have all the corresponding workloads running on k3s local cluster (default that comes with rancher), I would like to be able to access these domains in my browser - but seems after I created the ingress the traffic still takes me to rancher UI page --- I am running rancher with
Copy code
docker run -d --restart=unless-stopped \
 -p 80:80 \
 -p 443:443 \
 --privileged \
 rancher/rancher:latest