|
|
|
|
|
by freetime2
1604 days ago
|
|
The issue that I had with Minikube is that I couldn’t get it to work with my employer’s VPN enabled. I realize that this is more the fault of my employer’s strict no-split-tunneling configuration than Minikube’s, but sadly that is the reality I live in. I ended up using lima vm, which has an elegant port forwarding solution to make everything running on the VM appear as if it is running on localhost. Having made the switch, I also prefer the simplicity and transparency of know exactly how the VM is configured, and being able to make tweaks to the provisioning script if necessary. Minikube on the other hand felt a bit automagical at times. |
|