Programming Exec into a Pod

MQ Prometheus Scraper for Queue Depth

Zhimin Wen

--

I need to create a quick Prometheus scraper to mine the WebSphere MQ queue depth data. Instead of the full-blown exporter, I will simply exec into the MQ pod, running some MQSC command to get the queue depth without extra configuration against the MQ.

Creating a K8s client

--

--