CinePik / catalog

Node.js microservice for providing the tv catalog
MIT License
1 stars 0 forks source link

Health checks #4

Open lzukanovic opened 11 months ago

lzukanovic commented 11 months ago

Find and implement health checking: https://docs.nestjs.com/recipes/terminus

Add health check endpoints and implement health checks.

  • Implementirajte vsaj eno vrsto kontrole zdravja na člana skupine.
  • API za preverjanje zdravja naj vrača ustreze HTTP status kode, da bo skladen s Kubernetes Liveness Probes.
  • V namestitvene datoteke Kubernetes za namestitve (deployments) dodajte Liveness Probes in Readiness Probes
  • Simulirajte bolno storitev (npr. z dinamično konfiguracijo ali POST zahtevkom) in opazujte, ali jo Kubernetes na novo zažene.