Join the discussion
Question 16/72
A Platform Engineer needs to create an NKP cluster on vSphere infrastructure, using the vSphere provisioning method. The cluster needs to have 3 worker node pools:
* First node pool should consist of 6 worker nodes
* Second node pool should consist of 3 worker nodes
* Third node pool should consist of 3 worker nodesAdditionally, the worker nodes in the first node pool should be set to 10 CPUs, the second node pool workers should be set to 8 CPUs, and the third node pool workers should be set to 6 CPUs. What is the proper way to create the NKP cluster using the NKP CLI?
* First node pool should consist of 6 worker nodes
* Second node pool should consist of 3 worker nodes
* Third node pool should consist of 3 worker nodesAdditionally, the worker nodes in the first node pool should be set to 10 CPUs, the second node pool workers should be set to 8 CPUs, and the third node pool workers should be set to 6 CPUs. What is the proper way to create the NKP cluster using the NKP CLI?
Correct Answer: A
The NKPA course details the process of creating an NKP cluster on vSphere using the NKP CLI, including the configuration of multiple node pools with specific worker node counts and CPU settings. The correct approach involves creating the cluster with the initial node pool and then adding additional node pools separately.
The steps in Option A align with this process:
* nkp create cluster vsphere --worker-replicas 6 --worker-cpus 10: This command creates the NKP cluster on vSphere with the first node pool, consisting of 6 worker nodes, each with 10 CPUs.
* nkp create nodepool vsphere --worker-replicas 3 --worker-cpus 8: This adds the second node pool to the cluster with 3 worker nodes, each with 8 CPUs.
* nkp create nodepool vsphere --worker-replicas 3 --worker-cpus 6: This adds the third node pool with 3 worker nodes, each with 6 CPUs.
The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "To create an NKP cluster with multiple node pools on vSphere, use nkp create cluster vsphere to define the first node pool, then add additional node pools with nkp create nodepool vsphere, specifying --worker-replicas and --worker-cpus for each pool." This method ensures precise control over each node pool's configuration.
Incorrect Options:
* B: The second nkp create nodepool command uses --replicas and --cpus, which are not the correct flags.
The NKPA course specifies --worker-replicas and --worker-cpus.
* C: The --node-pools, --worker-replicas 6,3,3, and --worker-cpus 10,8,6 flags are not supported in a single nkp create cluster command. Node pools must be created separately.
* D: There is no nkp create nodepools command; the correct command is nkp create nodepool.
Additionally, --replicas and --cpus are incorrect flags.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Cluster Creation.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Building NKP Clusters.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com
The steps in Option A align with this process:
* nkp create cluster vsphere --worker-replicas 6 --worker-cpus 10: This command creates the NKP cluster on vSphere with the first node pool, consisting of 6 worker nodes, each with 10 CPUs.
* nkp create nodepool vsphere --worker-replicas 3 --worker-cpus 8: This adds the second node pool to the cluster with 3 worker nodes, each with 8 CPUs.
* nkp create nodepool vsphere --worker-replicas 3 --worker-cpus 6: This adds the third node pool with 3 worker nodes, each with 6 CPUs.
The Nutanix Cloud Native (NCP-CN) 6.10 Study Guide states: "To create an NKP cluster with multiple node pools on vSphere, use nkp create cluster vsphere to define the first node pool, then add additional node pools with nkp create nodepool vsphere, specifying --worker-replicas and --worker-cpus for each pool." This method ensures precise control over each node pool's configuration.
Incorrect Options:
* B: The second nkp create nodepool command uses --replicas and --cpus, which are not the correct flags.
The NKPA course specifies --worker-replicas and --worker-cpus.
* C: The --node-pools, --worker-replicas 6,3,3, and --worker-cpus 10,8,6 flags are not supported in a single nkp create cluster command. Node pools must be created separately.
* D: There is no nkp create nodepools command; the correct command is nkp create nodepool.
Additionally, --replicas and --cpus are incorrect flags.
:
Nutanix Kubernetes Platform Administration (NKPA) Course, Section on Cluster Creation.
Nutanix Cloud Native (NCP-CN) 6.10 Study Guide, Chapter on Building NKP Clusters.
Nutanix Cloud Bible, NutanixKubernetesPlatform Section: https://www.nutanixbible.com
Add Comments
- Other Question (72q)
- Q1. An infrastructure team has configured a Backup Storage Location on an existing AWS bucket ...
- Q2. To keep an NKP cluster and applications healthy and drive productivity forward, a Platform...
- Q3. An administrator has been tasked with deploying NKP as the Kubernetes platform and needs t...
- Q4. A Platform Engineer is deploying NKP into a highly secure vSphere environment. The NKP clu...
- Q5. During a deployment of NKP, a Platform Engineer received an error indicating an issue with...
- Q6. A Cloud Engineer is deploying an NKP management cluster and plans to deploy multiple NKP w...
- Q7. (Exhibit) An administrator is provisioning an NKP cluster. After the VM creation task, the...
- Q8. A Platform Engineer is going to deploy NKP to a Nutanix cluster on-prem as well as Amazon ...
- Q9. A Platform Engineer manages an NKP environment and is preparing a machine image to become ...
- Q10. A Platform Engineer would like to deploy an NKP Platform Application to all the clusters w...
- Q11. A Platform Engineer is a member of an IT team that provides Kubernetes clusters for three ...
- Q12. A Platform Engineer needs to create an NKP cluster on vSphere infrastructure, using the vS...
- Q13. In a telecom company, two teams were working on the development of two different applicati...
- Q14. When deploying NKP using the Nutanix provisioning method (CAPX), what are the supported OS...
- Q15. A Platform Engineer is deploying a new Kubernetes application in Amazon Web Services (AWS)...
- Q16. A Platform Engineer needs to create an NKP cluster on vSphere infrastructure, using the vS...
- Q17. A Platform Engineer would like to install some NKP applications, but with a few modificati...
- Q18. A company has enabled auto-scaling within an NKP cluster. What is the behavior for auto-sc...
- Q19. A developer asked a Platform Engineer to review a deployment in the cluster called iot-1 i...
- Q20. A Platform Engineer is running a Kubernetes cluster version 1.28.1 on AWS that needs to be...
- Q21. Which procedure should a Platform Engineer follow for setting up user authentication into ...
- Q22. (Exhibit) A DevOps team faces a growing challenge of managing logs from multiple applicati...
- Q23. A Platform Engineer for an organization needs to deploy NKP into AWS while using custom cr...
- Q24. A Kubernetes administrator has been tasked with deploying a new cluster to AWS. The admini...
- Q25. A company has different Kubernetes clusters for different business units. Every business u...
- Q26. An administrator has been trying to deploy an initial AHV-based NKP cluster in a dark site...
- Q27. A Kubernetes administrator needs to deploy a new Kubernetes cluster into a new workspace. ...
- Q28. Which NKP tier is required for the FIPS Compliant Build feature?...
- Q29. (Exhibit) The Platform Engineer needs to expand an NKP Pro demo cluster due to workload ca...
- Q30. A Platform Engineer needs to create an NKP custom image for vSphere. Which option should t...
- Q31. A development Kubernetes cluster deployed with NKP is having performance issues. The Cloud...
- Q32. (Exhibit) The cluster arca will host a new application that needs to add more workers. The...
- Q33. An administrator has been trying to deploy an initial AHV-based NKP cluster in a dark site...
- Q34. A Platform Engineer manages an NKP v2.12.x environment and is using NKP Image Builder (NIB...
- Q35. In an effort to control cloud cost consumption, auto-scale is configured to meet demands a...
- Q36. (Exhibit) A current Nutanix cluster is hosting an NKP cluster and a production Kubernetes ...
- Q37. Refer to the exhibits. A Cloud Administrator had provisioned a Kubernetes cluster named de...
- Q38. (Exhibit) After creating the project, what should the administrator configure in order for...
- Q39. A company has a new DevOps team that needs to be provided cloud native computing resources...
- Q40. After a finished project, three Kubernetes clusters within a workspace were deleted, so th...
- Q41. Which procedure should a Platform Engineer follow for setting up user authentication into ...
- Q42. A Platform Engineer has a requirement for backup and recovery and would like to leverage a...
- Q43. A development team has decided to implement an efficient logging system and use AWS S3 as ...
- Q44. (Exhibit) A Platform Engineer sees no insight in all workspaces, and it is a critical feat...
- Q45. (Exhibit) A Platform Engineer is preparing to deploy an NKP cluster in an air-gapped envir...
- Q46. A Platform Engineer is deploying an NKP cluster within an air-gapped AWS environment. Howe...
- Q47. There is a private registry for the NKP deployment and the company has an NKP Ultimate lic...
- Q48. A Cloud Engineer manages an NKP environment and is preparing a machine image to become an ...
- Q49. (Exhibit) The Platform Engineer needs to expand an NKP Pro demo cluster due to workload ca...
- Q50. An ecommerce company decides to apply an autoscaling configuration in its NKP cluster due ...
- Q51. A Platform Engineer has deployed NKP and wants to utilize its OOB data storage feature. Wh...
- Q52. In an effort to control cloud cost consumption, auto-scale is configured to meet demands a...
- Q53. A company has standardized on NKP for their Kubernetes platform and needs to deploy their ...
- Q54. During a deployment of NKP, a Platform Engineer received an error indicating an issue with...
- Q55. A Platform Engineer needs to create an NKP custom image for vSphere. Which option should t...
- Q56. A Platform Engineer works for a service provider and needs to establish access and authent...
- Q57. A Platform Engineer has been tasked with setting up a secure and isolated environment for ...
- Q58. A development team decided to employ an efficient monitoring system with Grafana-logging, ...
- Q59. A Platform Engineer has been tasked with setting up a secure and isolated environment for ...
- Q60. A Cloud Engineer would like to configure an NKP cluster that is running in the cloud to dy...
- Q61. (Exhibit) After creating the project, what should the administrator configure in order for...
- Q62. At a national defense company, protecting sensitive data is their top priority. With the i...
- Q63. (Exhibit) After selecting the Production workspace and selecting View Details for the clus...
- Q64. Refer to Exhibit: (Exhibit) Using an NKP Ultimate license, a Platform Engineer has created...
- Q65. A corporate IT team provides Kubernetes clusters for three groups within the company: * Fi...
- Q66. (Exhibit) An administrator is provisioning an NKP cluster. After the VM creation task, the...
- Q67. When deploying an NKP cluster onto air-gapped, pre-provisioned servers, Konvoy Image Build...
- Q68. Which option is enabled with the NKP Pro licensing tier?...
- Q69. A Platform Engineer needs to utilize the Konvoy Image Builder for building a custom operat...
- Q70. A Platform Engineer is attempting to delete an attached cluster from the NKP UI, but it is...
- Q71. Recently, the reliability of some developer platforms has been impacted by out-of-memory e...
- Q72. A Platform Engineer is preparing an AWS instance using KIB for becoming an NKP cluster nod...
