Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.04 KB

spectro-k8s-dashboard.md

File metadata and controls

38 lines (31 loc) · 1.04 KB
sidebar_label title description hide_table_of_contents type category sidebar_class_name logoUrl tags
Spectro Kubernetes Dashboard
Spectro Kubernetes Dashboard
Palette's pre-configured Kubernetes Dashboard Monitoring pack reduces the complexity of standing up the Kubernetes dashboard for a cluster.
true
integration
monitoring
arm64
amd64
hide-from-sidebar
packs
spectro-k8s-dashboard
monitoring

Versions Supported

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
}