Nutanix NCP-CN v6.10 - Nutanix Certified Professional - Cloud Native v6.10 Exam
Page: 2 / 14
Total 69 questions
Question #6 (Topic: Exam A)
An infrastructure team has configured a Backup Storage Location on an existing AWS bucket and created the backup named testbackup.
What command can the team use to view the backup?
What command can the team use to view the backup?
A. kubectl get backupstoragelocations -n ${testbackup} –o yaml
B. kubectl get backupstoragelocations -n ${WORKSPACE_NAMESPACE} –o yaml
C. velero backup describe aws-velero-testbackup
D. velero backup describe testbackup
Answer: D
Question #7 (Topic: Exam A)
A Cloud Engineer wishes to attach existing AKS clusters to a newly-deployed NKP management cluster.
What should the engineer consider specific to attaching these type of clusters to NKP?
What should the engineer consider specific to attaching these type of clusters to NKP?
A. Cert-manager, which is included in NKP, is deployed by default on AKS clusters. This would need to be removed from the AKS clusters before attaching them.
B. AKS nodes do not use containerd as its container runtime. Therefore it should be deployed to each of the nodes in the AKS clusters prior to attaching them.
C. A separate service account should be created for them because their kubeconfig files are not usable out-of-box by NKP Kommander.
D. AKS does not have the kubelet installed on them. Therefore the KIB-prep process should be performed on each of the nodes in the AKS clusters prior to attaching them.
Answer: A
Question #8 (Topic: Exam A)
A Platform Engineer has deployed NKP and wants to utilize its OOB data storage feature.
What should the engineer enable to support backups within the NKP environment?
What should the engineer enable to support backups within the NKP environment?
A. MinIO
B. Volumes iSCSI
C. Rook Ceph
D. Objects S3
Answer: A
Question #9 (Topic: Exam A)
A Platform Engineer is running a Kubernetes cluster version 1.28.1 on AWS that needs to be upgraded to version 1.29.9. This cluster was deployed with Nutanix NKP.
Which two actions should the engineer take to complete this requirement? (Choose two.)
Which two actions should the engineer take to complete this requirement? (Choose two.)
A. Upgrade Workers with:
nkp upgrade nodepool aws ${NODEPOOL_NAME} \
--cluster-name=${CLUSTER_NAME} \
--kubernetes-version=v1.29.9 B. Upgrade Workers with:
nkp update nodepool aws ${NODEPOOL_NAME} \
--cluster-name=${CLUSTER_NAME} \
--kubernetes-version=v1.29.9 C. Upgrade Control Planes with:
nkp update controlplane aws \
--cluster-name=${CLUSTER_NAME} \
--ami AMI_ID \
--kubernetes-version=v1.29.9 D. Upgrade the Cluster with:
nkp update cluster aws \
--cluster-name=${CLUSTER_NAME} \
--ami AMI_ID \
--kubernetes-version=v1.29.9
nkp upgrade nodepool aws ${NODEPOOL_NAME} \
--cluster-name=${CLUSTER_NAME} \
--kubernetes-version=v1.29.9 B. Upgrade Workers with:
nkp update nodepool aws ${NODEPOOL_NAME} \
--cluster-name=${CLUSTER_NAME} \
--kubernetes-version=v1.29.9 C. Upgrade Control Planes with:
nkp update controlplane aws \
--cluster-name=${CLUSTER_NAME} \
--ami AMI_ID \
--kubernetes-version=v1.29.9 D. Upgrade the Cluster with:
nkp update cluster aws \
--cluster-name=${CLUSTER_NAME} \
--ami AMI_ID \
--kubernetes-version=v1.29.9
Answer: BC
Question #10 (Topic: Exam A)
A Platform Engineer has a requirement for backup and recovery and would like to leverage an Out-Of-The-Box solution distributed with NKP.
What is the backup and recovery solution distributed for NKP?
What is the backup and recovery solution distributed for NKP?
A. Velero
B. Kasten
C. Nutanix Snapshot
D. Tar
Answer: A