Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What are two benefits of Containers versus Virtual Machines? (Choose two.)

A.

Emulate an entire computing environment, including all OS resources

B.

Has the ability to run multiple applications requiring different OSs on a single piece of infrastructure

C.

Requires fewer IT resources to deploy, run, and manage

D.

Can spin up in milliseconds

List three benefits of Tanzu Mission Control: (Choose three.)

A.

Converts your Kubernetes Clusters to ClusterAPI Mode

B.

Enhances operational efficiency

C.

Strengthens security and compliance

D.

Provides CI/CD Pipeline Automation

E.

Increases developer agility and productivity

What default file name is used to build a container image?

A.

Containerfile

B.

Ocifile

C.

Buildpack

D.

Dockerfile

Which three are features and benefits of Tanzu Kubernetes Grid? (Choose three.)

A.

Monitor full-stack applications to cloud infrastructures with metrics, traces, span logs, and analytics

B.

Extend the same consistent Kubernetes runtime across your public cloud and edge environments

C.

Provide Container Build Services consistently to a fleet of clusters

D.

Automated multicluster operations

E.

Local and in-cluster platform services including logging, monitoring, networking, and storage services

F.

A continuously maintained catalog of open-source components and applications

What is the valid way to deploy a Pod in a Kubernetes cluster?

A.

Copy a manifest file to the API server in the /etc/kubernetes/pods directory

B.

SSH to the worker node where the Pod is desired to run and issue the command “kubectl apply -f myPod.yaml”

C.

Copy a manifest file to a worker node in the /etc/kubernetes/pods directory

D.

Issue the command “kubectl apply -f myPod.yaml”

Which Kubernetes Service type can be accessed only from within the Kubernetes cluster?

A.

ClusterIP

B.

NodePort

C.

LoadBalancer

D.

ClusterRoleBinding

List three benefits of vSphere with Tanzu: (Choose three.)

A.

Aligns DevOps and IT

B.

Manages cost in the cloud

C.

Simplifies IT Operations

D.

Kubernetes Application Performance Management

E.

Optimizes application code

F.

Delivers Developer Ready Infrastructure

What are three capabilities of the VMware Tanzu Portfolio? (Choose three.)

A.

Unified, Global Multi-Cluster Management

B.

Container Build Automation

C.

Physical Infrastructure Automation

D.

Integrated Developer Environment (IDE)

E.

Tanzu Programming Language

F.

Enterprise-Ready Kubernetes Runtime

Which command can be used to build a container image?

A.

docker image create

B.

oci build

C.

docker build

D.

tanzu build

What is Sonobuoy?

A.

An observability plugin for Kubernetes nodes

B.

A diagnostic tool used to understand the state of a Kubernetes cluster

C.

A distributed tracing platform used for monitoring microservices-based distributed systems

D.

A container networking interface plugin