What are two services that require Transport Layer Security (TLS) certificates to provide encryption in VMware Tanzu Service Mesh? (Choose two.)
Internal Service
Proxy Service
Certificate Authority (CA) Service
D Public Service
External Service
Two services that require Transport Layer Security (TLS) certificates to provide encryption in VMware Tanzu Service Mesh are:
The other options are incorrect because:
References: Certificate Authority (CA) Service, Public Services, Internal Services, Proxy Services,
Which two statements about the NSX Advanced Load Balancer are correct? (Choose two.)
It can only be used if Antrea CNI is installed on the workload cluster.
It can be configured as the VIP endpoint for the management cluster on vSphere.
It only supports the service type LoadBalancer.
It is natively integrated with Tanzu Kubernetes Grid Amazon Web Services EC2 deployments.
It can be configured as a load balancer for workloads in the clusters that are deployed on vSphere.
Two statements about the NSX Advanced Load Balancer are correct:
The other options are incorrect because:
References: Configure the VIP Endpoint for the Management Cluster, Deploy and Configure NSX Advanced Load Balancer as a Load Balancer for Workload Clusters, Supported CNI Plugins, Service Types, Load Balancing on AWS
Which VMware product UI allows browsing Global Namespace Topology?
NSX Advanced Load Balancer
NSX
Tanzu Service Mesh Advanced
Tanzu Mission Control
VMware Tanzu Service Mesh Advanced is the VMware product UI that allows browsing Global Namespace Topology. A Global Namespace is a logical group of services that span multiple clusters and clouds, providing consistent service discovery, security, and observability10. A Global Namespace Topology is a graphical representation of the services and their connections in a Global Namespace, showing the key metrics and health status of each service11. To browse the Global Namespace Topology, an administrator can use the Tanzu Service Mesh Console, which is the web-based user interface for managing Tanzu Service Mesh12.
The other options are incorrect because:
References: Global Namespaces, View the Topology of Services in a Global Namespace or a Cluster, Tanzu Service Mesh Console Overview, NSX Advanced Load Balancer Overview, [NSX-T Data Center Overview], [Tanzu Mission Control Overview]
Which Kubernetes object must be used to be able to upgrade a pod without disrupting services?
ReplicaSet
Service
Container
Deployment
A Deployment is a Kubernetes object that allows you to perform a rolling update without disrupting services. A Deployment manages a ReplicaSet or a Pod and provides declarative updates for them. You can describe the desired state of your application using a Deployment, and it will change the actual state to the desired state at acontrolled rate. A Deployment also allows you to roll back to a previous version if something goes wrong during the update14.
The other options are incorrect because:
References: Deployments, ReplicaSets, Services, Pods
What is the correct procedure to attach a management cluster using the Tanzu Mission Control web console?
On the Clusters page, select the "Management Clusters" tab. Click "Register Management Cluster", and select the type of management cluster to register.
On the Clusters page, select "Attach Cluster" and then select the "Management Cluster" option, complete the form, and click the "Connect" button.
On the Administration page, select "Attach Cluster" and then select the "Management Cluster" option, complete the form, and click the "Connect" button.
On the Administration page, select the "Management Clusters" tab. Click "Register Management Cluster", and select the type of management cluster to register.
The correct procedure to attach a management cluster using the Tanzu Mission Control web console is to go to the Administration page, select the Management Clusters tab, click Register Management Cluster, and select the type of management cluster to register. A management cluster is a Kubernetes cluster that runs the Cluster API components and can be used to create and manage workload clusters3. VMware Tanzu Mission Control supports registering two types of management clusters: Tanzu Kubernetes Grid management clusters and vSphere with Tanzu Supervisor Clusters4. By registering a management cluster with Tanzu Mission Control, you can enable lifecycle management of its workload clusters, assign them to cluster groups, apply policies, and monitor their health and performance4. References: Register a Management Cluster with Tanzu Mission Control - VMware Docs, Management Clusters - The Cluster API Book
What are three VMware products that VMware Tanzu Kubernetes Grid natively integrates with? (Choose three.)
NSX Advanced Load Balancer
NSX-T Data Center
BOSH
vSphere with VMware Tanzu
vRealize Network Insight
Tanzu Mission Control
VMware Tanzu Kubernetes Grid is an enterprise-ready Kubernetes runtime that streamlines operations across multi-cloud infrastructure1. Tanzu Kubernetes Grid natively integrates with the following VMware products:
The other options are incorrect because:
References: VMware Tanzu Kubernetes Grid Overview, NSX Advanced Load Balancer, NSX-T Data Center, vSphere with VMware Tanzu, BOSH, vRealize Network Insight, Tanzu Mission Control Overview
Which statement correctly describes the Cluster API?
It is a specialized toolset to bring declarative, Kubernetes-style APIs to cluster creation, configuration, and management in the Kubernetes ecosystem.
It enables pod networking and enforces network Kubernetes policies.
It is responsible for scanning language-specific packages in container images, such as Java, Python, Go, and others.
It is a native Kubernetes certificate management controller that adds certificates and certificate issuers as resource types in Kubernetes clusters.
The statement that correctly describes the Cluster API is that it is a specialized toolset to bring declarative, Kubernetes-style APIs to cluster creation, configuration, and management in theKubernetes ecosystem. Cluster API is a Kubernetes sub-project that provides declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters5. Cluster API uses a set of custom resource definitions (CRDs) to represent clusters, machines, and other objects. Cluster API also relies on providers to implement the logic for interacting with different infrastructure platforms5. References: Introduction - The Cluster API Book
What is the purpose of a service mesh?
Provides dynamic application load balancing and autoscaling across multiple clusters and multiple sites.
Provides a centralized, global routing table to simplify and optimize traffic management.
Provides service discovery across multiple clusters.
Provides an infrastructure layer that makes communication between applications possible, structured, and observable.
A service mesh is a dedicated infrastructure layer that you can add to your applications to provide capabilities like observability, traffic management, and security, without adding them to your own code. A service mesh consists of network proxies paired with each service in an application and a set of management processes. The proxies are called the data plane and the management processes are called the control plane. The data plane intercepts calls between different services and processes them; the control plane is the brain of the mesh that configures and monitors the data plane1. A service mesh makes communication between applications possible, structured, and observable by providing features such as load balancing, service discovery, encryption, authentication, authorization, routing, retries, timeouts, fault injection, metrics, logs, and traces2.
The other options are incorrect because:
References: What’s a service mesh?, The Istio service mesh, Service mesh - Wikipedia
Which statement describes how VMware Tanzu Mission Control and VMware Aria Operations for Applications integrate?
An administrator can enable VMware Aria Operations for Applications usingthe integrations tab in VMware Tanzu Mission Control.
VMware Aria Operations for Applications is enabled by default in VMware Tanzu Mission Control. No integration is required.
An administrator can login to VMware Aria Operations for Applications and enable VMware Tanzu Mission Control integration from the administration menu.
An administrator can download and install the VMware Aria Operations Observations agent from Tanzu CLI.
VMware Aria Operations for Applications is a SaaS solution that provides observability for modern applications across multiple clouds and platforms. It collects and analyzes traces, metrics, and logs from various sources, including Tanzu Kubernetes Grid clusters managed by Tanzu Mission Control. To enable the integration between VMware Aria Operations for Applications and Tanzu Mission Control, an administrator can use the integrations tab in Tanzu Mission Control UI and follow the steps to configure the connection.
The other options are incorrect because:
References: Configure Integration with Tanzu Mission Control, Introducing the Tanzu Mission Control Integration for VMware Aria Automation
Which Container Network Interface (CNI) is selected by default in a VMware Tanzu Kubernetes Grid workload cluster?
Multus CNI
Antrea
Flannel
Calico
Antrea is the default CNI for new Tanzu Kubernetes Grid workload clusters8. Antrea is an open-source Kubernetes networking solution that implements the Container Network Interface (CNI) specification and uses Open vSwitch (OVS) as the data plane9. Antrea supports various features such as network policies, service load balancing, NodePortLocal, IPsec encryption, IPv6 dual-stack, and more10.
The other options are incorrect because:
References: Tanzu Kubernetes Grid Cluster Networking, Antrea, Antrea Features, Multus CNI, Flannel, Calico
Which Kubernetes object controls what traffic is allowed to and from selected pods and network endpoints?
Ingress
NetworkPolicv
PodSecurityPolicy
ISecret
A NetworkPolicy is a Kubernetes object that controls what traffic is allowed to and from selected pods and network endpoints6. NetworkPolicy objects contain the following information:
By default, all pods in a cluster can communicate with each other and with any external network endpoint. A NetworkPolicy allows you to restrict this behavior by defining rules for pod isolation and network access. A NetworkPolicy is enforced by a network plugin that supports it6.
The other options are incorrect because:
References: Network Policies, Ingress, Pod Security Policies, Secrets
What are three capabilities of VMware Aria Operations for Applications (formerly known as Tanzu Observability)? (Choose three.)
Create Alerts
Set Application Container security policy
Set Service Level Objectives
Create Kubernetes Clusters
Create Charts and Dashboards
Create Queries
VMware Aria Operations for Applications (formerly known as Tanzu Observability) is a unified observability platform that provides full-stack visibility using metrics, traces, and logs across distributed applications, application services, container services, and multi-cloud environments. Some of the capabilities of VMware Aria Operations for Applications are:
References: VMware Aria Operations for Applications Documentation, Unified Observability Platform by VMware Aria Operations for Applications
Which version of VMware vSphere introduces the capability for provisioning a workload cluster using a cluster class (ClusterClass) from VMware Tanzu Mission Control?
VMware vSphere 8
VMware vCenter Server 6.7 Update 3
VMware vSphere 6.7
VMware
VMware vSphere 8 is the version of VMware vSphere that introduces the capability for provisioning a workload cluster using a cluster class (ClusterClass) from VMware Tanzu Mission Control. ClusterClass is a feature of Cluster API that allows users to define a reusable cluster configuration template and use it to create consistent clusters with a predefined shape and size. Tanzu Mission Control leverages ClusterClass to enable users to create Tanzu Kubernetes clusters in vSphere with Tanzu using a default cluster class. The default cluster class specifies the number of control plane nodes, worker nodes, and the resources allocated to each node. To use ClusterClass with Tanzu Mission Control, the vSphere environment must be running version 8.0 or later, and the Supervisor Cluster must be upgraded from vSphere 7.0U3.
The other options are incorrect because:
References: [Introducing ClusterClass and Managed Topologies in Cluster API], [Provision a Cluster in vSphere with Tanzu using a Cluster Class], [A First Look at ClusterClass Deployments using Tanzu Kubernetes Grid 2.0], [VMware vCenter Server 6.7 Update 3 Release Notes], [VMware Product Lifecycle Matrix]
Which component must be installed upfront to deploy VMware Tanzu Kubernetes Grid management cluster?
Tanzu CLI
Cluster API
Kubeadm
External DNS
The Tanzu CLI is a command-line tool that enables users to interact with VMware Tanzu products and services. It must be installed upfront to deploy VMware Tanzu Kubernetes Grid management cluster, as it provides commands to create, configure, scale, upgrade, and delete management clusters on different platforms. The Tanzu CLI also allows users to create workload clusters from the management cluster, and to perform various operations on both types of clusters. References: VMware Tanzu CLI Documentation, [Deploying Management Clusters with the Tanzu CLI]
Which statement describes a Global Namespace in VMware Tanzu Service Mesh?
Apply a single policy to multiple namespaces across multiple clusters.
Automatic placement of the workload to any global cluster based on traffic demand.
Define an application boundary and provides consistent traffic routing, connectivity, resiliency, and security for applications across multiple clusters.
Provide distributed ingress and egress services to support multiple namespaces across multiple clusters.
The statement that correctly describes a global namespace in VMware Tanzu Service Mesh is that it defines an application boundary and provides consistent traffic routing, connectivity, resiliency, and security for applications across multiple clusters. A global namespace is a logical abstraction of an application from the underlying infrastructure that spans across multiple clusters and clouds4. A global namespace connects the resources and workloads that make up the application into one virtual unit and manages their identity, discovery, connectivity, security, and observability4. A global namespace also enables automatic service discovery and cross-cluster communication within the application boundary4. References: Global Namespaces - VMware Docs
Which command has a valid syntax for scaling VMware Tanzu Kubernetes Grid cluster using Tanzu CLI?
tanzu cluster scale
tanzu cluster scale
tanzu scale
tanzu scale
The command that has a valid syntax for scaling VMware Tanzu Kubernetes Grid cluster using Tanzu CLI is tanzu cluster scale
Which tool can be used to backup and restore workloads on clusters provisioned by the VMware Tanzu Kubernetes Grid Service?
Site Recovery Manager
Restic
VMware vSohere Data Protection
Velero Plugin for VMware vSphere
A tool that can be used to backup and restore workloads on clusters provisioned by the VMware Tanzu Kubernetes Grid Service is the Velero Plugin for VMware vSphere. The Velero Plugin for VMware vSphere is an extension of Velero, an open source tool that performs backup and restore of Kubernetes resources and persistent volumes5. The plugin leverages the snapshot capabilities of vSphere to create backups of Kubernetes workloads running on vSphere-managed infrastructure, such as VMware Cloud on AWS or VMware Cloud on Dell EMC5. The plugin also supports restoring backups to the same or different clusters, as well as migrating workloads across clusters5. References: Velero Plugin for VMware vSphere Documentation
Copyright © 2014-2024 Certensure. All Rights Reserved