meshctl check

meshctl check

Perform health checks on the Gloo Mesh system

meshctl check [flags]

Options

      --addons-namespace string   Gloo Mesh addons namespace. (default "gloo-mesh-addons")
  -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             output format: json or basic (default "basic")
      --prometheus-port uint32    remote port used to open port-forward to prometheus-server (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   Name of the Kubernetes context for the management cluster
  -n, --namespace string     Namespace where Gloo Mesh should be installed (default "gloo-mesh")
      --plain                Add this flag to disable styling for terminal output
  -v, --verbose              Enable verbose logging

SEE ALSO