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]
What steps are required to deploy an application to a Kubernetes cluster using VMware Tanzu Mission Control (TMC) catalog?
From the TMC Console, in Catalog, select the package to install, select Install Package
From the TMC Console, in Catalog, from Available Tanzu Packages, specify the target cluster and the package to install
Using the Tanzu CLI, enter the command tanzu package install
Using the TMC CLI, enter the command tmc cluster tanzupackage create
VMware Tanzu Mission Control (TMC) is a centralized management platform for consistently operating and securing your Kubernetes infrastructure and modern applications across multiple teams and clouds1. TMC provides a catalog of curated open-source software packages that you can deploy to your clusters with a few clicks2. To deploy an application to a Kubernetes cluster using TMC catalog, you need to follow these steps3:
The other options are incorrect because:
References: VMware Tanzu Mission Control Overview, Catalog Overview, Install a Package from Catalog, Tanzu CLI Overview, TMC CLI Overview
Which steps are required to create a vSphere Namespace?
In the vSghere web client, select Supervisor, select Namespaces tab. and click Create Namespace
Create the Namespace usinq the Tanzu CLI
In the vSphere web client, select Workload Management, select Namespaces tab. and click Create Namespace
In the vSghere web client, select Supervisor, select Workload, select Namespaces tab. and click Create Namespace
To create a vSphere Namespace, the correct steps are to use the vSphere web client, select Workload Management, select Namespaces tab, and click Create Namespace. A vSphere Namespace is a logical grouping of Kubernetes resources that can be used to isolate and manage workloads on a Supervisor Cluster1. To create a vSphere Namespace, a user needs to have the vSphere Client and the required privileges to access the Workload Management menu and the Namespaces tab2. From there, the user can select the Supervisor Cluster where to place the namespace, enter a name for the namespace, configure the network settings, set the resource limits, assign permissions, and enable services for the namespace2. References: Create and Configure a vSphere Namespace - VMware Docs, vSphere with Tanzu Concepts - VMware Docs
Which two are valid options for obtaining kubectl config file in Tanzu Kubernetes environment? (Choose two.)
Use the command tubeccl vsphere login
Download from vSphere Ul
Download on the Supervisor Cluster Webpage
Access from vCenter Server Appliance Management Interface
Access from VMware Tanzu Mission Control
Two valid options for obtaining kubectl config file in Tanzu Kubernetes environment are:
References: Download a Kubeconfig File for a Tanzu Kubernetes Cluster - VMware Docs, Connect to a Managed Cluster with kubectl - VMware Docs
What is the correct resource hierarchy order in VMware Tanzu Mission Control?
Root -> Cluster Groups -> Clusters
Organization -> Cluster Groups -> Namespaces
Organization -> Clusters -> Cluster Groups
Organization -> Cluster Groups -> Clusters
The correct resource hierarchy order in VMware Tanzu Mission Control is Organization -> Cluster Groups -> Clusters. An organization is the root of the resource hierarchy and represents a customer account in Tanzu Mission Control. A cluster group is a logical grouping of clusters that can be used to apply policies and manage access. A cluster is a Kubernetes cluster that can be attached or provisioned by Tanzu Mission Control. A cluster belongs to one and only one cluster group, and a cluster group belongs to one and only one organization. References: VMware Tanzu Mission Control Concepts, Resource Hierarchy
Which statement is true about Tanzu package CLI plugin?
It cannotbe used to add additional package repositories apart from tanzu-standard.
It can be used to manage packages in public repositories.
It is intended only for CLI-managed packages.
It can be used to install auto-managed packages.
The Tanzu package CLI plugin is a tool that allows users to install and manage Tanzu packages on their clusters. Tanzu packages are Kubernetes resources that encapsulate the deployment and configuration of software components, such as Contour, Prometheus, Grafana, and more1. The Tanzu package CLI plugin is intended only for CLI-managed packages, which are packages that users can install and update manually using the Tanzu CLI commands2. The Tanzu package CLI plugin cannot be used to install or manage auto-managed packages, which are packages that are automatically installed and updated by Tanzu Kubernetes Grid as part of the cluster lifecycle2.
The other options are incorrect because:
References: Tanzu Packages, Tanzu Package Types, tanzu package repository, Add a Package Repository
Which three capabilities are supported by VMware Aria Operations for Applications (formerly VMware Tanzu Observability)? (Choose three.)
Unified log management
Setting Service Objectives
Integration with VMware Aria Automation Config (formerly vRealize Automation SaltStack Config)
Create a Tanzu Kubernetes cluster
Event tracing
Out-of-the-box and user-configurable dashboards
Three capabilities that are supported by VMware Aria Operations for Applications (formerly VMware Tanzu Observability) are:
References: VMware Aria Operations for Applications Documentation, VMware Aria Operations for Applications
An administrator will enable workload management in vSphere using NSX Advanced Load Balancer.
Which two components does the administrator need to prepare on NSX Advanced Load Balancer in advance? (Choose two.)
NSX Controller
Service Engine Group
Provide connectivity to NSX manaqer
NSX Advanced Load Balancer Controller
Avi Kubernetes Operator
To enable workload management in vSphere using NSX Advanced Load Balancer, an administrator needs to prepare two components on NSX Advanced Load Balancer in advance: the Service Engine Group and the NSX Advanced Load Balancer Controller1.
The other options are incorrect because:
References: Install and Configure the NSX Advanced Load Balancer for vSphere with Tanzu with NSX, NSX Advanced Load Balancer Architecture, NSX-T Data Center Architecture, Avi Kubernetes Operator
Which two statements describe Kubernetes observability characteristics? (Choose two.)
It provides network insight and detailed Kubernetes network topology view
Provides visibility into Kubernetes clusters for troubleshooting and impact assessment
It observes the code of the applications running in Kubernetes environment
Collects real-time metrics from all layers of Kubernetes
Automatically heals Kubernetes workloads after an issue has been observed
Kubernetes observability is the ability to monitor and analyze the performance, health, and behavior of Kubernetes clusters and applications. It provides visibility into Kubernetes clusters for troubleshooting and impact assessment, by collecting logs, events, traces, and alerts from various sources. It also collects real-time metrics from all layers of Kubernetes, such as nodes, pods, containers, services, and network policies, and displays them in dashboards and charts. Kubernetes observability helps administrators and developers to identify and resolve issues, optimize resource utilization, and ensure service quality and reliability. References: VMware Tanzu Observability Documentation, What is Kubernetes Observability?
Which method describes how Kubernetes clusters are upgraded?
Use rolling upgrade
In-place upgrade of each node
Use canary upgrade
Deploy a new cluster with upgraded Kubernetes release
A rolling upgrade is a method of upgrading a Kubernetes cluster without downtime by gradually replacing nodes or components with newer versions. A rolling upgrade ensures that there is no disruption to the availability and functionality of the cluster during the upgrade process. A rolling upgrade can be performed manually or using tools such as kubeadm or kops5.
The other options are incorrect because:
References: Upgrade A Cluster, Canary deployments
Which two are installed on the target cluster when VMware Tanzu Mission Control Data Protection is enabled? (Choose two.)
VMware Tanzu Mission Control agent
Velero
FluentBit
Data protection extension
Antrea
Two components that are installed on the target cluster when VMware Tanzu Mission Control Data Protection is enabled are Velero and data protection extension. VMware Tanzu Mission Control Data Protection is a feature that allows users to backup and restore Kubernetes resources and persistent volumes across clusters using a centralized management platform6. To enable data protection for a cluster, users need to install Velero and data protection extension on the cluster7. Velero is an open source tool that performs backup and restore operations using custom resource definitions and controllers6. Data protection extension is a component that enhances Velero’s functionality by providing additional features such as backup scheduling, retention policy, backup hooks, restore hooks, and backup encryption8. References: Data Protection - VMware Docs, Protecting Data - VMware Docs, Enable Data Protection for a Cluster - VMware Docs
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
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]
What Kubernetes project does vSphere with Tanzu Supervisor Cluster use to automate the lifecycle management of Tanzu Kubernetes Grid Clusters?
Grafana
Cluster API
Contour
Kubeadm
The Kubernetes project that vSphere with Tanzu Supervisor Cluster uses to automate the lifecycle management of Tanzu Kubernetes Grid Clusters is Cluster API. Cluster API is a Kubernetes project that provides declarative APIs for cluster creation, configuration, and management. 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. vSphere with Tanzu Supervisor Cluster uses Cluster API to deploy and manage Kubernetes clusters on vSphere 7 across multiple vCenter Server instances and/or multiple data centers via Tanzu Mission Control6. References: Taking Kubernetes to the People: How Cluster API Promotes Self … - VMware, kubernetes-sigs/cluster-api - GitHub
Which two resources can External DNS create records for? (Choose two.)
Virtual machines
Kubernetes pods
Kubernetes services
Kubernetes nodes
Contour HTTP Proxy
Kubernetes services and Contour HTTP Proxy are two resources that External DNS can create records for. External DNS is a Kubernetes controller that synchronizes exposed Kubernetes resources with DNS providers. It supports creating DNS records for Kubernetes services of type LoadBalancer or NodePort, as well as Ingress resources. Contour HTTP Proxy is a custom resource definition (CRD) that provides an alternative way to configure HTTP routes on Kubernetes clusters. External DNS can also create DNS records for Contour HTTP Proxy resources, as long as they have an associated service of type LoadBalancer or NodePort. References: kubernetes-sigs/external-dns - GitHub, Contour HTTPProxy User Guide
Which two package management tools can be used to configure and install applications on Kubernetes? (Choose two.)
Grafana
Fluent bit
Carvel
Helm
Multus
Two package management tools that can be used to configure and install applications on Kubernetes are:
References: : https://carvel.dev/ : https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.6/vmware-tanzu-kubernetes-grid-16/GUID-tkg-carvel.html : https://helm.sh/ : https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.6/vmware-tanzu-kubernetes-grid-16/GUID-tkg-helm.html
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,
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