# Kubernetes Dashboard Inaccessible After v4.3 Upgrade

## Problem

An HTTP 404 failure is encountered when attempting to access the K8s Dashboard for any of the clusters post-management plane upgrade to Platform9 Managed Kubernetes v4.3.

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

```none
{ "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "services \"kubernetes-dashboard\" not found", "reason": "NotFound", "details": { "name": "kubernetes-dashboard", "kind": "services" }, "code": 404}
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed Kubernetes - v4.2-v4.3
* Clarity UI

## Cause

* The ***kubernetes-dashboard*** deployment had to be updated as part of the overall upgrade to K8s 1.16 (corresponding to PMK v4.3).
* As part of this, the namespace changed from ***kube-system*** to ***kubernetes-dashboard***.
* A mismatch will occur if attempting to access the dashboard prior to the cluster upgrade since the UI and all management plane components are upgraded separately from the clusters themselves and will attempt to access the dashboard via the legacy URL.

## Resolution

**Method 1:**

1. Upgrade the PMK cluster (to K8s 1.16, corresponding to the PMK v4.3 release).

**Method 2:**

1. In Clarity UI, from any tab, click on ***"Try Our New UI"*** (bottom left).

<figure><img src="https://978681485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzyQCMA9ICq40g4F8hWJi%2Fuploads%2Fgit-blob-62ca7b0cc605db5e8fbc4e2f7451d8369e49100d%2F1623345374.png?alt=media" alt="TryNewUI.png"><figcaption><p>TryNewUI.png</p></figcaption></figure>

2. Sign in as prompted.

<figure><img src="https://978681485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzyQCMA9ICq40g4F8hWJi%2Fuploads%2Fgit-blob-ac40412c9e926e34a437cc96f8a9309adfafb3af%2F1623345376.png?alt=media" alt="Screen_Shot_2020-08-12_at_4.22.38_PM.png"><figcaption><p>Screen_Shot_2020-08-12_at_4.22.38_PM.png</p></figcaption></figure>

3. Navigate to Infrastructure > Clusters.
4. Click the "Dashboard" hyperlink for any listed cluster(s).

<figure><img src="https://978681485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzyQCMA9ICq40g4F8hWJi%2Fuploads%2Fgit-blob-8894bb0e91ff2d91217aac2ff9d519c462f618ce%2F1623345378.png?alt=media" alt="Screen_Shot_2020-08-12_at_4.24.12_PM.png"><figcaption><p>Screen_Shot_2020-08-12_at_4.24.12_PM.png</p></figcaption></figure>
