What are two ways a container in a Pod can consume ConfigMap data? (Choose two.)
A. Mounted as a Persistent Volume Claim (PVC)
B. From Read-only files
C. From Read-write files
D. From Environment variables
E. Containers do not consume ConfigMap data
What two kubectl commands would provide the status of Pod in a Kubernetes cluster? (Choose two.)
A. kubectl get pods
B. kubectl describe pods
C. kubectl pods status
D. kubectl status pods
Which Kubernetes Service type is invalid?
A. LoadBalancer
B. NodePort
C. InternalName
D. ExternalName
E. ClusterIP
Which Tanzu product enables users to centralized management to consistently and operate and secure Kubernetes infrastructure and modern apps across multiple teams and clouds?
A. Tanzu Mission Control
B. Tanzu Build Service
C. Tanzu Kubernetes Grid
D. Tanzu Observability
Which Tanzu product automates container creation, management, and governance operations at enterprise scale?
A. Tanzu Build Service
B. Tanzu Mission Control
C. Tanzu Container Automation
D. Tanzu Service Mesh
What three open source projects are included in Tanzu Kubernetes Grid? (Choose three.)
A. Contour
B. Vitess
C. Ansible
D. Harbor
E. Crossplane
F. Velero
Which state is invalid in a Pod's lifecycle?
A. Failed
B. Running
C. Succeeded
D. Setup
E. Pending
Which are the four components in Tanzu Build Service? (Choose four.)
A. Image Cluster
B. Builder
C. ClusterStore
D. ClusterStack
E. Image
F. Builder Stack
G. Builder Store
Which Tanzu product provides centralized monitoring and management for Tanzu Kubernetes Grid and other conformant Kubernetes clusters?
A. Tanzu Build Service
B. Tanzu Application Catalog
C. Tanzu Application Service
D. Tanzu Mission Control
Which command can be used to build a container image?
A. docker image create
B. oci build
C. docker build
D. tanzu build