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
Traefik allows error message middleware. If we combine this with users' http api, we could check on the health of the pod and give informative information regarding the service.
For example, if someone attempts to access service and it returns a 404, we could intercept and check the health of the pod. If the pod is supposed to be set to off, we can state that. Otherwise we can say there's a problem.
This could be extended to TCP. Unsure.
The text was updated successfully, but these errors were encountered:
Traefik allows error message middleware. If we combine this with users' http api, we could check on the health of the pod and give informative information regarding the service.
For example, if someone attempts to access service and it returns a 404, we could intercept and check the health of the pod. If the pod is supposed to be set to off, we can state that. Otherwise we can say there's a problem.
This could be extended to TCP. Unsure.
The text was updated successfully, but these errors were encountered: