A developer is trying to deploy a Kubernetes Application into a namespace within a Supervisor Cluster The deployment must utilize the latest assets that have been pushed into the Registry Service.
What should the developer add to the YAML file to ensure that the deployment is successful?
A. image: /
B. template:
C. image:
D. template: /
To which network are HA Proxy virtual server IP addresses issued when using the vSphere networking stack default configuration?
A. vMotion
B. Overlay
C. Primary workload
D. Management
The application development team is pushing a Kubernetes application into production. I consists of an application server and a database. The team wants to ensure that only the production application server can access the production database.
Can the development team meet this requirement using Kubernetes Network Policy?
A. Yes, by using kubect1 to create a Network Policy that only allows pods on the same network segment
to talk to each other.
B. Yes. by logging in to NSX Manager and creating a firewall rules to only allow the production application server pod to talk to the database
C. Yes, by using kubect1 to create a policy that disables pod to pod communication in the Namespace
D. No, Kubernetes Network Policy does not support this action.
Which type of service is created by default when publishing a Kubernetes service?
A. Cluster IP
B. Node Port
C. LoadBalancer
D. ExternalName
A user needs to identify the namespaces that may be accessed.
Which command willprovide the desired output?
A. kubect1 get storageclasses
B. kubect1 config use-context
C. kubect1 config get-contexts
D. kubect1 get contexts
How can you remove unreferenced container images from a project in an embedded Registry Service?
A. Delete images in Content Library.
B. Use kubectl to delete the images.
C. Delete the namespace using the vSphere Client.
D. Purge a namespace using the vSphere Client.
Which vSphere with Tanzu Workload Network topology provides Layer 2 isolation between Tanzu Kubernetes clusters across namespaces when vSphereDistributed Switches are used?
A. A dedicated Primary Workload Network for the Supervisor Cluster control plane VMs and separate Workload Networks for each namespace A dedicated Primary
B. Workload Network for the Supervisor Cluster control plane VMs and a single Workload Network for namespaces
C. A single Workload Network for the Supervisor Cluster control plane VMs and Tanzu Kubernetes clusters
D. Distributed firewall rules to isolate namespaces
An administrator is tasked with increasing the amount of CPU and memory in an existing Tanzu Kubernetes cluster.
Which change must the administrator complete to ensure the cluster scales successfully when updating the YAML definition?
A. Manually update the CPU and memory of the nodes
B. Update the Virtual Machine Class Type
C. Increase the number of worker nodes
D. Increase the number of control plane nodes
What is the minimum number of portgroups needed, in addition to the management portgroup. to provide connectivity for external services on a Supervisor Cluster?
B. 4
C. 3
D. 2
The network topology for a Supervisor Cluster deployed using the vSphere networking stack, and a HAProxy load balancer is being planned. In addition to the control plane management IP range and services P range, how many non-overlapping P address ranges are needed?
A. 3
B. 1
C. 4
D. 2