Which Kubernetes information is exposed in the vSphere Client to help a vSAN administrator filter Container Volumes based on their usage?
Which Kubernetes information is exposed in the vSphere Client to help a vSAN administrator filter Container Volumes based on their usage?
In the vSphere Client, the information exposed to help a vSAN administrator filter Container Volumes based on their usage includes various Kubernetes-related data. Labels are a key Kubernetes feature that allows for such filtering and organization. Labels provide metadata about the containers and their usage, enabling administrators to categorize and manage resources effectively. Thus, Labels is the appropriate answer.
I think the answer is D. https://kubernetes.io/docs/concepts/storage/storage-classes/
C Labels. I thought it was D too but I could not find anything on that. I did find this: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vsan-monitoring.doc/GUID-0E3664D6-A951-4B50-8F06-A4946F6F29C5.html Click the Kubernetes objects tab to view Kubernetes related data such as Kubernetes cluster, namespace, pod, persistent volume claim, labels, and so on.
I agree