PDF (US Ltr)
- 324.6Kb
PDF (A4)
- 322.5Kb
Once you have installed NDB Operator using either of the methods described previously in this chapter, you can verify the installation by executing the following command:
> kubectl get pods -n ndb-operator -l 'app in (ndb-operator,ndb-operator-webhook-server)'
NAME READY STATUS RESTARTS AGE
ndb-operator-555b7b65-7fmv8 1/1 Running 0 13s
ndb-operator-webhook-server-d67c97d54-zdhhp 1/1 Running 0 13s
The pod ndb-operator-555b7b65-7fmv8
runs NDB
Operator; the other pod
(ndb-operator-webhook-server-d67c97d54-zdhhp
)
runs a server that acts as an admission controller for the
NdbCluster
resource, which NDB Operator is
ready to handle once both pods are ready.