Terraform module for deploying Kubernetes kiali-operator, a management console for an Istio-based service mesh. It provides dashboards, observability, and lets you operate your mesh with robust configuration and validation capabilities.
module "kiali_operator" {
source = "git::https://github.com/DNXLabs/terraform-aws-eks-kiali-operator.git"
enabled = true
}
Name | Version |
---|---|
terraform | >= 0.13 |
aws | >= 3.13, < 4.0 |
helm | >= 1.0, < 3.0 |
kubernetes | >= 1.10.0, < 3.0.0 |
Name | Version |
---|---|
helm | >= 1.0, < 3.0 |
kubernetes | >= 1.10.0, < 3.0.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
create_namespace | Whether to create Kubernetes namespace with name defined by namespace . |
bool |
true |
no |
enabled | Variable indicating whether deployment is enabled. | bool |
true |
no |
helm_chart_name | Kiali operator Helm chart name to be installed | string |
"kiali-operator" |
no |
helm_chart_release_name | Helm release name | string |
"kiali-operator" |
no |
helm_chart_repo | Kiali operator repository name. | string |
"https://kiali.org/helm-charts" |
no |
helm_chart_version | Kiali operator Helm chart version. | string |
"1.37.0" |
no |
mod_dependency | Dependence variable binds all AWS resources allocated by this module, dependent modules reference this variable. | any |
null |
no |
namespace | Kubernetes namespace to deploy Kiali operator Helm chart. | string |
"kiali-operator" |
no |
settings | Additional settings which will be passed to the Helm chart values. | map |
{} |
no |
No output.
Module managed by DNX Solutions.
Apache 2 Licensed. See LICENSE for full details.