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 |
|
hide-from-sidebar |
|
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
}