Spectro Kubernetes Dashboard
Versions Supported
- 2.7.x
- 7.11.x
- 7.13.x
warning
Spectro Kubernetes Dashboard version 7.13.0 is not compatible with Kubernetes (EKS) version 1.33. Use Spectro Kubernetes Dashboard version 7.11.0 on EKS clusters.
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
}