Is there a way to configure Portainer's dashboard to show Minikube's docker?
Portainer
Installed in the local docker (toolbox), on VM under windows 7; the dashboard connection to the local (inside) docker is working fine.
docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer
Minikube
Installed in another VM on the same machine with a different port.
- I've created a new Portainer Endpoint using the portainer UI
- Set the Endpoint URL (minikubeIp:2375)
- Selected TLS and point to the path of the cert files
c:/users/<myusername>/.minikube/certs
but keep getting an error on the dashboard tab:
Failed to load resource: the server responded with a status of 502 (Bad Gateway)
I'm getting the same error also when configuring the Endpoint without TLS.
Is it possible to configure Portainer to work with Minikube's Docker?