Looking for some guidance on the best way to start debugging connectivity issues between host (OSX) and a dagger service running Apache Airflow.
I can successfully reach the toy example from the Dagger Service docs that just runs a Python http server but I am unable to reach the Airflow UI running as a Dagger service.
If I run the Airflow container using Docker with near-identical configuration and expose the relevant port then the web UI is reachable as expected at port 8080.
Ordinarily, on linux I'd start messing around with tcpdump and pwru but unsure where to go from here with Dagger / OSX.
Thanks!