sidebar_label | title | description | hide_table_of_contents | type | category | sidebar_class_name | tags | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Kubernetes |
Kubernetes |
Learn about the Kubernetes pack and how you can use it with your host clusters. |
true |
integration |
|
hide-from-sidebar |
|
You can retrieve details about the Kubernetes pack for AWS EKS by using the following Terraform code.
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack_simple" "k8s" {
name = "kubernetes-gke"
version = "1.29"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}