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
Lyla
5 days ago
I’m leaning towards A. It’s simple and clear.
upvoted 0 times
...
Joni
10 days ago
Agreed, B looks solid. 4 CPU and 4Gi memory is optimal.
upvoted 0 times
...
Rosio
15 days ago
I think option B is the best. It has the right limits.
upvoted 0 times
...
My
20 days ago
I’m surprised they didn’t go for more memory initially!
upvoted 0 times
...
Penney
25 days ago
Definitely B, those resource requests look solid.
upvoted 0 times
...
India
1 month ago
Wait, did they really need to increase CPU that much? Seems excessive.
upvoted 0 times
...
Stephaine
1 month ago
I think A is actually better, it keeps the memory lower.
upvoted 0 times
...
Chau
1 month ago
Looks like B is the right choice with the correct limits!
upvoted 0 times
...
Latrice
2 months ago
I’m leaning towards option A, but I’m confused about the formatting. Did we cover how to structure the ConfigMap correctly in class?
upvoted 0 times
...
Stefany
2 months 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
2 months 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
2 months 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