This topic describes how to access the Ops Manager (Ops Manager) deployed by VMware Tanzu Kubernetes Grid Integrated Edition Management Console (TKGI MC).
When you use TKGI Management Console to deploy TKGI on vSphere, it deploys Ops Manager.
To access Ops Manager:
Collect the credentials needed to interact with Ops Manager.
The TKGI MC Deployment Metadata view displays the credentials that you need to log in to the deployed Operations Manager instance.
Tanzu Kubernetes Grid Integrated Edition Management Console generates an SSH private key to control SSH access to the Operations Manager VM when you deploy Tanzu Kubernetes Grid Integrated Edition.
~/tkgi_om.key
.In a terminal run the following command to use SSH to connect to the Operations Manager VM:
ssh -i ~/pm_om.key ubuntu@END-POINT
Where END-POINT
is the Ops Manager endpoint address.
Tanzu Kubernetes Grid Integrated Edition Management Console generates a random password for the Operations Manager admin account when you deploy Tanzu Kubernetes Grid Integrated Edition.
admin
and the password that you copied from the Deployment Metadata view.