You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The more complex the services get, the better we should ensure that all the individual components start up and run correctly. If we implement liveness, readiness, and startup probes, Kubernetes will help us to catch bugs and possibly schedule restarts in case of failures.
Definition of Done
All services have liveness, readiness, and (if required) startup probes
Tasks
Add healthz endpoints to HTTP-based services
Add liveness probes to all pods that don't have them yet
Add readiness probes to pods that are used in Kubernetes services
Add startup probes for slow-starting services
Implement open todo's
Additional context
The user-auth service may need startup probes to initialize the database.
The more complex the services get, the better we should ensure that all the individual components start up and run correctly. If we implement liveness, readiness, and startup probes, Kubernetes will help us to catch bugs and possibly schedule restarts in case of failures.
Definition of Done
Tasks
Additional context
user-auth
service may need startup probes to initialize the database.The text was updated successfully, but these errors were encountered: