Linux Foundation Certified Cloud Native Platform Engineering Associate CNPA Question # 11 Topic 2 Discussion
CNPA Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2
A platform team is deciding whether to invest engineering time into automating cluster autoscaling. Which of the following best justifies making this automation a priority?
A.
Cluster autoscaling is a repetitive task that increases toil when done manually.
B.
Manual upgrade tasks help platform teams stay familiar with system internals.
C.
Most engineers prefer doing upgrade tasks manually and prefer to review each one.
D.
Automation tools are better than manual processes, regardless of context.
Automation in platform engineering is primarily about reducing repetitive manual work, or toil, which consumes engineering capacity and increases the risk of human error. Option A is correct because cluster autoscaling—adjusting resources to meet workload demand—is a repetitive, ongoing task that is better handled through automation. Automating this process ensures scalability, efficiency, and reliability while freeing platform teams to focus on higher-value work.
Option B may provide learning opportunities but is not a sustainable justification. Option C is subjective and inefficient, while Option D is overly broad—automation should be applied thoughtfully to tasks that bring measurable benefits.
Automating autoscaling aligns with cloud native best practices, ensuring workloads can respond elastically to demand changes while maintaining cost efficiency. This reduces manual overhead, improves resiliency, and supports the developer experience by ensuring resource availability.
[References:— CNCF Platforms Whitepaper— SRE Principles on Eliminating Toil— Cloud Native Platform Engineering Study Guide, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit