Now all the preparation completed, I finally able to deploy TKG management cluster. The recommended (and easiest) way to do this for the first time is using the installer interface. From the bootstrap machine prepared earlier (https://dy.si/TAg1M72), I type this:
tanzu management-cluster create --ui --browser none --bind 192.168.110.101:8081
- 192.168.110.101 is my bootstrap machine IP Address
- I set the installer interface to be accessible on port 8081
- --browser none to tell the installer not to open browser locally as my bootstrap machine is without GUI
- Open http://192.168.110.101:8081 on a browser with network access to bootstrap machine
- As always, this is the official documentation that I refer to: https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.5/vmware-tanzu-kubernetes-grid-15/GUID-mgmt-clusters-deploy-ui.html


