kubeless functions that watch k8s deployments status when requested
- k8s cluster
- kubeless installed on the k8s cluster
- kafka rest
- Listener function will listen to requests via http and publish to a topic
- Watcher will consume the topic and check the status until either the deployment's status changed to done or timeout
- Teller tell the result to the requester
TBD