What is the relationship between Kubernetes and containers?
A. There is no relationship between Kubernetes and containers
B. Kubernetes provides a platform for managing containerized workloads
C. Kubernetes is a place where you store container images
D. Kubernetes provides a way to build containers
Which are three valid ways to specify a Namespace when creating an object in Kubernetes? (Choose three.)
A. Specifying the Namespace in a ConfigMap
B. Specifying the Namespace in the container image for the object provided to "kubectl apply"
C. Specifying the Namespace in the context of the kubectl configuration file
D. Specifying the Namespace as an environment variable
E. Specifying the Namespace in the manifest file for the object provided to "kubectl apply"
F. Using the "--namespace" option when issuing a kubectl command
What is the purpose of a Kubernetes Ingress object?
A. To specify HTTP and HTTPS traffic routing rules from outside the cluster to Services within the cluster
B. To load balance across a set of Pods
C. To manage the number of instances of a container image running within the cluster
D. To manage traffic between Services within the cluster
What does it mean by a "lift and shift" approach regarding moving applications to the cloud?
A. Retiring the application and replacing it with a different application
B. Code changes and user facing changes
C. No code changes and no user facing changes
D. Code changes and no user facing changes
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 are two goals of Kubernetes in regards to containers? (Choose two.)
A. To provide middleware application-level services
B. To automate container lifecycle management
C. To describe the desired state for deployed containers
D. To deploy source code and build applications
What are three capabilities of VMware Tanzu Observability? (Choose three.)
A. Full-Stack Troubleshooting
B. Smart alerting
C. Multi-Cluster Networking
D. Multi-source Log Sink Agent
E. Runtime Cost Analysis
F. Analytics-Driven custom metrics
What functionality does Harbor provide?
A. A container runtime to run containers in Kubernetes
B. An artifact repository for container images
C. A backup and restore capability to Kubernetes clusters
D. A dashboard interface for developers to interact with Kubernetes
Which four capabilities are provided by VMware Tanzu Mission Control? (Choose four.)
A. Data Protection
B. CI/CD Pipeline Automation
C. Cluster Lifecycle Management
D. Container Build Services
E. Audit and Compliance
F. Multi-Cluster Network Tunneling
G. Production Kubernetes Runtime
H. Identity and Access Control
What is a defining characteristic of a Microservice?
A. An architectural pattern that encapsulates a specific business capability.
B. A failover mechanism for legacy applications.
C. A new technology to handle API management.
D. Software for automation of container orchestration.