Skip to main content

cluster_dashboard

Creates, updates, deletes, gets or lists a cluster_dashboard resource.

Overview

Namecluster_dashboard
TypeResource
Idlinode.lke.cluster_dashboard

Fields

The following fields are returned by SELECT queries:

Returns a Kubernetes Cluster Dashboard URL.

NameDatatypeDescription
urlstringThe Cluster Dashboard access URL. (example: https://example.dashboard.linodelke.net)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_lke_cluster_dashboardselectGet a Kubernetes Dashboard access URL for this Cluster, which enables performance of administrative tasks through a web interface.

Dashboards are installed for Clusters by default.

To access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either Token or Kubeconfig authentication, then select Sign in.

For additional guidance on using the Cluster Dashboard, see the Navigating the Cluster Dashboard section of our guide on Using the Kubernetes Dashboard on LKE.

Learn more...

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get a Kubernetes Dashboard access URL for this Cluster, which enables performance of administrative tasks through a web interface.

Dashboards are installed for Clusters by default.

To access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either Token or Kubeconfig authentication, then select Sign in.

For additional guidance on using the Cluster Dashboard, see the Navigating the Cluster Dashboard section of our guide on Using the Kubernetes Dashboard on LKE.

Learn more...

Learn more...

SELECT
url
FROM linode.lke.cluster_dashboard;