Verify Konvoy installation

Check Konvoy components to verify the status of your cluster

In this section, we show you how to verify a Konvoy installation.

Use the Konvoy check command

Konvoy ships with some default diagnosis tools to check your cluster (such as the check command). You can use those tools to validate your installation.

konvoy check

The check command will validate all nodes components, including container runtime, the kubernetes control plane, and all addons. See more details about what those commands do here. If your install is successful, all the above commands should return success.

Verify all pods are running

All pods installed by Konvoy (such as addons) should be in Running or Completed status if the install is successful.

kubectl get pods --all-namespaces

If any pod is not in Running or Completed status, refer to the troubleshooting guide for how to diagnose the issues.

Verify operation portal is working properly

Last but not least, verify that the operations portal is working properly. Refer to this guide for how to use the operations portal.