NDB Operator 8.0 Manual  /  Deploying NDB Cluster with NDB Operator  /  Checking NDB Cluster Status and Logs

3.3 Checking NDB Cluster Status and Logs

The status of a Kubernetes NdbCluster object can be seen by running the command shown here:

> ndb-operator(main)$ kubectl get ndbcluster example-ndb
NAME          REDUNDANCY LEVEL
example-ndb   2

You can view NDB Operator's logs using the following command, which includes the name of the NDB Operator pod obtained using kubectl get pods previously:

> kubectl logs -f ndb-operator-555b7b65-2rssd