A service provider has a number of VMware Cloud Foundation workload domains and would like to sell Tanzu Namespaces as a managed service.
Which two functions will help the service provider with Tanzu resource management? (Choose two.)
A service provider has a number of VMware Cloud Foundation workload domains and would like to sell Tanzu Namespaces as a managed service.
Which two functions will help the service provider with Tanzu resource management? (Choose two.)
To effectively manage Tanzu resources, using Resource Limits and Object Limits is essential. Resource Limits allow the service provider to specify constraints on the use of CPU, memory, and other resources for each namespace, ensuring fair allocation and preventing any one tenant from consuming excessive resources. Object Limits, on the other hand, help manage the number of objects such as pods, services, and persistent volume claims within each namespace, ensuring that the environment remains organized and within operational limits. Together, these functions enable efficient resource management and service delivery in a multi-tenant landscape.
Resource Limits as CPU/RAM/Disk Object Limits as Secrets, PVC, etc.
D. Resource Pools E. Object Limits
Why D?
BE - Because according to VMware documentation, these are some of the functions that will help the service provider with Tanzu resource management: Object Limits: You can specify limits on objects such as pods, services, persistent volume claims, etc. for each namespace. Resource Limits: You can specify limits on resources such as CPU and memory for each namespace.
Res & Obj Limits