How is a Tanzu Kubernetes cluster deployed in a VMware Cloud environment?
How is a Tanzu Kubernetes cluster deployed in a VMware Cloud environment?
A Tanzu Kubernetes cluster is typically deployed in a VMware Cloud environment using the VMware Cloud Console. This is because the VMware Cloud Console provides an integrated interface for managing and deploying various VMware services, including Tanzu Kubernetes clusters, in a cloud environment. Using VMware Cloud Console streamlines the deployment process and ensures compatibility with the VMware Cloud infrastructure.
A is correct
I think A is the right answer too.
A is correct
A is right: https://docs.vmware.com/en/VMware-Tanzu-for-Kubernetes-Operations/1.4/tko-reference-architecture/GUID-deployment-guides-tanzu-standard-on-vmc-aws.html
Using the VMware Cloud Console
https://www.youtube.com/watch?v=W0SAcDeQz1k I believe the question is about "Workload Cluster", which can be deployed from Mission Control, then. It didnt say 'Management cluster' anywhere in a question....
From VMware Cloud: Design, Configure, Manage - Modern Applications: Tools for Building Kubernetes Clusters You can use different tools to build a Kubernetes cluster. Each tool has different goals. For example, in an enterprise Kubernetes deployment, you typically use kubeadm and cluster API. And in a development environment, you typically use minikube and kind. You use kubectl for both development and enterprise goals
The question asks how to deploy a Tanzu Cluster, not deploy the entire environment. "To complete the configuration of the vSphere with Tanzu environment, after the Supervisor Cluster is configured, deploy a Tanzu Kubernetes cluster on the Supervisor Cluster using kubectl via command-line." https://docs.vmware.com/en/VMware-Cloud-Foundation/services/vcf-developer-ready-infrastructure-v1/GUID-55E5A75E-6032-4484-A196-BACA4EB8CEED.html#:~:text=To%20complete%20the%20configuration%20of,using%20kubectl%20via%20command%2Dline.
A, it's a managed service
Create a YAML file that specifies the options for deploying the cluster and run the appropriate kubectl apply -f command.