# Kubernetes Dashboard Addon

## Introduction

The [Kubernetes Dashboard Addon](https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/) is an open-source, general purpose, web-based Kubernetes user interface and is enabled by default across all platforms.

## Description

Users can employ the Dashboard to:

* Deploy containerized applications to a Kubernetes cluster
* Troubleshoot containerized application
* Manage cluster resources
* See an overview of running cluster applications
* Create or modify individual Kubernetes resources

## Settings

To access and modify these settings, go to the Infrastructure page, check the radio button next to the cluster you wish to modify, then click edit.

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

This will open a new page where the changes can be reviewed or applied. Scroll down the page to the Cluster Add-ons area to enable the Kubernetes Dashboard Configuration section.

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

For more in depth information about accessing the Kubernetes dashboard, see our articles regarding launching the [Kubernetes dashboard locally](https://platform9.com/docs/kubernetes/local-dashboard-access) or connecting to the [dashboard remotely](https://platform9.com/docs/kubernetes/remote-dashboard-access).

## YAML Specifications

{% tabs %}
{% tab title="YAML" %}

```yaml
apiVersion: sunpike.platform9.com/v1alpha2
kind: ClusterAddon
metadata:
  labels:
    sunpike.pf9.io/cluster: '<clsuuid>'
    type: kubernetes-dashboard
  name: <clsuuid>-kubernetes-dashboard
  namespace: default
spec:
  clusterID: '<clsuuid>'
  override: {}
  type: kubernetes-dashboard
  version: 2.0.3
  watch: true
```

{% endtab %}
{% endtabs %}

## Conclusion

Addons are updated along with the `pf9-kube` version and can be referenced in the [Support Matrix](https://docs.platform9.com/kubernetes/support-matrix) article. For additional assistance, contact our [support team](https://support.platform9.com/).


---

# 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.14/platform9-managed-add-ons/platform9-managed-add-ons-overview/kubernetes-dashboard-addon.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.
