Currently trying to set up a minikube development environment on a VM which I created on proxmox.
I followed this guide: https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/
I can access the services with curl from the server, but I can not access them via the (internal) ip from the VM, for example from another client.
If I check the ip address with "minikube ip" it shows an internal ip address, 192.168.49.2.
How can I get the Services exposed to the physical NIC IP Address?
Thanks!