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

meshctl check

Page as Markdown

Reference for the ‘meshctl check’ command.

meshctl check

Perform health checks on your Gloo setup.

meshctl check [flags]

Options

      --addons-namespace string   Gloo Mesh addons namespace. (default "gloo-mesh-addons")
      --dashboard-port uint32     Remote port for port-forwarding the gloo-mesh-ui pod. (default 8090)
  -h, --help                      help for check
      --local-port uint32         Local port used to open port-forward to pods running in Kubernetes. (default 9091)
  -o, --output string             Forat the output in JSON or the basic format. (default "basic")
      --prometheus-port uint32    Remote port used to open port-forward to prometheus-server pod. (default 9090)
      --remote-port uint32        Remote port used to open port-forward to gloo-mesh-mgmt-server pod(s). (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.
  • meshctl check server - Perform post-install checks on the Gloo management plane.