Dopo aver modificato il file YAML di NCP, è possibile applicare il file YAML per creare ed eseguire le risorse.

Eseguire il comando seguente per applicare il file YAML di NCP. Ad esempio

kubectl apply -f ncp-ubuntu.yaml

Eseguire il comando seguente per verificare il risultato. Ad esempio
~# kubectl get pods -n nsx-system
nsx-ncp-5df7fdf8b9-b6lmx   1/1     Running       0          77s
nsx-ncp-bootstrap-rv6z2    1/1     Running       0          76s
nsx-ncp-bootstrap-tzbv2    1/1     Running       0          76s
nsx-ncp-bootstrap-z4tt5    1/1     Running       0          76s
nsx-node-agent-ghnjk       3/3     Running       0          76s
nsx-node-agent-jkrct       3/3     Running       0          76s
nsx-node-agent-tz6td       3/3     Running       0          76s

È inoltre possibile eseguire il comando kubectl get all -n nsx-system per visualizzare ulteriori dettagli.