0

in short, for a project i should expose an nginx server with minikube installed via virtual box and i should expose it in bridge mode but unfortunately the server is always exposed via the vbnet0 virtual interface, if i try to manually modify in the virtual box network settings, minikube gets stuck and I can't do anything anymore. Do you have any advice? Thanks so much for the support, Best regards, Corrado

1 Answers1

0

There are two ways to consider here:

  • Use minikube start --driver=virtualbox with some additional steps. Notice the Virtualbox part of the answer.

  • Use minikube start --driver=none on the VM alongside with nginx-ingress like described here.

Both ways are explained in detail by a great community member @DawidKruk. You can find both cases below:

Wytrzymały Wiktor
  • 11,492
  • 5
  • 29
  • 37