Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 552 Bytes

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