NDB Operator Release Notes
The status of a Kubernetes NdbCluster
object
can be seen by running the command shown here:
Press CTRL+C to copy> 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:
Press CTRL+C to copy> kubectl logs -f ndb-operator-555b7b65-2rssd