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 custom clouds by using the following Terraform code.
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack_simple" "k8s" {
name = "kubernetes-custom"
version = "1.0"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}