Hi everyone,
I tried deploying the meshery-istio adapter via the UI, but it fails with:
“Cannot connect to the Docker daemon at unix:///var/run/docker.sock”
I’m running Meshery on WSL with Docker Desktop Kubernetes, so the Docker socket isn’t available inside the Meshery container.
Because of this, the adapter doesn’t get deployed, and later operations fail with DNS errors (meshery-istio not found).
Is adapter deployment expected to depend on Docker access, or should it work purely via Kubernetes in such setups?