Hey Everyone!
i am encountering some issue while launching the meshery dashboard.
My installation steps:
- first installed mesheryctl using
brew install mesheryctl
- deployed meshery on k8s.
here is the status of themesheryctl system status
now as you can see it is saying listening on Meshery endpoint is http://localhost:31697
but on running on this endpoint it is having this problem
so the next steps that I tried
- tried login
mesheryctl system login
it says
authentication failed: Unable to reach Meshery server at http://localhost:31697. Verify your environment's readiness for a Meshery deployment by running `mesheryctl system check`.
so i ran the system check also
here is the issue
but but here is what i found
on running this command which is
mesheryctl system dashboard --port -forward
i am able to access the server and
which is listening on localhost:9091
so need help with this where am i wrong