Kcna Kubernetes And Cloud Native Associate · Free Practice Question Medium
Question 27
In a Cloud Native Architecture, which of the following best describes the concept of "Immutable Infrastructure"?
-
A
Infrastructure is expected to change frequently but retains its state across changes.
-
B
Infrastructure components are never deleted; they are only updated.
-
C
Infrastructure components, once deployed, should not be altered; instead, new versions should be created and replaced.
-
D
Once deployed, the infrastructure can be modified by operators at any time.
Reveal correct answer
Correct answer: C
A.
Immutable Infrastructure means that once components are deployed, they are not altered, contrasting with the notion of retaining state across changes.
B.
In Immutable Infrastructure, old components are often deleted after new ones are deployed to replace them.
C.
Immutable Infrastructure refers to an approach where infrastructure components are not altered after they are deployed. Instead, new versions are created and the old ones are replaced.
D.
Immutable Infrastructure avoids modifications after deployment; new versions are created for changes.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
