Monitoring the performance of ClusterIP service

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: 1.18
Cloud being used: Digital Ocean
Installation method: Managed Kubernetes
Host OS: –
CNI and version: cilium:v1.7.5
CRI and version: –

We are using Prisma to connect to PostgreSQL database. Traefik is used as the Ingress Controller and there are quite a few ingress backends which make use of the Prisma ClusterIP Service.

My questions are -

  1. Can we monitor how many requests are made to the Internal ClusterIP service?
  2. Also, how can we check if the ClusterIP service is doing a good job in load-balancing the requests to all the available endpoints?