Answers
- Correct answer: D
Explanation:
While the master–agent model improves scalability, flexibility, and fault tolerance, it does not inherently guarantee high availability, especially regarding the master node.
- Correct answer: B
Explanation:
Kubernetes-based agents can be spun up quickly when needed and decommissioned when not, optimizing resource usage much more effectively than fixed VM-based agents, which typically have static resource allocation and less flexibility in scaling.
- Correct answer: True
Explanation:
VMs provide a more traditional and isolated environment, offering the full functionality of an OS. This makes them more suitable for legacy applications that require specific configurations or are not yet optimized for containerization.
- Correct answer: True
Explanation:
Jenkins has the capability to be configured to connect with multiple Kubernetes clusters.
- Correct answer: B
Explanation of incorrect answer choices:
A: This option is incorrect because...