Skip to main content

Spectro Kubernetes Dashboard

Versions Supported

You can learn how to add the Spectro Kubernetes Dashboard pack to your cluster by following the steps outlined on the Spectro Kubernetes Dashboard page.

Terraform

You can reference the Spectro Proxy pack in Terraform with a data resource.

data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}

data "spectrocloud_pack_simple" "k8s-dashboard" {
name = "spectro-k8s-dashboard"
version = "2.7.1"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}