Kubernetes Watcher is a simple API that returns every Running Pod , in every Namespace, with all Containers and InitContainers in the object.
Apply example.yaml, this was tested in kubernetes v1.17.
I used the client-go library, with In-Cluster configuration.