I received feedback from one of the community members who showed me that my disk is full.
This is why, I would like to try to use the "Deploy and Access the Kubernetes Dashboard" using my Mac Terminal by this command - kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml
The error stated - "The connection to the server localhost:8080 was refused - did you specify the right host or port?"
Then I type this command - kubectl proxy
It shows Starting to serve on 127.0.0.1:8001
But the following error:
E0401 00:14:15.413407 29419 proxy_server.go:147] Error while proxying request: dial tcp [::1]:8080: connect: connection refused E0401 00:14:15.557766 29419 proxy_server.go:147] Error while proxying request: dial tcp [::1]:8080: connect: connection refused
How to solve this Host / Port problem?
Kindly guide me, thank you.