Skip to content

LunchBadger/kube-watcher

Repository files navigation

kube-watcher

Watch Kubernetes resources with a resilient RxJS Observable client. It is used buy UI to render deployemnt process of Functions and Gateways

implemented as https://github.com/LunchBadger/kube-watcher/blob/master/index.js

Let say you have demo user with dev env access http://localhost:7788/channels/demo

you will get a stringified JSON {dev: { gateway:{ gw-name: status}, workspace:{ws-name:status}}

{
    "dev": {
        "gateway": {
            "gateway-demo-dev-gateway-696bb497cd-s7b6p": {
                "status": { running: true} 
            }
        },
        "workspace": {
            "workspace-demo-dev-87c8978b-6bmnw": {
                "status": { running: true} 
        }
    }
}

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •