Why do enterprises need Application Modernization?
Why do enterprises need Application Modernization?A . To build new applications is the only way to achieve a modern applicationB . To realize the benefits of unstructured data over relational databasesC . The cost of maintaining older applications are too greatD . To migrate all applications to the cloudView AnswerAnswer:...
Which two statements are true about Kubernetes Pods? (Choose two.)
Which two statements are true about Kubernetes Pods? (Choose two.)A . A Pod is always highly available.B . A Pod runs one or more containers.C . A Pod can run no more than one container.D . A Pod is the smallest execution unit in Kubernetes.E . A Pod is a...
Which are the four components in Tanzu Build Service? (Choose four.)
Which are the four components in Tanzu Build Service? (Choose four.)A . Image ClusterB . BuilderC . ClusterStoreD . ClusterStackE . ImageF . Builder StackG . Builder StoreView AnswerAnswer: B,C,D,E Explanation: Reference: https://docs.vmware.com/en/Tanzu-Build-Service/1.2/vmware-tanzu-build-service-v12/GUID-docs-build-service-index.html
What is the relationship between Kubernetes and containers?
What is the relationship between Kubernetes and containers?A . There is no relationship between Kubernetes and containersB . Kubernetes provides a platform for managing containerized workloadsC . Kubernetes is a place where you store container imagesD . Kubernetes provides a way to build containersView AnswerAnswer: B Explanation: Reference: https://www.stackchief.com/tutorials/What%20is%20Kubernetes%3F%20%7C%20Kubernetes%20Tutorial
Which statement is FALSE regarding Kubernetes Services?
Which statement is FALSE regarding Kubernetes Services?A . A service can be pointed to another service.B . All services require selectors to function properly.C . Services expose applications running on a pod or set of pods.D . Services enable communication between pods running on different nodes.View AnswerAnswer: B Explanation: Reference:...
If a Kubernetes Pod cannot be scheduled, where can the reason be found?
If a Kubernetes Pod cannot be scheduled, where can the reason be found?A . Pod SpecB . EventC . Container logsD . Pod StatusView AnswerAnswer: B Explanation: Reference: https://www.datadoghq.com/blog/debug-kubernetes-pending-pods/
Which state is invalid in a Pod’s lifecycle?
Which state is invalid in a Pod’s lifecycle?A . FailedB . RunningC . SucceededD . SetupE . PendingView AnswerAnswer: D Explanation: Reference: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
Which two products are part of Tanzu Portfolio? (Choose two.)
Which two products are part of Tanzu Portfolio? (Choose two.)A . Tanzu Kubernetes controlB . Tanzu Application BuildC . Tanzu Kubernetes GridD . Tanzu Build ServiceE . Tanzu Service CloudView AnswerAnswer: C,D Explanation: Reference: https://tanzu.vmware.com/tanzu
What three open source projects are included in Tanzu Kubernetes Grid? (Choose three.)
What three open source projects are included in Tanzu Kubernetes Grid? (Choose three.)A . ContourB . VitessC . AnsibleD . HarborE . CrossplaneF . VeleroView AnswerAnswer: A,D,F Explanation: Reference: https://docs.vmware.com/en/VMware-Tanzu-Toolkit-for-Kubernetes/index.html
What is the purpose of a container?
What is the purpose of a container?A . Make it difficult to change the environment that an application runs onB . Abstract a running application from the environment that it runs onC . Make it easy to change the runtime that an application usesD . Allow a complex application to...