Which external load balancer is supported in vSphere 7 U1 using the vSphere networking stack?
A. Nginx
B. Seesaw
C. Loadmaster
D. HAProxy
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.
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
Which kubectl command should be used to change the active vSphere namespace to namespace-01?
A. kubectl config use-context namespace-01
B. kubectl describe ns namespace-01
C. kubectl get ns namespace-01
D. kubectl config change-context namespace-01
Which two functions are provided by the NSX Container Rug-in (NCP)? (Choose two.)
A. Implements Kubernetes Ingress with an NSX-T layer 7 load balancer
B. Integrates with container-based PaaS such as Docker
C. Creates an NSX-T logical topology for a Kubernetes cluster and a separate logical network for each Kubernetes namespace
D. Configures Overlay Transport Zones
E. Implements Kubernetes Ingress with an NSX-T layer 4 load balancer
The creation of which object by an administrator in the vSphere client automatically results in thecreation
of a new segment within NSX-T?
A. Service
B. Pod
C. Network policy
D. Namespace
Which step in vSphere with Tanzu enablement using the vSphere Distributed Switch process is done prior to using the Workload Management Enablement Wizard?
A. Deploy the load balancer
B. Choose the Kubernetes content library that should be used in the Supervisor Cluster
C. Define the Primary workload network P range
D. Define the Management network interfaces for the Supervisor Cluster
An organization is preparing to deploy vSphere with Tanzu and will be using the vSphere Networking stack.
How should the administrator allocate management network IP addresses for the Kubernetes Control Plane within the Supervisor Cluster?
A. Five IP addresses are required, one for each of the Control Plane VMs. one for the floating IP address of the Control Plane VM, and one spare for performing rolling cluster upgrades
B. Four f3 addresses are required, one for each of the Control Plane VMs and one spare for performing rolling cluster upgrades
C. Three P addresses are required, one for each of the Control Plane VMs
D. Six IP addresses are required, one for each of the Control Plane VMs, one for the floating IP address of the Control Plane VM. one for performing rolling cluster upgrades and one for the image Registry VM.
Kubernetes object types are going to be limited by an administrator within a vSphere with Tanzu namespace. Which three Kubernetes object types may be limited? (Choose three.)
A. Number of Persistent Volume Claims
B. Number of Pods
C. Number of Operators
D. Number of DaemonSets
E. Number of Ingress frontends
F. Number of Load Balancer Services
Which role should the vSphere administrator apply for the developer?
A. Assign the developer user with the "can edit" role at the vSphere Namespace object.
B. Assign the developer user with the 'VSphere Kubernetes Manager" role at the vSphere Namespace object.
C. Assign the developer user with the 'VSphere Kubernetes Manager" role at the cluster object.
D. Assign the developer user with the "can edit" role at the cluster object.