Azure / Azure/azure-functions-host

Expose liveness and readiness endpoints

Open
#5,259 5 comments 8 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 11h
Merged PRs (30d)
37

Description

When running functions in Kubernetes alongside KEDA, Kubernetes can assess the health of a function app by checking the liveness and readiness probes. In our service we are able to stop scaling out if the host is only executing and failing. Goal here would be to expose liveness probe endpoints so even if the host is running but things like a trigger i constantly misfiring and no successful executions are happening the liveness probe can return that info so Kubernetes and KEDA stop scaling out

https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.