Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the 'minikube ip' equivalent on k3d

Tags:

kubernetes

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?

like image 757
maudev Avatar asked Dec 06 '25 15:12

maudev


1 Answers

You can retrieve the exposed IP on the traefik service (on the kube-system namespace)

kubectl get -n kube-system service/traefik -o jsonpath="{.status.loadBalancer.ingress[0].ip}"
like image 123
deBrice Avatar answered Dec 08 '25 14:12

deBrice



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!