To see the network profiles connected to clusters from Tanzu Kubernetes Grid Integrated Edition (TKGI) MySQL database, follow these steps:
1. Connect to the TKGI MySQL database. To do this, refer to How to connect to Tanzu Kubernetes Grid Integrated Edition MySQL database.
2. Run the following command from the mysql prompt:
select c.NAME "Cluster Name", np.NAME "Network Profile" from pks.cluster c inner join pks.network_profile np on c.network_profile_uuid = np.uuid;