List Deployments
GET {{kube-api-server}}/apis/apps/v1/namespaces/default/deployments?limit=500
This will list all deployments created. Click on Visualize
You should also list pods again to understand the effect the creation of the deployment had on the pod.
For instance, I have the following pods created:

Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number |