> For the complete documentation index, see [llms.txt](https://docs.seldon.ai/seldon-enterprise-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seldon.ai/seldon-enterprise-platform/operations/healthcheck.md).

# Health Check

Seldon Enterprise Platform has a built-in health check that aims to monitor the availability of its surrounding ecosystem as well as troubleshoot problems when they arise. This can be done as an intermediary step before checking the logs or contacting us.

## Where to find the Health Check Monitor

You can find the health check by clicking on the user icon on the top right of the screen.

![user-header](/files/Yi4V2TnR22mgDSXTLTZu)

Then you can select *Health Check*.

![healthcheck\_menu.png](/files/X109S5Us7PTl89k8L7OL)

Afterwards, you should see a page like this:

![healthcheck.png](/files/JzDZNJx6c2S4928taEbr)

## Health Check Components Explained

{% hint style="info" %}
**Note**: The health check is still experimental; if you have any issues, please contact us.
{% endhint %}

| Dependency       | What does the check do?                                                                                                                                                                  |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Alertmanager`   | - pings Alertmanager's internal health endpoint                                                                                                                                          |
| `Elasticsearch`  | - pings Elasticsearch's internal health endpoint                                                                                                                                         |
| `Keycloak`       | <p>- checks if OIDC provider is available<br>- if the auth url is correctly configured<br>- also adds (as an info) if a user provider is available</p>                                   |
| `Knative`        | <p>- checks if Knative Eventing CRDs<br>- and Knative Serving CRDs are installed<br>- and if their pods are running</p>                                                                  |
| `Postgres`       | <p>- checks first if Postgres is enabled<br>- if it is enabled, the test will try to run a simple query</p>                                                                              |
| `Prometheus`     | - pings Prometheus' internal health endpoint                                                                                                                                             |
| `Seldon Core v1` | <p>- checks if Seldon Core v1 CRDs are installed<br>- and if the <code>seldon-controller-manager</code> (in Seldon Core v1 <code>namespace</code>) deployment in Kubernetes is ready</p> |
| `Seldon Core v2` | <p>- checks if Seldon Core v2 CRDs are installed<br>- and if the <code>seldon-controller-manager</code> (in Seldon Core v2 <code>namespace</code>) deployment in Kubernetes is ready</p> |
