What three components run in a VMware vSphere Kubernetes Service (VKS) cluster? (Choose three.)
VCF 9.0 explicitly lists thecomponents that run in a VKS clusterand groups them into areas such as authentication/authorization, storage integration, pod networking, and load balancing. In that list, the documentation names:''Container Storage Interface Plugin''(a paravirtual CSI plug-in that integrates with CNS through the Supervisor),''Container Network Interface Plug-in''(a CNI plugin that provides pod networking), and''Cloud Provider Implementation''(supports creating Kubernetes load balancer services).
These three items map directly to the answer choicesD (Container Storage Interface),F (Container Network Interface), andA (Cloud Provider Implementation). The same VCF 9.0 section also mentions an authentication webhook, but that component is not offered as a selectable option in this question, so the best three matches among the provided choices are the CSI, CNI, and cloud provider implementation entries that the document explicitly states are present inside a VKS cluster.
Currently there are no comments in this discussion, be the first to comment!