How to see the Network Profiles connected to clusters from Tanzu Kubernetes Grid Integrated Edition MySQL Database
search cancel

How to see the Network Profiles connected to clusters from Tanzu Kubernetes Grid Integrated Edition MySQL Database

book

Article ID: 298691

calendar_today

Updated On:

Products

VMware Tanzu Kubernetes Grid Integrated Edition

Issue/Introduction

How do I see the network profiles connected to clusters from Tanzu Kubernetes Grid Integrated Edition (TKGI) MySQL database.

Environment

Product Version: 1.11

Resolution

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;