/watch-k8s-deploy

Watch k8s’ deployments’ status and report the result when requested

Primary LanguageJavaScript

Watch k8s deploy

kubeless functions that watch k8s deployments status when requested

Requirements

How it works

  • 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

How to use

TBD