DEKUBE
  • 📖Litepaper
  • 🧩Genesis Points Event
    • 🚏Tutorial for Team up
    • 🪟Tutorial for Windows
    • 🍎Tutorial for MacOS
    • 🐧Tutorial for Linux
  • 🔧Node Deployment Manual
    • Minimum Requirements and Deployment Conditions for the Cluster
    • Installation files
    • Description of the installation process
      • Ansible
      • Preparing the inventory-file
      • Wireguard VPN Settings
      • Creating a Kubernetes cluster and installing DEKUBE components
      • Registration and connection of the cluster to the DEKUBE.AI network
      • How to make sure the cluster is running?
      • Assigning a Label to worker nodes
      • (Optional) Adding new worker nodes
  • 💎Nodes Recruitment
  • 📚FAQ
  • 📃Terms of Use
Powered by GitBook
On this page
  1. Node Deployment Manual
  2. Description of the installation process

How to make sure the cluster is running?

PreviousRegistration and connection of the cluster to the DEKUBE.AI networkNextAssigning a Label to worker nodes

Last updated 11 months ago

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):

  • 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:

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

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

🔧
Dekube Wallet
here
Status of nodes in the cluster. Nodes must be in the 'Ready' status.
Running tasks in the Dekube cluster