DEV Community

Discussion on: Run ASP.NET Core 3 on Kubernetes with Helm.

Collapse
 
umerfarooqpucit profile image
umerfarooqpucit • Edited

hi, I am having the following error when run this command, "helm install aspnet3release ./chart/" :

Error: Kubernetes cluster unreachable
And if I run this command "kubectl get nodes", i get the following error: "Unable to connect to the server: dial tcp 127.0.0.1:8080: connectex: No connection could be made because the target machine actively refused it."

What should I do? I looked for it but couldn't find a solution

Collapse
 
wolnikmarcin profile image
Marcin Wolnik

hi,

I assume you're using 'Docker For Desktop'. Please check if you've switched to Linux containers and in the settings under 'Kubernetes' tab you've enabled it.