geodesic
geodesic copied to clipboard
Add Better Support for Minikube
what
- Add support for Docker for Mac (DFM) Kubernetes or Minikube
why
- Faster LDE, protyping
- Testing Helm Charts, Helmfiles
howto
I got it working very easily.

Here's what I did (manually):
- Enable Kubnernetes mode in DFM.

- Disable the
DOCKER_DNSstuff that points to8.8.8.8in the wrapper script as it breaks DFM DNS resolution ofdocker.for.mac.localhost - Update
/localhost/.kube/configto use FQHN for Docker hostdocker.for.mac.localhost export KUBECONFIG=/localhost/.kube/config
sed -i 's,https://localhost:6443,https://docker.for.mac.localhost:6443,g' /localhost/.kube/config
I'd like us to simplify this process so it basically works out-of-the-box.
https://github.com/kubernetes-sigs/kind