NDB Operator Release Notes
        
      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