I\'m trying to write code that behaves like kubectl get pods --watch. This way I\'m triggered every time the status of the pod changes.
kubectl get pods --watch
I created a