Skip to content

HMSConnect/hms-sdk-prove-k8s

Repository files navigation

Test K8s

Fork some part of hms-widget-sdk on branch name feature/sprint4.

POC zero-downtime strategy on K8s with simple clock application.

Scenario

  1. The application take more time to download/install dependencies.
  2. User should not see gap of time on digital clock after :
    • developer deployed source code in new version.
    • service was cutoff.
  3. Digital clock MUST NOT stop.

Project structure

repository
|- app            # <------------ main service
.
.
|- test.html      # <------------ time monitoring here
|- ...
`- README.md

Usage

1. Start Main app

# from root directory
$ cd app
$ npm i
$ npm run dev

2. Open monitoring file (HTML)

Double click on test.html

Enjoy monitor it

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published