# 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="https://584068516-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtZryvDiHvZIhOZofYOWU%2Fuploads%2Fgit-blob-e4d498296441cc8ff26d252b77064024ee0a433f%2F1639779018.png?alt=media" 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="https://584068516-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtZryvDiHvZIhOZofYOWU%2Fuploads%2Fgit-blob-e99f409e582aed6667292a5d3a3402b0d2358384%2F1639779227.png?alt=media" 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/).
