Greetings everyone , I recently read that the port that mesheryctl uses is usually determined by the config.yaml but can I know what port is it generally ( is it 9081 ? )
You’re right, @Harshith. The mechanism that mesheryctl
uses to lookup the location (hostname:port) of the current context’s Meshery Server is that of referring to the `` field in your meshconfig (typically located at ~/.meshery/config
). By default, Meshery Server runs on port 9081/tcp (see network ports).