How to make sure the cluster is running?

To make sure that the Dekube cluster is working, you need:

  • Connect to the master node of the cluster and execute the command

kubectl get node -o wide

As a result - information like this should appear (if all nodes are in the Ready status - everything is correct):

  • Go to Dekube Wallet and make sure your address is verified. After some time, you will be able to see here the tokens received for completed tasks.

  • To check the health status of the deployed DEKUBE services, connect to the master node of the cluster and execute the command:

kubectl get pod -A

All pods must be in the 'Running' status:

You can watch a video about the work of the above commands here.

Last updated