Kubernetes and Cloud Native Associate (KCNA) — Question 24

In which framework do the developers no longer have to deal with capacity, deployments, scaling and fault tolerance, and OS?

Answer options

Correct answer: D

Explanation

The correct answer is Serverless, as it abstracts away infrastructure management, allowing developers to focus on code without worrying about the underlying resources. In contrast, Docker Swarm, Kubernetes, and Mesos still require some level of management related to scaling and deployments.