NCP YAML 파일을 편집한 후 YAML 파일을 적용하여 리소스를 생성하고 실행할 수 있습니다.
다음 명령을 실행하여 NCP YAML 파일을 적용합니다. 예를 들면 다음과 같습니다.
kubectl apply -f ncp-ubuntu.yaml
다음 명령을 실행하여 결과를 확인합니다. 예를 들면 다음과 같습니다.
~# 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
또한 kubectl get all -n nsx-system 명령을 실행하여 세부 정보를 볼 수도 있습니다.