Which action(s) can a developer perform on Kubernetes storage classes that are mapped from the VM Storage Policies?
Which two options are only available when using vSphere Lifecycle Manager Images? (Choose two.)
Answer : B, C
In which order should the VMware Cloud Foundation components in a Management Domain be upgraded?
Answer : B
vCenter Server. This step upgrades the vCenter Server software that manages the ESXi hosts and VMs in the management domain. See [Upgrade vCenter Server].
ESXi servers. This step upgrades the ESXi software that runs on the physical servers in the management domain. See [Upgrade ESXi].
An administrator needs additional capacity on a vSAN cluster. Each host currently has only one disk group. Which two approaches can be used to expand storage capacity in this situation? (Choose two.)
Answer : B, D
A disk group is a collection of one or more flash-based cache devices and one or more capacity devices that provide storage capacity for a vSAN cluster. A vSAN cluster can have multiple disk groups, and each disk group can have a different configuration.
To expand storage capacity in a vSAN cluster where each host currently has only one disk group, the administrator can add an additional disk group or increase the number of capacity disks in the existing disk group.
Adding an additional disk group involves adding more disks to the host and creating a new disk group. This approach can provide additional capacity and performance benefits, as the new disk group can be configured with different settings to optimize performance and capacity.
Increasing the number of capacity disks in the existing disk group involves adding more capacity devices to the existing disk group. This approach can provide additional capacity, but may not necessarily provide performance benefits as the existing disk group may already be fully utilized.
An administrator is tasked with enabling workload management for a VMware Cloud Foundation Management Workload Domain. This set of requirements was collected during the design workshops:
* Developers should be able to utilize vSphere Pods feature.
* Embedded harbor registry feature should be supported.
* Developers need to utilize persistent volumes across multiple provisioned vSphere Pods.
Which three actions will meet the requirements for this deployment? (Choose three.)
Answer : B, C, F
You must have a vSphere cluster with NSX-T networking configured.
You must have vSAN File Services enabled on your cluster.
You must have vSphere HA and DRS enabled in fully automated mode on your cluster.
The other options are incorrect because they are not required or supported for this deployment.
https://docs.vmware.com/en/VMware-Harbor-Registry/services/vmware-harbor-registry/GUID-index.html
What is the correct upgrade order for VMware Cloud Foundation (VCF) components for a VI workload domain with a stretched vSAN cluster?
Which order of steps should an administrator use to replace a failed host in a stretched cluster?
Answer : A
Run the compact cluster API to remove any stale data from vSAN.
Decommission the host to be removed using SDDC Manager UI or API.
Commission the replacement host to the same network pool as the removed host using SDDC Manager UI or API.
Add the newly commissioned host to the cluster using SDDC Manager UI or API.
According to the VMware documentation, when replacing a failed host in a stretched cluster, the first step is to decommission the failed host. This should be followed by removing the host using cluster APIs, commissioning the new host with the correct network, and then adding the newly commissioned host to the cluster using cluster APIs.