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   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 - The Command Line Interface for managing Gloo Mesh in your environment.
  • meshctl check server - Perform post-install checks on the Gloo Mesh management plane