Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Nutanix NCP-CN Exam - Topic 3 Question 20 Discussion

[Perform Day 2 Operations]A dev team needed to optimize their logging system to be more robust, because the CPU and memory limits were insufficient, which caused delays in log collection and processing during times of high demand.After a deep performance analysis, they decided to increase the CPU limits from 1 to 4 and the memory from 1000Mi to 4Gi.Which ConfigMap should the development team run with custom resource requests and limit values for fluentd?
B) bashCopy [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion: v1kind: ConfigMapmetadata:name: logging-operator-logging-overridesnamespace: kommanderdata:values.yaml: |fluentd:resources:limits:cpu: 4memory: 4Girequests:cpu: 4memory: 4GiEOF
A) bashCopy [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion v1kind ConfigMapmetadataname logging-operator-logging-overridesnamespace kommanderdatavalues.yaml |fluentdresourceslimitscpu 1memory 1000Mirequestscpu 4memory 4GiEOF
C) bashCopy [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion v1kind ConfigMapmetadataname logging-operator-logging-overridesnamespace kommanderdatavalues.yaml |fluentdresourceslimitscpu 4EOFvalues.yaml |fluentdresourceslimitscpu 4memory 4Girequestscpu 1memory 1000MiEOF
D) bashCopy [nutanix@nkp-boot ~]$ cat <<EOF > configmap.yamlapiVersion: v1kind: ConfigMapmetadata:name: logging-operator-logging-overridesnamespace: kommanderdata:values.yaml: |fluentdresourceslimitscpu 4memory 1000Mirequestscpu 1memory 4GiEOF

Nutanix NCP-CN Exam - Topic 3 Question 20 Discussion

Actual exam question for Nutanix's NCP-CN exam
Question #: 20
Topic #: 3
[All NCP-CN Questions]

[Perform Day 2 Operations]

A dev team needed to optimize their logging system to be more robust, because the CPU and memory limits were insufficient, which caused delays in log collection and processing during times of high demand.

After a deep performance analysis, they decided to increase the CPU limits from 1 to 4 and the memory from 1000Mi to 4Gi.

Which ConfigMap should the development team run with custom resource requests and limit values for fluentd?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

0/2000 characters
Stefany
3 days ago
I feel like option C has the right idea with the limits, but the requests seem off. I need to double-check the memory values.
upvoted 0 times
...
Carissa
8 days ago
I remember practicing a similar question, and I think the requests and limits should match the new values, but I can't recall if they should be in the same section.
upvoted 0 times
...
Deeann
13 days ago
I think the ConfigMap needs to reflect the new limits, but I'm not sure if it's option B or D that has the correct syntax.
upvoted 0 times
...

Save Cancel