In which framework do the developers no longer have to deal with capacity, deployments, scaling and fault tolerance, and OS?
In which framework do the developers no longer have to deal with capacity, deployments, scaling and fault tolerance, and OS?
In a serverless framework, developers do not need to manage capacity, deployments, scaling, fault tolerance, or the underlying operating system. These tasks are managed automatically by the cloud provider, allowing developers to focus solely on writing code. Other frameworks like Docker Swam, Kubernetes, and Mesos still require configuration and management of these aspects.
D is correct
Should be D