Hi I'm really new in kubernetes and I'm playing around with minikube and deployed a nginx server successfully, executing minikube ip
I'm able to get the deployed application ip and access to it via browser or give it an alias in hosts
file. And now I'm playing around with k3d
and I noticed that there is no equivalent command to get that ip for my nginx deployed application, how can I get that ip?