# Enabling In Cluster Monitoring

There are two options to enable Monitoring on Platform9 Kubernetes.

1. During Cluster Creation
2. Post Cluster Creation

### Enable Monitoring During Cluster Creation

During the create a new cluster wizard an option will be presented to enable a number of Platform9 Kubernetes extensions, Monitoring is one of these extensions. To ensure Monitoring is enabled leave the “Enable Monitoring with Prometheus” box checked.

Once the cluster has been deployed Platform9 will automatically deploy Monitoring by creating a new `Namspance` ‘pf9-monitoring’ and leverage a Kubernetes operator to deploy Prometheus, Alertmanager and Grafana.

<figure><img src="/files/7PYBVnSdouCQ9g7tBn7F" alt=""><figcaption></figcaption></figure>

If you uncheck the “Enable Monitoring with Prometheus” box a warning will display informing you that monitoring will be disabled on this cluster. If monitoring is disabled the Platform9 Monitoring features will not function and the Monitoring dashboards will not populate with any data.

<figure><img src="/files/DBzvZEVtldVDr3ZORu3T" alt=""><figcaption></figcaption></figure>

### Enable Monitoring Post Cluster Creation

Monitoring may be enabled on any cluster at anytime directly from the Clusters tab on the Infrastructure page. To enable Monitoring select the target cluster and click the Monitoring action in the table header. This will open a popup to confirm the action, within the popup, click Enable.

<figure><img src="/files/OpoIzoB0O7aFenGXM8ne" alt=""><figcaption></figcaption></figure>

To enable Monitoring click “Enable”.

<figure><img src="/files/70VIWa8UB2s6C6iaPCWe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform9.com/managed-kubernetes/5.8/enabling-in-cluster-monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
