Valid KCSA Dumps shared by EduDump.com for Helping Passing KCSA Exam! EduDump.com now offer the newest KCSA exam dumps, the EduDump.com KCSA exam questions have been updated and answers have been corrected get the newest EduDump.com KCSA dumps with Test Engine here:
A cluster administrator wants to enforce the use of a different container runtime depending on the application a workload belongs to.
Correct Answer: D
* Kubernetes supports workload-specific runtimes viaRuntimeClass. * Amutating admission controllercan enforce this automatically by: * Intercepting workload creation requests. * Modifying the Pod spec to set runtimeClassName based on labels or policies. * Incorrect options: * (A) Manual modification is not scalable or secure. * (B) kube-apiserver cannot enforce per-application runtime policies. * (C) A validating webhook can onlyreject, not modify, the runtime. References: Kubernetes Documentation - RuntimeClass CNCF Security Whitepaper - Admission controllers for enforcing runtime policies.