Setting up a Django API and running it with Skaffold in an Kubernetes environment.
minikube
is running at the 192.168.99.105
. Navigating to /api/auth/test/
should just respond with "Hello World!"
as you see below.
However, when I try to do the same thing in Postman, I get the following (picture shows https
, but happens with http
too).
Why would this be?
I have --port-forward
setup so I can still access the API from Postman via localhost:5000/auth/test/
, so this issue isn't preventing me from getting stuff done.