Free Nutanix NCP-CN Exam Questions (page: 4)

[Perform Day 2 Operations]
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.)

  1. Upgrade Workers with nkp update nodepool aws ${NODEPOOL_NAME} --cluster- name=${CLUSTER_NAME} --kubernetes-version=v1.29.9
  2. Upgrade Control Planes with nkp update controlplane aws --cluster-name=${CLUSTER_NAME} -- ami AMI_ID --kubernetes-version=v1.29.9
  3. Upgrade Workers with nkp upgrade nodepool aws ${NODEPOOL_NAME} --cluster- name=${CLUSTER_NAME} --kubernetes-version=v1.29.9
  4. Upgrade the Cluster with nkp update cluster aws --cluster-name=${CLUSTER_NAME} --ami AMI_ID --kubernetes-version=v1.29.9

Answer(s): B,C



[Perform Day 2 Operations]



A DevOps team faces a growing challenge of managing logs from multiple applications in an NKP cluster. With several teams working on different projects, it is essential to implement a Multi-Tenant Logging system that allows each team to access their own logs securely and efficiently. Initially, two namespaces have been configured for each project, as shown in the exhibit. Then a ConfigMap has also been configured for each tenant, which contains the logging configuration.
Which YAML output corresponds to a retention period of 30 days for tenant-innovation and seven days for tenant-

analytics?

  1. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation- confignamespace: tenant-innovationdata:values.yaml:
    |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind:
    ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-analyticsdata:values.yaml:
    |loki:structuredConfig:limits_config:retention_period: 7d
  2. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation- confignamespace: tenant-innovationdata:values.yaml:
    |loki:structuredConfig:limits_config:retention_period: 30d---apiVersion: v1kind:
    ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-innovationdata:values.yaml:
    |loki:structuredConfig:limits_config:retention_period: 7d
  3. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation- confignamespace: tenant-innovationdata:values.yaml:
    |loki:structuredConfig:limits_config:retention_period: 30h---apiVersion: v1kind:
    ConfigMapmetadata:name: logging-analytics-confignamespace: tenant-analyticsdata:values.yaml:
    |loki:structuredConfig:limits_config:retention_period: 7h
  4. yamlCollapseWrapCopyapiVersion: v1kind: ConfigMapmetadata:name: logging-innovation- confignamespace: tenantdata:values.yaml: |loki:structuredConfig:limits_config:retention_period:
    30d---apiVersion: v1kind: ConfigMapmetadata:name: logging-analytics-confignamespace:
    tenantdata:values.yaml: |loki:structuredConfig:limits_config:retention_period: 7d

Answer(s): A



[Prepare the Environment for an NKP Deployment]
A Platform Engineer manages an NKP v2.12.x environment and is using NKP Image Builder (NIB) to create a custom image.
Which two distributions are available for use by the engineer for this task? (Choose two.)

  1. Ubuntu
  2. Fedora
  3. Rocky Linux
  4. CentOS

Answer(s): A,C



[Perform Day 2 Operations]
A technology company has decided to migrate its infrastructure to NKP to improve the scalability and management of its applications. After a successful initial implementation, the operations team faces a new challenge of validating the HelmReleases to ensure that all applications are running correctly and avoid problems in production.
Which command should the company execute to know the right status of their HelmReleases?

  1. kubectl get namespaces
  2. kubectl get helmreleases -n ${PROJECT_NAMESPACE}
  3. kubectl edit helmreleases -n ${PROJECT_NAMESPACE}
  4. kubectl apply -f fluent-bit-overrides.yaml

Answer(s): B






Post your Comments and Discuss Nutanix NCP-CN exam prep with other Community members:

NCP-CN Exam Discussions & Posts