Skip to content
You are viewing the documentation for Solo Enterprise for Istio, formerly known as Gloo Mesh (OSS APIs).

meshctl proxy

Page as Markdown

Reference for the ‘meshctl proxy’ command.

meshctl proxy

Forward a local port to a Gloo component.

Synopsis

Forward a local port to a Gloo component. Defaults to the management server admin page if no target specified. Valid targets are:

  • Gloo management server admin page: ["" “management” “mgmt”]
  • Prometheus: [“prom” “prometheus”]
  • Gloo UI: [“dashboard” “ui”]
meshctl proxy [target] [flags]

Options

  -h, --help          help for proxy
  -p, --port uint32   The local port to forward to (default 9091)

Options inherited from parent commands

      --kubeconfig string    Path to the kubeconfig file for the cluster.
      --kubecontext string   Kubernetes context for the cluster to run the command in.
  -n, --namespace string     Namespace to run the command in. (default "gloo-mesh")
      --plain                Disable styling for terminal output.
  -v, --verbose              Enable verbose logging.

SEE ALSO

  • meshctl - Use the meshctl command line interface (CLI) tool to set up and manage Gloo products in your environment.